帮助中心

如果没有找到你需要的问题,随时联系我们

帮助中心

a2025/8/22 15:25:46
 

const payload = '{"constructor": {"prototype": {"lodash": true}}}'_.defaultsDeep({}, JSON.parse(payload))

if({}.lodash === true){ alert("Bad news :(\nYou're (still) vulnerable to Prototype Pollution") } else { alert("All Good! :)\nYou're NOT vulnerable (anymore) to Prototype Pollution") }

VM57:1 Uncaught SyntaxError: Unexpected identifier '_'