### [CVE-2015-9241](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9241) ![](https://img.shields.io/static/v1?label=Product&message=hapi%20node%20module&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Denial%20of%20Service%20(CWE-400)&color=brighgreen) ### 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 - https://github.com/ARPSyndicate/cvemon