There is a HIGH severity vulnerability affecting the CPython "zipfile"
module affecting "zipfile.Path". Note that the more common API "zipfile.ZipFile" class is unaffected.
When iterating over names of entries in a zip archive (for example, methods
of "zipfile.Path" like "namelist()", "iterdir()", etc)
the process can be put into an infinite loop with a maliciously crafted
zip archive. This defect applies when reading only metadata or extracting
the contents of the zip archive. Programs that are not handling
user-controlled zip archives are not affected.
CVSS
No CVSS.
References
Configurations
No configuration.
History
21 Nov 2024, 09:52
Type | Values Removed | Values Added |
---|---|---|
References |
|
04 Sep 2024, 23:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
04 Sep 2024, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
03 Sep 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
28 Aug 2024, 14:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : unknown |
26 Aug 2024, 19:15
Type | Values Removed | Values Added |
---|---|---|
Summary | (en) There is a HIGH severity vulnerability affecting the CPython "zipfile" module affecting "zipfile.Path". Note that the more common API "zipfile.ZipFile" class is unaffected. When iterating over names of entries in a zip archive (for example, methods of "zipfile.Path" like "namelist()", "iterdir()", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected. |
23 Aug 2024, 18:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
23 Aug 2024, 16:18
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
22 Aug 2024, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-08-22 19:15
Updated : 2024-11-21 09:52
NVD link : CVE-2024-8088
Mitre link : CVE-2024-8088
CVE.ORG link : CVE-2024-8088
JSON object : View
Products Affected
No product.
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')