Files
cve/2015/CVE-2015-9242.md

18 lines
779 B
Markdown
Raw Permalink Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2015-9242](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9242)
![](https://img.shields.io/static/v1?label=Product&message=ecstatic%20node%20module&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=%3C1.4.0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Denial%20of%20Service%20(CWE-400)&color=brightgreen)
2024-05-26 14:27:05 +02:00
### Description
Certain input strings when passed to new Date() or Date.parse() in ecstatic node module before 1.4.0 will cause v8 to raise an exception. This leads to a crash and denial of service in ecstatic when this input is passed into the server via the If-Modified-Since header.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon