关联漏洞
标题:
jQuery 跨站脚本漏洞
(CVE-2019-11358)
描述:jQuery是美国John Resig个人开发者的一套开源、跨浏览器的JavaScript库。该库简化了HTML与JavaScript之间的操作,并具有模块化、插件扩展等特点。 jQuery 3.4.0之前版本中存在跨站脚本漏洞,该漏洞源于WEB应用缺少对客户端数据的正确验证。攻击者可利用该漏洞执行客户端代码。
描述
A fix for CVE-2019-11358 (prototype pollution in jquery)
介绍
# jquery-prototype-pollution-fix
A fix for CVE-2019-11358 (prototype pollution in jquery)
Simply download and include **jquery-1.12.2-patched.js** into your project instead of the original 1.12.2 version.
See test folder for examples how to check for the vulnerability
文件快照
[4.0K] /data/pocs/16ca9a8f74056823c96c987738ed17a2620402a9
├── [287K] jquery-1.12.2-patched.js
├── [ 271] README.md
└── [4.0K] test
├── [ 218] jquery-latest-test.html
├── [ 208] jquery-not-latest-test.html
├── [ 208] jquery-not-latest-test-patched.html
└── [ 448] test.js
1 directory, 6 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。