Prototype Property Pollution

Prototype pollution is a JavaScript vulnerability that enables an attacker to add arbitrary properties to global object prototypes, which may then be inherited by user-defined objects.

💡 See labs WebSecurityAcademy (PortSwigger) – Prototype pollution.