Publish GHSA-vh95-rmgr-6w4m

This commit is contained in:
advisory-database[bot]
2024-01-23 19:51:51 +00:00
parent b25e842abf
commit e572be716a
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vh95-rmgr-6w4m",
"modified": "2022-04-26T21:01:40Z",
"modified": "2024-01-23T19:50:31Z",
"published": "2020-04-03T21:48:32Z",
"aliases": [
"CVE-2020-7598"
],
"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. \nParsing 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. \nThis is exploitable if attackers have control over the arguments being passed to `minimist`.\n\n\n\n## Recommendation\n\nUpgrade to versions 0.2.1, 1.2.3 or later.",
"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. \nParsing 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. \nThis is exploitable if attackers have control over the arguments being passed to `minimist`.\n\n\n## Recommendation\n\nUpgrade to versions 0.2.1, 1.2.3 or later.",
"severity": [
{
"type": "CVSS_V3",