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-49854 Details

ANALYZED


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

Description

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocket_mask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided buffer when reached through Tornado XSRF token decoding with the native extension active. This issue is fixed in version 6.5.6.

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-126Buffer Over-read[email protected]

Affected Products

ProductVersions
Tornado
< 6.5.6 (semver)

CPE

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

Remediation

  • Upgrade: 6.5.6moderate effort
  • Mitigation:low effort

    Set the environment variable TORNADO_EXTENSION=0 to disable the vulnerable code. Note that this may reduce websocket performance.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-49854
NVD Published Date:
Jul 14, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-49854 Details - Not Deferred