-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Vulnerability Description
Affected versions of this package are vulnerable to Prototype Pollution. The function assocInM could be tricked into adding or modifying properties of Object.prototype using a __proto__ payload.
Steps To Reproduce:
var a = require("fun-map");
a.assocInM({},["__proto__","toString"],"JHU");
console.log({}.toString);Bug Bounty
We have opened up a bounty for this issue on our bug bounty platform. Want to solve this vulnerability and get rewarded 💰? Go to https://huntr.dev/
Metadata
Metadata
Assignees
Labels
No labels