ALAS2023-2026-1617


Amazon Linux 2023 Security Advisory: ALAS2023-2026-1617
Advisory Released Date: 2026-04-30
Advisory Updated Date: 2026-04-30
Severity: Important

Issue Overview:

When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters. (CVE-2026-0672)

The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCookie.js_output() lacked the output validation applied to BaseCookie.output(). (CVE-2026-3644)

When an Expat parser with a registered ElementDeclHandler parses an inline
document type definition containing a deeply nested content model a C stack
overflow occurs. (CVE-2026-4224)

Mitgation of CVE-2026-4519 was incomplete. If the URL contained "%action" the mitigation could be bypassed for certain browser types the "webbrowser.open()" API could have commands injected into the underlying shell. See CVE-2026-4519 for details. (CVE-2026-4786)

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition.

The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable. (CVE-2026-6100)


Affected Packages:

python3.14


Issue Correction:
Run dnf update python3.14 --releasever 2023.11.20260427 or dnf update --advisory ALAS2023-2026-1617 --releasever 2023.11.20260427 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.14-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-devel-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-idle-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-freethreading-debug-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-freethreading-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-freethreading-idle-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-freethreading-tkinter-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-debugsource-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-tkinter-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-debug-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-freethreading-devel-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-freethreading-libs-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-debuginfo-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-libs-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-test-3.14.3-2.amzn2023.0.1.aarch64
    python3.14-freethreading-test-3.14.3-2.amzn2023.0.1.aarch64

src:
    python3.14-3.14.3-2.amzn2023.0.1.src

x86_64:
    python3.14-devel-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-tkinter-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-freethreading-tkinter-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-debugsource-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-freethreading-devel-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-debug-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-freethreading-idle-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-libs-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-test-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-freethreading-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-idle-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-freethreading-debug-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-debuginfo-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-freethreading-libs-3.14.3-2.amzn2023.0.1.x86_64
    python3.14-freethreading-test-3.14.3-2.amzn2023.0.1.x86_64