
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-64460 is a denial-of-service vulnerability in Django's XML serializer caused by inefficient algorithmic complexity in django.core.serializers.xml_serializer.getInnerText(). A remote, unauthenticated attacker can send specially crafted XML input to the XML Deserializer to trigger excessive CPU and memory consumption. Affected versions include Django 4.2 before 4.2.27, 5.1 before 5.1.15, and 5.2 before 5.2.9; earlier unsupported series (5.0.x, 4.1.x, 3.2.x) were not evaluated but may also be affected. The vulnerability was disclosed on December 2, 2025, and was reported by researcher Seokchan Yoon. It carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory, Django Security Releases).
The root cause is classified as CWE-407 (Inefficient Algorithmic Complexity): the getInnerText() function in Django's XML serializer does not bound or optimize its text extraction logic, allowing an attacker to craft XML input that triggers worst-case computational behavior. The attack vector is network-based, requires no authentication or user interaction, and targets any Django application endpoint that processes XML-deserialized data. An attacker submits a specially crafted XML document — for example, deeply nested or excessively large text nodes — that causes the deserializer to consume disproportionate CPU and memory resources. Patch commits are publicly available in the Django repository (GitHub Advisory, Django Security Releases).
Successful exploitation results in a denial-of-service condition, causing high availability impact with no effect on confidentiality or integrity. An attacker can render the affected Django application unresponsive by exhausting server CPU and memory resources, disrupting service for all legitimate users. The attack requires no privileges or user interaction and can be launched from anywhere on the network, making it particularly accessible to opportunistic attackers (GitHub Advisory, Django Security Releases).
No public proof-of-concept exploit code has been confirmed, though exploitation has been reported by various sources including cyberhub.blog (GitHub Advisory). The EPSS score is approximately 0.036% (0.000360), indicating a low but non-zero probability of exploitation in the near term. The vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No specific threat actor attribution has been reported. The vulnerability is detectable by multiple scanners including Nessus and Qualys.
getInnerText(), such as deeply nested XML elements or extremely large text node structures that force repeated recursive or iterative text extraction.getInnerText() function processes the malicious XML, consuming excessive CPU cycles and memory, causing the server process to slow significantly or become unresponsive.Django has released patched versions addressing this vulnerability: 4.2.27, 5.1.15, and 5.2.9 — upgrading to one of these is the primary recommended remediation (Django Security Releases). If immediate upgrade is not possible, consider the following interim mitigations: (1) disable XML deserialization functionality if not required; (2) implement input validation to limit XML payload size and nesting depth before it reaches the deserializer; (3) deploy WAF rules to filter or rate-limit requests with suspicious XML content; (4) monitor system resource usage and set alerts for anomalous CPU/memory spikes. Unsupported Django series (5.0.x, 4.1.x, 3.2.x) should be upgraded to a supported and patched release.
The Django project credited researcher Seokchan Yoon for responsibly reporting the issue and published a security advisory alongside the patched releases on December 2, 2025 (Django Security Releases). Multiple security news outlets including CyberSecurityNews, GBHackers, and HealSecurity covered the vulnerability as part of broader reporting on multiple Django security issues disclosed simultaneously. Ubuntu, Debian, Fedora, SUSE, Mageia, and Red Hat all issued downstream security advisories and package updates. The Django security team also published a follow-up blog post in February 2026 discussing recent security trends (Django Security Blog).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."