#VU118130 Resource exhaustion in Django - CVE-2025-64458
Published: November 5, 2025
Django
Django Software Foundation
Description
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to the HttpResponseRedirect, HttpResponsePermanentRedirect, and redirect methods are not optimized on Windows and consume too much system resources. A remote attacker can pass very large number of Unicode characters to the affected methods, trigger resource exhaustion and perform a denial of service (DoS) attack.
Note, the vulnerability affects Windows installations only.