CVE-2016-5699
MEDIUMCPython < 2.7.9 - HTTP Header Injection via CRLF Sequences in HTTPConnection.putheader
Title source: manualExploitation Summary
EIP tracks 2 public exploits for CVE-2016-5699. PoCs published by bunseokbot, shajinzheng.
AI-analyzed exploit summary This repository contains a functional PoC for CVE-2016-5699, demonstrating HTTP header injection via a Python script (`poc.py`) that sends requests to a Flask-based receiver (`receiver.py`) to display headers. The exploit leverages improper handling of HTTP headers to inject malicious content.
Description
CRLF injection vulnerability in the HTTPConnection.putheader function in urllib2 and urllib in CPython (aka Python) before 2.7.10 and 3.x before 3.4.4 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in a URL.
Exploits (2)
This repository contains a functional PoC for CVE-2016-5699, demonstrating HTTP header injection via a Python script (`poc.py`) that sends requests to a Flask-based receiver (`receiver.py`) to display headers. The exploit leverages improper handling of HTTP headers to inject malicious content.
This repository contains a functional PoC for CVE-2016-5699, an HTTP header injection vulnerability in Python's urllib2 library. The exploit demonstrates how crafted URLs with CRLF sequences can inject arbitrary headers into HTTP requests.
References (19)
Scores
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N