Information disclosure in urllib3 - CVE-2026-44431
Published: May 9, 2026
urllib3
urlib3
Description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to exposure of sensitive information in ProxyManager.connection_from_url().urlopen() when following cross-origin redirects with assert_same_host=False through a proxy. A remote attacker can trigger a cross-origin redirect to disclose sensitive information.
Sensitive headers such as Authorization, Cookie, and Proxy-Authorization may be forwarded across origins in this low-level redirect flow.