CVE-2013-6627
Google Chrome < 31.0.1650.48 - Denial of Service via HTTP Informational Status Code Processing
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2013-6627. PoCs published by Skylined.
AI-analyzed exploit summary This exploit targets an out-of-bounds read vulnerability in Google Chrome's HTTP response parsing. It leverages a crafted HTTP 1xx response to leak memory from the main process, demonstrated via a Python-based server that serves a malicious webpage.
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.
Exploits (1)
This exploit targets an out-of-bounds read vulnerability in Google Chrome's HTTP response parsing. It leverages a crafted HTTP 1xx response to leak memory from the main process, demonstrated via a Python-based server that serves a malicious webpage.