ghsa-8w49-h785-mj3c
Vulnerability from github
Published
2024-11-22 20:26
Modified
2024-11-22 22:27
Severity ?
Summary
Tornado has an HTTP cookie parsing DoS vulnerability
Details
The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in the event loop thread and may block the processing of other requests.
See also CVE-2024-7592 for a similar vulnerability in cpython.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 6.4.1" }, "package": { "ecosystem": "PyPI", "name": "tornado" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.4.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-52804" ], "database_specific": { "cwe_ids": [ "CWE-400", "CWE-770" ], "github_reviewed": true, "github_reviewed_at": "2024-11-22T20:26:41Z", "nvd_published_at": "2024-11-22T16:15:34Z", "severity": "HIGH" }, "details": "The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in the event loop thread and may block the processing of other requests.\n\nSee also CVE-2024-7592 for a similar vulnerability in cpython.", "id": "GHSA-8w49-h785-mj3c", "modified": "2024-11-22T22:27:52Z", "published": "2024-11-22T20:26:41Z", "references": [ { "type": "WEB", "url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-8w49-h785-mj3c" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52804" }, { "type": "WEB", "url": "https://github.com/tornadoweb/tornado/commit/d5ba4a1695fbf7c6a3e54313262639b198291533" }, { "type": "PACKAGE", "url": "https://github.com/tornadoweb/tornado" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Tornado has an HTTP cookie parsing DoS vulnerability" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.