#VU119238 Inefficient algorithmic complexity in Python - CVE-2025-12084

 

#VU119238 Inefficient algorithmic complexity in Python - CVE-2025-12084

Published: December 6, 2025


Vulnerability identifier: #VU119238
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2025-12084
CWE-ID: CWE-407
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Python
Software vendor:
Python.org

Description

The vulnerability allows a remote attacker to perform a denial of service attack.

The vulnerability exists due to usage of a quadratic algorithm when building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency on _clear_id_cache(). A remote attacker can force the application to create excessively nested documents, leading to a denial of service condition. 


Remediation

Install updates from vendor's website.

External links