Release date:
2026-08-20 13:45:13 UTC
Description:
* SECURITY UPDATE: 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).
- debian/patches/CVE-2026-6879.patch: backport of cpython 2ffab083
(gh-152674, Petr Viktorin) taken via the upstream 3.12 backport
96510a37. The [index] selector now caches the resolved element per
(parent, tag), so parent.findall() runs once per parent instead of once
per candidate. The code change is verbatim: the pre-fix select() body in
3.6.15 is identical to the one upstream changed, so only line offsets
differ. The regression test is added to test_xml_etree.py unchanged
(it uses f-strings, available since 3.6); the Misc/NEWS.d/next/Security
fragment is omitted as 3.6.15 ships a single Misc/NEWS.
- CVE-2026-6879
Updated packages:
-
alt-python36_3.6.15-44_amd64.deb
sha:bebe3f9595c05d5809f8b3bbc55add7cb1db5d48
-
alt-python36-debug_3.6.15-44_amd64.deb
sha:987e3b53a277d1088fc668c3b6be07d7cbd84c77
-
alt-python36-devel_3.6.15-44_amd64.deb
sha:2c20a94f6aded6372e10956f6338be66eb0f99c3
-
alt-python36-libs_3.6.15-44_amd64.deb
sha:e58fb318b934897048cd57c2e9112bae829d5781
-
alt-python36-test_3.6.15-44_amd64.deb
sha:b93c579c1af8891192bd13a065f79a4bb0cc167d
-
alt-python36-tkinter_3.6.15-44_amd64.deb
sha:dccd1cd47af1e9699aa2341bf568ac383628f8ea
-
alt-python36-tools_3.6.15-44_amd64.deb
sha:feb8450627f17f27a0f7f1822f372e3561c25508
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.