NONE · 0

CVE-2024-8088

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 na...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2024-8088?

CVE-2024-8088 is a documented vulnerability. 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 na...

How severe is CVE-2024-8088?

CVSS scoring is not yet available for CVE-2024-8088. Check NVD for updates.

Is there a patch for CVE-2024-8088?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.