Resource exhaustion in Django - CVE-2026-15337
Published: August 5, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled memory consumption in django.utils.translation.check_for_language() when checking many distinct, very long language codes. A remote attacker can send crafted POST data containing many distinct long language values to cause a denial of service.
The language value reaches this function through the django.views.i18n.set_language() view, which is not active by default, and the memory consumption is bounded by request size and cache entry limits.
Affected software
SUSE Linux Enterprise Desktop 15
SUSE Linux Enterprise Real Time 15
SUSE Linux Enterprise Server 15
SUSE Linux Enterprise Server for SAP Applications 15
SUSE Package Hub 15
openSUSE Leap
python311-Django
How to mitigate CVE-2026-15337
python311-Django - update to 4.2.11-150600.3.65.1