You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2024 0450
About this tag
CVE-2024-0450 is a vulnerability in CPython's zipfile module that allows quoted-overlap zip bombs to cause excessive resource consumption during extraction. The Python Security Team and Linux distributors have patched the issue by causing zipfile to reject archives with overlapping entries. The vulnerability has a local attack vector and high availability impact, affecting servers, CI pipelines, and appliances that use Python for archive processing. This tag covers discussions about the discovery, patching, and risk implications of CVE-2024-0450 for Windows and cross-platform Python environments.
The discovery and coordinated patching of CVE-2024-0450 closes a subtle but consequential gap in CPython’s zipfile module: quoted‑overlap zip‑bombs that can weaponize compliant ZIP metadata to force excessive, asymmetric resource consumption during extraction. The Python Security Team, upstream...