Files
CVEs-PoC/2015/CVE-2015-9242.md
T
2025-09-29 21:09:30 +02:00

18 lines
779 B
Markdown

### [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)
![](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)
### 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