Skip to main content

Allocation of Resources Without Limits or Throttling

CVE-2024-56374

Severity Medium
Score 5.8/10

Summary

An issue was discovered in Django 4.2.x prior to 4.2.18, 5.0.x prior to 5.0.11, and 5.1.x prior to 5.1.5. Lack of upper-bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial-of-service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` are vulnerable, as is the `django.forms.GenericIPAddressField` form field. (The `django.db.models.GenericIPAddressField` model field is not affected.)

  • LOW
  • NETWORK
  • NONE
  • CHANGED
  • NONE
  • NONE
  • NONE
  • LOW

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