Files
CVEs-PoC/2020/CVE-2020-11022.md
T
2025-09-29 21:09:30 +02:00

4.7 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