
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A HIGH severity vulnerability (CVE-2024-8088) affects the CPython "zipfile" module, specifically the "zipfile.Path" functionality. When iterating over names of entries in a zip archive using methods like "namelist()", "iterdir()", etc., the process can be put into an infinite loop with a maliciously crafted zip archive. The vulnerability was discovered and disclosed in August 2024. The more common API "zipfile.ZipFile" class is unaffected (Python Security).
The vulnerability exists in the zipfile.path.ancestry() function where malformed paths in a zip archive can trigger an infinite loop. The issue occurs because posixpath.split("//") returns ("//", "") but "//" != posixpath.sep, causing the loop condition to never terminate. The vulnerability affects both metadata reading and content extraction operations (OSS Security). The vulnerability has been assigned a CVSS v4.0 base score of 8.7 HIGH (NVD).
Successful exploitation of this vulnerability could lead to Denial of Service (DoS) through resource exhaustion when processing maliciously crafted zip archives. The vulnerability only affects programs that handle user-controlled zip archives (NetApp Security).
The vulnerability has been fixed in Python by applying a more surgical fix that handles malformed payloads without breaking legitimate content. The fix involves modifying the path handling logic in the _ancestry() function. Users should upgrade to patched versions of Python. For systems that cannot be immediately updated, the primary mitigation is to avoid processing untrusted zip archives (GitHub PR).
The vulnerability was initially discovered and reported through the Python security reporting process. The fix was first implemented in the zipp package (version 3.19.1) and later ported to CPython. Various vendors, including NetApp, have issued advisories and are working on providing patches for their affected products (NetApp Security).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
Get a personalized demo
“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
“We know that if Wiz identifies something as critical, it actually is.”