ghsa-vwjc-q9px-r9vq
Vulnerability from github
Published
2018-06-07 19:43
Modified
2023-05-22 15:35
VLAI Severity ?
Summary
Denial of Service in ecstatic
Details
Versions of ecstatic
prior to 1.4.0 are affected by a denial of service vulnerability when certain input strings are sent via the Last-Modified
or If-Modified-Since
headers.
Parsing certain inputs with new Date()
or Date.parse()
cases v8 to crash. As ecstatic passes the value of the affected headers into one of these functions, sending certain inputs via one of the headers will cause the server to crash.
Recommendation
Update to version 1.4.0 or later.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "ecstatic" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.4.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2015-9242" ], "database_specific": { "cwe_ids": [ "CWE-400" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:58:32Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "Versions of `ecstatic` prior to 1.4.0 are affected by a denial of service vulnerability when certain input strings are sent via the `Last-Modified` or `If-Modified-Since` headers.\n\nParsing certain inputs with `new Date()` or `Date.parse()` cases v8 to crash. As ecstatic passes the value of the affected headers into one of these functions, sending certain inputs via one of the headers will cause the server to crash.\n\n\n\n## Recommendation\n\nUpdate to version 1.4.0 or later.", "id": "GHSA-vwjc-q9px-r9vq", "modified": "2023-05-22T15:35:11Z", "published": "2018-06-07T19:43:11Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-9242" }, { "type": "WEB", "url": "https://github.com/jfhbrook/node-ecstatic/pull/179" }, { "type": "WEB", "url": "https://github.com/jfhbrook/node-ecstatic/commit/0d0a2779ac5e5843d3745920212dfac9b69440e2" }, { "type": "WEB", "url": "https://bugs.chromium.org/p/v8/issues/detail?id=4640" }, { "type": "PACKAGE", "url": "https://github.com/jfhbrook/node-ecstatic" } ], "schema_version": "1.4.0", "severity": [], "summary": "Denial of Service in ecstatic" }
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.
Loading…
Loading…