Skip to main content

Allocation of Resources Without Limits or Throttling

CVE-2025-32873

Severity High
Score 7.5/10

Summary

An issue was discovered in Django versions through 4.2.20, 5.0a1 through 5.1.8, and 5.2a1 through 5.2. The "django.utils.html.strip_tags()" function is vulnerable to a potential Denial-Of-Service (slow performance) when processing inputs containing large sequences of incomplete HTML tags. The template filter striptags is also vulnerable, because it is built on top of "strip_tags()".

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • HIGH

CWE-770 - Allocation of Resources Without Limits or Throttling

The software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.

Advisory Timeline

  • Published