ALAS2023-2026-1953


Amazon Linux 2023 Security Advisory: ALAS2023-2026-1953
Advisory Released Date: 2026-07-20
Advisory Updated Date: 2026-07-20
Severity: Important

Issue Overview:

When using the "configparser" module to write configuration files
containing multi-line text values with carriage return characters (\r) the
resulting file could be injected with unexpected keys and values if the
attacker controls the written value. (CVE-2026-0864)

When using the "tarfile" module with a file opened in "streaming mode" (mode="r|") the tarfile module did not properly handle EOF, making archive parsing take exponentially longer. (CVE-2026-11972)

unicodedata.normalize() can take excessive CPU time when processing specially crafted Unicode input containing long runs of combining characters with alternating Canonical Combining Class values. This affects all normalization forms. (CVE-2026-3276)

tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process. (CVE-2026-7774)

bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data. (CVE-2026-9669)


Affected Packages:

python3.11


Issue Correction:
Run dnf update python3.11 --releasever 2023.12.20260720 or dnf update --advisory ALAS2023-2026-1953 --releasever 2023.12.20260720 to update your system.
More information on how to update your system can be found on this page: Amazon Linux 2023 documentation

New Packages:
aarch64:
    python3.11-debugsource-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-devel-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-tkinter-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-debug-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-idle-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-debuginfo-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-libs-3.11.15-1.amzn2023.0.4.aarch64
    python3.11-test-3.11.15-1.amzn2023.0.4.aarch64

src:
    python3.11-3.11.15-1.amzn2023.0.4.src

x86_64:
    python3.11-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-debugsource-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-idle-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-devel-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-tkinter-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-debug-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-debuginfo-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-libs-3.11.15-1.amzn2023.0.4.x86_64
    python3.11-test-3.11.15-1.amzn2023.0.4.x86_64