cve/2020/CVE-2020-11022.md
2024-06-09 00:33:16 +00:00

4.0 KiB

CVE-2020-11022

Description

In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - 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.

POC

Reference

Github