mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 00:14:09 +02:00
1.1 KiB
1.1 KiB
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
Github
- https://github.com/bitokenja3/GMRIGHT2-coll
- https://github.com/ctcpip/jquery-security
- https://github.com/gmright2-platform/gmright2-coll.platform
- https://github.com/jquery-lts/jquery-lts
- https://github.com/kuppamjohari/advaya-gems-sql-injection-poc
- https://github.com/mahp/jQuery-with-XSS
- https://github.com/ossf-cve-benchmark/CVE-2020-7656