ghsa-4gmj-3p3h-gm8h
Vulnerability from github
Published
2024-02-26 20:01
Modified
2024-02-26 20:01
VLAI Severity ?
Summary
es5-ext vulnerable to Regular Expression Denial of Service in `function#copy` and `function#toStringTokens`
Details
Impact
Passing functions with very long names or complex default argument names into function#copy
orfunction#toStringTokens
may put script to stall
Patches
Fixed with https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2 and https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602 Published with v0.10.63
Workarounds
No real workaround aside of refraining from using above utilities.
References
https://github.com/medikoo/es5-ext/issues/201
{ "affected": [ { "package": { "ecosystem": "npm", "name": "es5-ext" }, "ranges": [ { "events": [ { "introduced": "0.10.0" }, { "fixed": "0.10.63" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-27088" ], "database_specific": { "cwe_ids": [ "CWE-1333" ], "github_reviewed": true, "github_reviewed_at": "2024-02-26T20:01:28Z", "nvd_published_at": "2024-02-26T17:15:11Z", "severity": "LOW" }, "details": "### Impact\n\nPassing functions with very long names or complex default argument names into `function#copy` or`function#toStringTokens` may put script to stall\n\n### Patches\nFixed with https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2 and https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602\nPublished with v0.10.63\n\n### Workarounds\nNo real workaround aside of refraining from using above utilities.\n\n### References\nhttps://github.com/medikoo/es5-ext/issues/201\n", "id": "GHSA-4gmj-3p3h-gm8h", "modified": "2024-02-26T20:01:28Z", "published": "2024-02-26T20:01:28Z", "references": [ { "type": "WEB", "url": "https://github.com/medikoo/es5-ext/security/advisories/GHSA-4gmj-3p3h-gm8h" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27088" }, { "type": "WEB", "url": "https://github.com/medikoo/es5-ext/issues/201" }, { "type": "WEB", "url": "https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2" }, { "type": "WEB", "url": "https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602" }, { "type": "PACKAGE", "url": "https://github.com/medikoo/es5-ext" } ], "schema_version": "1.4.0", "severity": [], "summary": "es5-ext vulnerable to Regular Expression Denial of Service in `function#copy` and `function#toStringTokens`" }
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.
Loading…
Loading…