[CLSA-2026:1787221657] Fix CVE(s): CVE-2026-4360, CVE-2026-6879
Type:
security
Severity:
Moderate
Release date:
2026-08-20 13:59:28 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:9fd89a661f900a30706851c1d67a74922895bd2d
  • alt-python39-debug_3.9.23-27_amd64.deb
    sha:7f509b3eb65a61aa0b94f2c77b18621aaa2dd9e8
  • alt-python39-devel_3.9.23-27_amd64.deb
    sha:c309fc6a5bb1664652077c892721a13c7f832153
  • alt-python39-idle_3.9.23-27_amd64.deb
    sha:d3e8749770245e22412ee798f9df780947d6e746
  • alt-python39-libs_3.9.23-27_amd64.deb
    sha:28946377b9f338588d19a86abf8431722b694c71
  • alt-python39-test_3.9.23-27_amd64.deb
    sha:fe306237c357d45742082226fc1cb4578e4c56a9
  • alt-python39-tkinter_3.9.23-27_amd64.deb
    sha:a36b02b461cec2f766e1545c5375cc91e2b07f36
Notes:
This page is generated automatically and has not been checked for errors. For clarification or corrections please contact the CloudLinux Packaging Team.