### [CVE-2013-6627](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6627) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description net/http/http_stream_parser.cc in Google Chrome before 31.0.1650.48 does not properly process HTTP Informational (aka 1xx) status codes, which allows remote web servers to cause a denial of service (out-of-bounds read) via a crafted response. ### POC #### Reference - http://blog.skylined.nl/20161219001.html - http://packetstormsecurity.com/files/140209/Chrome-HTTP-1xx-Out-Of-Bounds-Read.html - https://www.exploit-db.com/exploits/40944/ #### Github No PoCs found on GitHub currently.