Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Jaeyoung Jang

#42034of 56,338
6.9Total CVSS
Vulnerabilities · 1
PT-2026-67751
6.9
2026-08-04
Django · Django · CVE-2026-15337
**Name of the Vulnerable Software and Affected Versions** Django versions prior to 5.2.17 Django versions prior to 6.0.8 **Description** A denial-of-service issue exists in the `check for language()` function within `django.utils.translation`. The problem occurs when the function receives numerous distinct and very long language codes, which are stored as keys in an in-memory cache, leading to excessive process memory consumption. These codes are passed to the function via the `set language()` view in `django.views.i18n`, which is not routed by default. Memory consumption is limited by the `DATA UPLOAD MAX MEMORY SIZE` setting and a fixed maximum number of cache entries. **Recommendations** Update to version 5.2.17 or later. Update to version 6.0.8 or later.