Back to Browse

Testing for prototype pollution with DOM Invader

7.4K views
Jul 26, 2023
3:51

Prototype pollution is a JavaScript vulnerability. It enables an attacker to add arbitrary properties to global object prototypes, which may then be inherited by user-defined objects. This enables attackers to control object properties that would otherwise be inaccessible. You can test for client-side prototype pollution vulnerabilities using DOM Invader. Learn more at: https://portswigger.net/burp/documentation/desktop/testing-workflow/input-validation/prototype-pollution

Download

0 formats

No download links available.

Testing for prototype pollution with DOM Invader | NatokHD