BIT-python-min-2026-6879

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/python-min/BIT-python-min-2026-6879.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-python-min-2026-6879
Aliases
Published
2026-08-17T05:55:13.195Z
Modified
2026-08-17T08:10:57.238102254Z
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
{
    "severity": "Low",
    "cpes": [
        "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
    ]
}
References

Affected packages

Bitnami / python-min

Package

Name
python-min
Purl
pkg:bitnami/python-min

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.13.15
Introduced
3.14.0
Fixed
3.14.7

Database specific

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