mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-29 16:29:28 +02:00
22 lines
969 B
Markdown
22 lines
969 B
Markdown
### [CVE-2020-7656](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7656)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
jquery prior to 1.9.0 allows Cross-site Scripting attacks via the load method. The load method fails to recognize and remove "<script>" HTML tags that contain a whitespace character, i.e: "</script >", which results in the enclosed script logic to be executed.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://snyk.io/vuln/SNYK-JS-JQUERY-569619
|
|
- https://www.oracle.com/security-alerts/cpujul2022.html
|
|
|
|
#### Github
|
|
- https://github.com/bitokenja3/GMRIGHT2-coll
|
|
- https://github.com/ctcpip/jquery-security
|
|
- https://github.com/gmright2-platform/gmright2-coll.platform
|
|
- https://github.com/ossf-cve-benchmark/CVE-2020-7656
|
|
|