cve/2024/CVE-2024-52804.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-52804](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-52804)
![](https://img.shields.io/static/v1?label=Product&message=tornado&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%206.4.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-400%3A%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-770%3A%20Allocation%20of%20Resources%20Without%20Limits%20or%20Throttling&color=brighgreen)
### Description
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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/PBorocz/raindrop-io-py
- https://github.com/haiyen11231/automation-tool-for-patch-backporting