Release date:
2026-08-20 13:52:53 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.el7.x86_64.rpm
sha:b79259029c594520ac7cd13a9e773ca5334bbe8e9e3a9fd455a7616ac80586de
-
alt-python36-debug-3.6.15-35.el7.x86_64.rpm
sha:650c476cb5374626859e0484216cf4fa006a8950e63973601a0c2398ea6237af
-
alt-python36-devel-3.6.15-35.el7.x86_64.rpm
sha:b53eab81c3e84348eabec6b4657b5a72fc430a60757fda1a5144055ae85fd36a
-
alt-python36-libs-3.6.15-35.el7.x86_64.rpm
sha:83b09dd7cd7424a539ea04a0e17fd62f14d4a0688aa6598ed81a49e724bb428b
-
alt-python36-test-3.6.15-35.el7.x86_64.rpm
sha:fa4f61b7883929d353ac30ba7c445f4479b3b48e0af7ea79532f45ac1d196739
-
alt-python36-tkinter-3.6.15-35.el7.x86_64.rpm
sha:5ed9735cbbc8dbbb8b4b7e814c8974d55622f31b85e68631f84d5476a39f2273
-
alt-python36-tools-3.6.15-35.el7.x86_64.rpm
sha:5b9206a7cd2a4eb18a3b8c0cb66189d30d25f909cc33a8f7bbc551f0640af821
Notes:
This page is generated automatically and has not been checked for errors. For clarification or
corrections please contact the
CloudLinux Packaging Team.