Potential XSS vulnerability in jQuery
Passing HTML containing <option> elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code.
This problem is patched in jQuery 3.5.0.
To workaround this issue without upgrading, use DOMPurify with its SAFE_FOR_JQUERY option to sanitize the HTML string before passing it to a jQuery method.
https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/
If you have any questions or comments about this advisory, search for a relevant issue in the jQuery repo. If you don't find an answer, open a new issue.
为什么是这个 VPI(可解释·实验性)
VPI 计算依据
| 影响度 | 69.00 |
| 利用信号(KEV 收录) | ×1.50 |
| VPI | 100.00 |
VPI 公式 vpi-v1
必要措施
Apply mitigations per vendor instructions or discontinue use of the product if mitigations are unavailable.