CVE-2026-49853
Published:June 15, 2026
Updated:June 18, 2026
Summary When SimpleAsyncHTTPClient follows a 3xx redirect, it shallow-copies the original HTTPRequest, rewrites the URL, decrements max_redirects, and removes only the Host header. It does not clear Authorization, auth_username, auth_password, or auth_mode when the redirect target changes origin. As a result, credentials intended for one origin can be forwarded to a different origin when follow_redirects=True, which is the default. Beginning in Tornado 6.5.6, "SimpleAsyncHTTPClient" matches the default behavior of "libcurl" (and therefore "CurlAsyncHTTPClient"): When a redirect changes the scheme, host, or port of the url, the "Authorization" and "Cookie" headers will be removed when following the redirect.
Affected Packages
tornado (CONDA):
Affected version(s) >=2.3 <6.5.6Fix Suggestion:
Update to version 6.5.6tornado (CONDA):
Affected version(s) >=2.3 <6.5.6Fix Suggestion:
Update to version 6.5.6tornado (PYTHON):
Affected version(s) >=0.2 <6.5.6Fix Suggestion:
Update to version 6.5.6Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.7
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Exposure of Sensitive Information to an Unauthorized Actor