Bug 2249750 (CVE-2022-48564)
Summary: | CVE-2022-48564 python: DoS when processing malformed Apple Property List files in binary format | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | TEJ RATHI <trathi> |
Component: | vulnerability | Assignee: | Product Security <prodsec-ir-bot> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | gsuckevi, hhorak, jorton, python-maint |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python 3.10.0, python 3.9.1, python 3.8.7, python 3.7.10, python 3.6.13 | Doc Type: | If docs needed, set a value |
Doc Text: |
A vulnerability was found in the Python core plistlib library within the read_ints() function in the plistlib.py file. In malformed input, the implementation can be manipulated to create an argument for struct.unpack(). This issue can lead to excessive CPU and memory consumption, resulting in a MemError, as it constructs the 'format' argument for unpack(). This flaw allows an attacker to employ a binary plist input, potentially executing a denial of service (DoS) attack by exhausting CPU and RAM resources.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 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: | 2250587, 2250588, 2250589 | ||
Bug Blocks: | 2249765 |
Description
TEJ RATHI
2023-11-15 07:28:11 UTC
Created python3.11 tracking bugs for this issue: Affects: fedora-all [bug 2250587] Created python3.12 tracking bugs for this issue: Affects: fedora-all [bug 2250588] Created python3.13 tracking bugs for this issue: Affects: fedora-all [bug 2250589] This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2024:0114 https://access.redhat.com/errata/RHSA-2024:0114 This issue has been addressed in the following products: Red Hat Enterprise Linux 8.6 Extended Update Support Via RHSA-2024:0430 https://access.redhat.com/errata/RHSA-2024:0430 This issue has been addressed in the following products: Red Hat Enterprise Linux 8.8 Extended Update Support Via RHSA-2024:0586 https://access.redhat.com/errata/RHSA-2024:0586 |