CVE-2020-11022:
Potential XSS Vulnerability in jQuery DOM Manipulation Methods
6.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.8508%
CWE
Published
4/29/2020
Updated
1/31/2025
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
jquery | npm | >= 1.2.0, < 3.5.0 | 3.5.0 |
jquery | nuget | >= 1.2.0, < 3.5.0 | 3.5.0 |
org.webjars.npm:jquery | maven | >= 1.2.0, < 3.5.0 | 3.5.0 |
jquery-rails | rubygems | < 4.4.0 | 4.4.0 |
maximebf/debugbar | composer | < 1.19.0 | 1.19.0 |
athlon1600/youtube-downloader | composer | <= 4.0.0 | |
components/jquery | composer | >= 1.2.0, < 3.5.0 | 3.5.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes made to the jQuery.htmlPrefilter
function, which was identified as the source of the vulnerability. The commit information and patch files provided the necessary evidence to determine the vulnerable function and its location.