Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-91992 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-200Exposure of Sensitive Information to an Unauthorized Actor[email protected]

Affected Products

ProductVersions
Tornado
<= 6.5.6 (semver)

CPE

  • cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 6.5.7moderate effort
  • Workaround:low effort

    Use a separate CurlAsyncHTTPClient instance for each distinct credential set (per client certificate and per proxy credential). Alternatively, use SimpleAsyncHTTPClient where applicable.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-91992
NVD Published Date:
Sep 15, 2026
NVD Last Modified:
Sep 17, 2026
Source:
[email protected]
CVE-2026-91992 Details - Not Deferred