GHSA-vh95-rmgr-6w4m

Suggest an improvement
Source
https://github.com/advisories/GHSA-vh95-rmgr-6w4m
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/04/GHSA-vh95-rmgr-6w4m/GHSA-vh95-rmgr-6w4m.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-vh95-rmgr-6w4m
Aliases
Published
2020-04-03T21:48:32Z
Modified
2024-09-18T03:27:00.946556Z
Severity
  • 5.6 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L CVSS Calculator
Summary
Prototype Pollution in minimist
Details

Affected versions of minimist are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of Object, causing the addition or modification of an existing property that will exist on all objects.
Parsing the argument --__proto__.y=Polluted adds a y property with value Polluted to all objects. The argument --__proto__=Polluted raises and uncaught error and crashes the application.
This is exploitable if attackers have control over the arguments being passed to minimist.

Recommendation

Upgrade to versions 0.2.1, 1.2.3 or later.

References

Affected packages

npm / minimist

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.2.1

npm / minimist

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.0.0
Fixed
1.2.3