dependents / node-filing-cabinet

Get the file location associated with a dependency/partial's path
MIT License
79 stars 44 forks source link

requirejs vulnerable to prototype pollution #135

Open osmithelias188 opened 2 months ago

osmithelias188 commented 2 months ago

The vulnerability is jrburke requirejs v2.3.6 was discovered to contain a prototype pollution via the function s.contexts._.configure. This vulnerability allows attackers to execute arbitrary code or cause a Denial of Service (DoS) via injecting arbitrary properties.

Note: This was fixed in v2.3.7 of requirejs which is used by module-lookup-amd v9.0.2. Could you please update the dependency to v9.0.2 :).