cve/2015/CVE-2015-9241.md
2024-05-26 14:27:05 +02:00

797 B

CVE-2015-9241

Description

Certain input passed into the If-Modified-Since or Last-Modified headers will cause an 'illegal access' exception to be raised. Instead of sending a HTTP 500 error back to the sender, hapi node module before 11.1.3 will continue to hold the socket open until timed out (default node timeout is 2 minutes).

POC

Reference

No PoCs from references.

Github