Release date:
2026-08-20 12:21:07 UTC
Description:
* SECURITY UPDATE: the import machinery read legacy .pyc files through a
plain file object rather than io.open_code(). FileLoader.get_data()
special-cased only SourceLoader and ExtensionFileLoader, so a
sourceless import never raised the "open_code" audit event and audit
hooks could neither observe nor veto the file being read.
- debian/patches/CVE-2026-2297.patch: backport of cpython
a51b1b51 (gh-145506, 3.13 branch). SourcelessFileLoader is added to
the isinstance() check, so .pyc loads go through io.open_code() like
every other import path.
- CVE-2026-2297
* SECURITY UPDATE: positional predicates in xml.etree.ElementPath
rebuilt the parent's child list once for every candidate element, so
an expression such as ".//tag[last()]" cost time quadratic in the
number of matches and an attacker-supplied document could drive a CPU
denial of service.
- debian/patches/CVE-2026-6879.patch: backport of cpython
2ffab083 (gh-152674). The (parent, tag) sibling lookup is now
memoised for the duration of the selection.
- CVE-2026-6879
* SECURITY UPDATE: base64.b64decode() and base64.urlsafe_b64decode()
silently accepted the standard "+" and "/" characters even when an
alternative alphabet was in use, reinterpreting them instead of
rejecting them, so two different inputs could decode to the same
bytes.
- debian/patches/CVE-2025-12781.patch: backport of cpython
9060b4ab (gh-125346). Both functions now emit a DeprecationWarning
in strict mode and a FutureWarning otherwise, and a malformed
altchars raises ValueError instead of tripping an assertion that
disappears under -O. Decoded output is unchanged.
- CVE-2025-12781
Updated packages:
-
alt-python38_3.8.20-27_amd64.deb
sha:9d062f775d2db75840d4d8da45106295b5d6ab89
-
alt-python38-debug_3.8.20-27_amd64.deb
sha:abf09d6355a6b4faf705e1f2811c5b13080d20e3
-
alt-python38-devel_3.8.20-27_amd64.deb
sha:2d23a59e10e2b15d070d00f925681a68d0b27d6d
-
alt-python38-idle_3.8.20-27_amd64.deb
sha:693ee0ad9e7948db2c33800178b4279f11177c62
-
alt-python38-libs_3.8.20-27_amd64.deb
sha:f7e0187faf11d28d61be58c5b278b63eedb9443b
-
alt-python38-test_3.8.20-27_amd64.deb
sha:24408a8fd13f0421a63a71b681c1d975d4e975bc
-
alt-python38-tkinter_3.8.20-27_amd64.deb
sha:c2c2b4c4bd303eeec1f23d4372a568e01ba782cd
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.