CVE-2023-32681

MEDIUM

Requests 2.3.0-2.31.0 - Proxy-Authorization Header Leak via HTTPS Redirect

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2023-32681. PoCs published by hardikmodha.

AI-analyzed exploit summary This repository contains a working PoC for CVE-2023-32681, demonstrating how the Python `requests` library (<= 2.30.0) leaks `Proxy-Authorization` headers during HTTPS redirects. The PoC includes a proxy server, a redirection server, and a Python script to test the vulnerability.

Description

Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use `rebuild_proxies` to reattach the `Proxy-Authorization` header to requests. For HTTP connections sent through the tunnel, the proxy will identify the header in the request itself and remove it prior to forwarding to the destination server. However when sent over HTTPS, the `Proxy-Authorization` header must be sent in the CONNECT request as the proxy has no visibility into the tunneled request. This results in Requests forwarding proxy credentials to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate sensitive information. This issue has been patched in version 2.31.0.

Exploits (1)

nomisec WORKING POC 4 stars
by hardikmodha · poc
https://github.com/hardikmodha/POC-CVE-2023-32681

This repository contains a working PoC for CVE-2023-32681, demonstrating how the Python `requests` library (<= 2.30.0) leaks `Proxy-Authorization` headers during HTTPS redirects. The PoC includes a proxy server, a redirection server, and a Python script to test the vulnerability.

Classification
Working Poc 100%
Attack Type
Info Leak
Complexity
Moderate
Reliability
Reliable
Target: Python requests library <= 2.30.0
Auth required
Prerequisites: Go v1.19 · Python 3.x · Valid HTTPS certificates · Proxy server with basic authentication
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Scores

CVSS v3 6.1
EPSS 0.0681
EPSS Percentile 91.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-200
Status published
Products (3)
fedoraproject/fedora 37
pypi/requests 2.3.0 - 2.31.0PyPI
python/requests 2.3.0 - 2.31.0
Published May 26, 2023
Tracked Since Feb 18, 2026