ghsa-jf85-cpcp-j695
Vulnerability from github
Published
2019-07-10 19:45
Modified
2024-04-22 19:49
Severity ?
Summary
Prototype Pollution in lodash
Details
Versions of lodash
before 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep
allows a malicious user to modify the prototype of Object
via {constructor: {prototype: {...}}}
causing the addition or modification of an existing property that will exist on all objects.
Recommendation
Update to version 4.17.12 or later.
{ "affected": [ { "ecosystem_specific": { "affected_functions": [ "(lodash).defaultsDeep" ] }, "package": { "ecosystem": "npm", "name": "lodash" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.17.12" } ], "type": "ECOSYSTEM" } ] }, { "ecosystem_specific": { "affected_functions": [ "(lodash-es).defaultsDeep" ] }, "package": { "ecosystem": "npm", "name": "lodash-es" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.17.14" } ], "type": "ECOSYSTEM" } ] }, { "ecosystem_specific": { "affected_functions": [ "(lodash-amd).defaultsDeep" ] }, "package": { "ecosystem": "npm", "name": "lodash-amd" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.17.13" } ], "type": "ECOSYSTEM" } ] }, { "ecosystem_specific": { "affected_functions": [ "(lodash.defaultsdeep)" ] }, "package": { "ecosystem": "npm", "name": "lodash.defaultsdeep" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.6.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-10744" ], "database_specific": { "cwe_ids": [ "CWE-1321", "CWE-20" ], "github_reviewed": true, "github_reviewed_at": "2019-07-10T19:41:11Z", "nvd_published_at": "2019-07-26T00:15:00Z", "severity": "CRITICAL" }, "details": "Versions of `lodash` before 4.17.12 are vulnerable to Prototype Pollution. The function `defaultsDeep` allows a malicious user to modify the prototype of `Object` via `{constructor: {prototype: {...}}}` causing the addition or modification of an existing property that will exist on all objects.\n\n## Recommendation\n\nUpdate to version 4.17.12 or later.", "id": "GHSA-jf85-cpcp-j695", "modified": "2024-04-22T19:49:41Z", "published": "2019-07-10T19:45:23Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10744" }, { "type": "WEB", "url": "https://github.com/lodash/lodash/pull/4336" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2019:3024" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20191004-0005" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-LODASH-450202" }, { "type": "WEB", "url": "https://support.f5.com/csp/article/K47105354?utm_source=f5support\u0026amp%3Butm_medium=RSS" }, { "type": "WEB", "url": "https://support.f5.com/csp/article/K47105354?utm_source=f5support\u0026amp;utm_medium=RSS" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/1065" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpujan2021.html" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpuoct2020.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Prototype Pollution in lodash" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.