Release date:
2026-08-20 14:18:24 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:3ff509733b3d4f06d1f914462be46411bfa166eb
-
alt-python39-debug_3.9.23-27_amd64.deb
sha:c3437249a93149d28d1fe11e099d4fe0725cff71
-
alt-python39-devel_3.9.23-27_amd64.deb
sha:5236e310b2e1a50b0e2186edcbf52a3ba7b817d3
-
alt-python39-idle_3.9.23-27_amd64.deb
sha:f6d1c4c5ef924f8d6399552c5b3f8f2757c92533
-
alt-python39-libs_3.9.23-27_amd64.deb
sha:8f46ceca1d90cbbba27e9b82faa30036f258711a
-
alt-python39-test_3.9.23-27_amd64.deb
sha:f15af05984d5e23c69708ecd69cf141c77edb4bf
-
alt-python39-tkinter_3.9.23-27_amd64.deb
sha:b2bedb3e2e0bbacf931778a17b549792b5ad84fd
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.