SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-91992

MEDIUM · CVSS 5.9 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Tornado versions prior to 6.5.7 are vulnerable due to a credential leak in the CurlAsyncHTTPClient, where reused pycurl handles fail to clear state between requests. This flaw allows attackers to capture sensitive credentials, including TLS certificates and proxy authentication, by exploiting the same client instance for multiple requests. Organizations using Tornado in their applications should prioritize patching to mitigate the risk of credential exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-91992
Severity
MEDIUM
CVSS
5.9
EPSS
0.21%

Original NVD Description

Tornado before 6.5.7 contains a credential leak vulnerability in CurlAsyncHTTPClient where pycurl handles are reused across requests without proper state clearing. Attackers can obtain sensitive credentials by issuing requests through the same client instance, allowing TLS certificates or proxy authentication to persist across unintended requests.