Release date:
2026-08-20 15:29:29 UTC
Description:
- CVE-2026-6879: xml.etree.ElementTree's find(), findall() and iterfind() had
quadratic complexity when an XPath index predicate ([1], [last()],
[last()-N]) was evaluated against a document with many same-tag siblings.
The [index] selector called parent.findall(tag) once per candidate element,
and each such call is itself linear in the number of siblings, allowing a
CPU denial-of-service on untrusted XML or untrusted XPath (CWE-407,
algorithmic complexity). Backport of cpython 2ffab083 (gh-152674) taken via
the upstream 3.12 backport 96510a37; the code change is verbatim and the
regression test is added to test_xml_etree.py unchanged.
Updated packages:
-
alt-python36-3.6.15-35.el9.x86_64.rpm
sha:a36e827d7f2548b87c17e2d852253f1304cfe6ece65a00511a294ec4ee1dba2e
-
alt-python36-debug-3.6.15-35.el9.x86_64.rpm
sha:70dbc4c8c8565453712bd5155cfd4933d7efa27cce6316ce49f450998d071e4e
-
alt-python36-devel-3.6.15-35.el9.x86_64.rpm
sha:866c078de4d3dfcaff6b896afc48c14d719ed69b88850729076365046df82f21
-
alt-python36-libs-3.6.15-35.el9.x86_64.rpm
sha:5c261c2719604157dfc3596cf9801915267cb55fcb39bc7c6bd0c2128974fecf
-
alt-python36-test-3.6.15-35.el9.x86_64.rpm
sha:6450dc8669f81b426a059ebb1f71c0125ba60de70fce78d09a902426cbaed02e
-
alt-python36-tkinter-3.6.15-35.el9.x86_64.rpm
sha:e414525ba5912ffb3a8af75e593bb63141874d08b424d3ef82eb81f8fac924b6
-
alt-python36-tools-3.6.15-35.el9.x86_64.rpm
sha:809912e2e373c1ce67368c2520f4714e3d25a8bb24f1c24298c9a1df59835b10
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.