Vulnerability Details : CVE-2024-52804
Tornado is a Python web framework and asynchronous networking library. 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. Version 6.4.2 fixes the issue.
Products affected by CVE-2024-52804
Please log in to view affected product information.
Exploit prediction scoring system (EPSS) score for CVE-2024-52804
0.23%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 46 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2024-52804
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
N/A
|
N/A
|
GitHub, Inc. | 2024-11-22 |
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
3.9
|
3.6
|
GitHub, Inc. | 2024-11-22 |
CWE ids for CVE-2024-52804
-
The product does not properly control the allocation and maintenance of a limited resource.Assigned by:
- a0819718-46f1-4df5-94e2-005712e83aaa (Primary)
- security-advisories@github.com (Primary)
-
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.Assigned by:
- a0819718-46f1-4df5-94e2-005712e83aaa (Primary)
- security-advisories@github.com (Primary)
References for CVE-2024-52804
-
https://github.com/tornadoweb/tornado/commit/d5ba4a1695fbf7c6a3e54313262639b198291533
httputil: Fix quadratic performance of cookie parsing · tornadoweb/tornado@d5ba4a1 · GitHub
-
https://github.com/advisories/GHSA-7pwv-g7hj-39pr
There is a LOW severity vulnerability affecting CPython,... · CVE-2024-7592 · GitHub Advisory Database · GitHub
-
https://github.com/tornadoweb/tornado/security/advisories/GHSA-8w49-h785-mj3c
HTTP cookie parsing DoS vulnerability · Advisory · tornadoweb/tornado · GitHub
Jump to