Files
CVEs-PoC/2020/CVE-2020-7656.md
T
2024-06-18 02:51:15 +02:00

969 B

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