ghsa-x5rq-j2xg-h7qm
Vulnerability from github
Published
2019-07-19 16:13
Modified
2022-03-09 22:54
Summary
Regular Expression Denial of Service (ReDoS) in lodash
Details
lodash prior to 4.7.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.7.11.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "lodash" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.17.11" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "lodash-es" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.17.11" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "lodash-amd" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.17.11" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-1010266" ], "database_specific": { "cwe_ids": [ "CWE-400" ], "github_reviewed": true, "github_reviewed_at": "2019-07-19T16:11:26Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "lodash prior to 4.7.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.7.11.", "id": "GHSA-x5rq-j2xg-h7qm", "modified": "2022-03-09T22:54:28Z", "published": "2019-07-19T16:13:07Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-1010266" }, { "type": "WEB", "url": "https://github.com/lodash/lodash/issues/3359" }, { "type": "WEB", "url": "https://github.com/lodash/lodash/commit/5c08f18d365b64063bfbfa686cbb97cdd6267347" }, { "type": "WEB", "url": "https://github.com/lodash/lodash/wiki/Changelog" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20190919-0004" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-LODASH-73639" } ], "schema_version": "1.4.0", "severity": [], "summary": "Regular Expression Denial of Service (ReDoS) in lodash" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.