BIT-python-2026-6879

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/python/BIT-python-2026-6879.json
JSON Data
https://api.test.osv.dev/v1/vulns/BIT-python-2026-6879
Aliases
Published
2026-08-17T05:55:11.544Z
Modified
2026-08-19T09:45:10.839035579Z
Summary
Quadratic Behavior in xml.etree.ElementPath Index Predicates
Details

Element.findall() and fully-consumed Element.iterfind() exhibit O(n^2) time complexity when using XPath index predicates (e.g. [1], [last()], [last()-N]) on XML documents with many same-tag siblings. Element.find() is only affected when the first match is near the end  of the sibling list, such as with [last()] or [last()-N].//item[1] short-circuits after the first match.

Database specific
{
    "cpes": [
        "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
    ],
    "severity": "Low"
}
References

Affected packages

Bitnami / python

Package

Name
python
Purl
pkg:bitnami/python

Severity

  • 2.0 (Low) CVSS_V4 - CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.10.21
Introduced
3.11.0
Fixed
3.11.16
Introduced
3.12.0
Fixed
3.12.14
Introduced
3.13.0
Fixed
3.13.15
Introduced
3.14.0
Fixed
3.14.7

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/python/BIT-python-2026-6879.json"