CVE-2026-49853 PUBLISHED

Tornado: Authorization header forwarded across cross-origin redirects in SimpleAsyncHTTPClient

Assigner: GitHub_M
Reserved: 01.06.2026 Published: 14.07.2026 Updated: 14.07.2026

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, SimpleAsyncHTTPClient shallow-copied redirected requests and removed only the Host header, leaving Authorization, auth_username, auth_password, and auth_mode in place when a redirect changed scheme, host, or port. This issue is fixed in version 6.5.6.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 7.7

Product Status

Vendor tornadoweb
Product tornado
Versions
  • Version < 6.5.6 is affected

References

Problem Types

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE