cve/2013/CVE-2013-6627.md

23 lines
1011 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [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
2024-06-09 00:33:16 +00:00
- http://blog.skylined.nl/20161219001.html
2024-05-26 14:27:05 +02:00
- http://packetstormsecurity.com/files/140209/Chrome-HTTP-1xx-Out-Of-Bounds-Read.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/140209/Chrome-HTTP-1xx-Out-Of-Bounds-Read.html
2024-05-26 14:27:05 +02:00
- https://www.exploit-db.com/exploits/40944/
2024-06-09 00:33:16 +00:00
- https://www.exploit-db.com/exploits/40944/
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.