Release date:
2026-08-20 14:59:27 UTC
Description:
* SECURITY UPDATE: CPython's SourcelessFileLoader read legacy .pyc files
with a plain _io.FileIO instead of io.open_code(), because
FileLoader.get_data() only routed SourceLoader and ExtensionFileLoader
subclasses through open_code(). A PEP 578 open_code hook installed to vet
code before it is executed was therefore not consulted when a sourceless
.pyc was imported, letting code loaded that way escape such validation
(CWE-668).
- debian/patches/CVE-2026-2297.patch: backport of cpython a51b1b51
(gh-145506). SourcelessFileLoader is added to the open_code() branch
of FileLoader.get_data(). As in the upstream 3.10 backport 876858c9,
the frozen Python/importlib_external.h is regenerated as well - the
interpreter executes the frozen blob, not the .py file, and the
Debian recipe does not run "make regen-all".
- CVE-2026-2297
* SECURITY UPDATE: xml.etree.ElementTree.Element.findall(), a fully
consumed Element.iterfind(), and Element.find() when the first match
sits near the end of the sibling list had O(n**2) time complexity for
XPath index predicates ([1], [last()], [last()-N]), because the
predicate re-ran parent.findall(tag) for every candidate sibling.
Parsing an attacker-supplied XML document with many same-tag siblings
could therefore consume excessive CPU time (CWE-407, inefficient
algorithmic complexity).
- debian/patches/CVE-2026-6879.patch: backport of cpython 2ffab083
(gh-152674). The (parent, tag) lookup is cached so each sibling group
is scanned once.
- CVE-2026-6879
Updated packages:
-
alt-python39_3.9.23-27_amd64.deb
sha:67a98c359ea116dc43bf4a51ffb2da8c923e1360
-
alt-python39-debug_3.9.23-27_amd64.deb
sha:a9d37ad574da812a3fbf1d46db7fb8a306e5be9c
-
alt-python39-devel_3.9.23-27_amd64.deb
sha:00156dc2f6f32d6e10cf1ad028fbf0cd7af20657
-
alt-python39-idle_3.9.23-27_amd64.deb
sha:578883eecae58b3f524adbcb0569731e80c92802
-
alt-python39-libs_3.9.23-27_amd64.deb
sha:d674c868c52e3493bbb4b33be8c6eeef6f3ea5d4
-
alt-python39-test_3.9.23-27_amd64.deb
sha:f84cd2bf6432f005625bf683002a7a73dbcac153
-
alt-python39-tkinter_3.9.23-27_amd64.deb
sha:be8da5cc033eff50e7f04636991e5584391b36a0
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.