CVE-2025-67724
CVE-2025-67724 is a medium-severity vulnerability in Tornadoweb Tornado with a CVSS 3.x base score of 5.4. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-79.
Key facts
- Severity: Medium (CVSS 3.x base score 5.4)
- EPSS exploit prediction: 0% (8th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2025-203032
- Weakness: CWE-79
- Affected product: Tornadoweb Tornado
- Published:
- Last modified:
Description
Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom "reason" phrases (the "Not Found" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.
Frequently asked questions
- What is CVE-2025-67724?
- Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom "reason" phrases (the "Not Found" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.
- How severe is CVE-2025-67724?
- CVE-2025-67724 has a CVSS 3.x base score of 5.4, rated medium severity. It is exploitable over network with low attack complexity, requires no privileges and user interaction. Impact on confidentiality is low, integrity low, and availability none.
- Is CVE-2025-67724 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (8th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2025-67724?
- CVE-2025-67724 affects Tornadoweb Tornado. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2025-67724?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2025-67724 have an EU (EUVD) identifier?
- Yes. CVE-2025-67724 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-203032.
- When was CVE-2025-67724 published?
- CVE-2025-67724 was published on 2025-12-12 and last updated on 2026-06-17.
References
- https://github.com/tornadoweb/tornado/commit/9c163aebeaad9e6e7d28bac1f33580eb00b0e421
- https://github.com/tornadoweb/tornado/releases/tag/v6.5.3
- https://github.com/tornadoweb/tornado/security/advisories/GHSA-pr2v-jx2c-wg9f
Affected products (1)
- cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*
More vulnerabilities in Tornadoweb Tornado
- CVE-2026-31958 — High (CVSS 7.5): Tornado is a Python web framework and asynchronous networking library. In versions of Tornado prior to 6.5.5, the only…
- CVE-2025-67726 — High (CVSS 7.5): Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient…
- CVE-2025-67725 — High (CVSS 7.5): Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single…
- CVE-2025-47287 — High (CVSS 7.5): Tornado is a Python web framework and asynchronous networking library. When Tornado's ``multipart/form-data`` parser…
- CVE-2024-52804 — High (CVSS 7.5): Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in…
- CVE-2026-35536 — High (CVSS 7.2): In Tornado before 6.5.5, cookie attribute injection could occur because the domain, path, and samesite arguments to…
All CVEs affecting Tornadoweb Tornado →
Other CWE-79 (Cross-site Scripting (XSS)) vulnerabilities
- CVE-2025-49410 — Critical (CVSS 10.0): Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Imran Emu TC…
- CVE-2024-47875 — Critical (CVSS 10.0): DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMpurify was vulnerable to…
- CVE-2024-6886 — Critical (CVSS 10.0): Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Gitea…
- CVE-2023-45144 — Critical (CVSS 10.0): com.xwiki.identity-oauth:identity-oauth-ui is a package to aid in building identity and service providers based on…
- CVE-2023-45138 — Critical (CVSS 10.0): Change Request is an pplication allowing users to request changes on a wiki without publishing the changes directly.…
- CVE-2022-4361 — Critical (CVSS 10.0): Keycloak, an open-source identity and access management solution, has a cross-site scripting (XSS) vulnerability in the…
Browse all CWE-79 (Cross-site Scripting (XSS)) vulnerabilities →