Denial of Service in ecstatic
High severity
GitHub Reviewed
Published
Jun 7, 2018
to the GitHub Advisory Database
•
Updated May 22, 2023
Description
Published to the GitHub Advisory Database
Jun 7, 2018
Reviewed
Jun 16, 2020
Last updated
May 22, 2023
Versions of
ecstatic
prior to 1.4.0 are affected by a denial of service vulnerability when certain input strings are sent via theLast-Modified
orIf-Modified-Since
headers.Parsing certain inputs with
new Date()
orDate.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.
References