Cyber Posture

CVE-2025-26699

Medium

Published: 06 March 2025

Published
06 March 2025
Modified
03 October 2025
KEV Added
Patch
CVSS Score 5.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L
EPSS Score 0.0029 52.1th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.

Security Summary

CVE-2025-26699 is a denial-of-service vulnerability in the Django web framework, specifically affecting the django.utils.text.wrap() method and the wordwrap template filter when processing very long strings. The issue impacts Django versions 5.1 prior to 5.1.7, 5.0 prior to 5.0.13, and 4.2 prior to 4.2.20. It stems from CWE-770 (Allocation of Resources Without Limits or Throttling), with a CVSS v3.1 base score of 5.0 (AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L).

An attacker with low privileges, such as an authenticated user, can exploit this vulnerability over the network with low complexity and no user interaction required. By supplying very long strings to the affected functions, the attacker triggers excessive resource consumption, leading to a low-impact denial of service on the targeted Django application, particularly in a changed scope.

Django security advisories recommend upgrading to the patched versions: 5.1.7, 5.0.13, or 4.2.20. Official release notes and announcements detail the fix, available at docs.djangoproject.com/en/dev/releases/security/, groups.google.com/g/django-announce, and www.djangoproject.com/weblog/2025/mar/06/security-releases/, with additional notifications on oss-security and Debian LTS lists.

Details

CWE(s)
CWE-770

Affected Products

djangoproject
django
4.2 — 4.2.20 · 5.0 — 5.0.13 · 5.1 — 5.1.7
debian
debian linux
11.0

MITRE ATT&CK Enterprise Techniques

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The CVE describes a resource exhaustion DoS triggered by supplying long strings to Django's wrap() method/template filter, directly enabling exploitation of an application vulnerability to cause unresponsiveness (T1499.004 Application or System Exploitation).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References