Bug 2307464
Summary: | CVE-2024-8088 python3.7: From NVD collector [fedora-all] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marco Benatto <mbenatto> |
Component: | python3.7 | Assignee: | Python Maintainers <python-maint> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 40 | CC: | cstratak, lbalhar, mhroncok, python-maint, python-packagers-sig, thrnciar, torsava, vstinner |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | {"flaws": ["5da46b44-0ab8-4d0b-982c-e938b8ac0a8f"]} | ||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-08-27 07:50:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2307370 |
Description
Marco Benatto
2024-08-22 22:59:50 UTC
From the CVE 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. Since zipfile.Path was added with Python 3.8, python3 here is not affected. |