cve/2024/CVE-2024-5569.md

19 lines
1.3 KiB
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-5569](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-5569)
![](https://img.shields.io/static/v1?label=Product&message=jaraco%2Fzipp&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%3C%203.19.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-400%20Uncontrolled%20Resource%20Consumption&color=brighgreen)
### Description
A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fetter-io/fetter-py
- https://github.com/fetter-io/fetter-rs