5.3 CVE-2026-5766

Enriched by CISA Buffer Overflow
 

An issue was discovered in 6.0 before 6.0.5 and 5.2 before 5.2.14. ASGI requests with a missing or understated `Content-Length` header can bypass the `FILE_UPLOAD_MAX_MEMORY_SIZE` limit, potentially loading large files into memory and causing service degradation. As a reminder, Django expects a limit to be configured at the web server level rather than solely relying on `FILE_UPLOAD_MAX_MEMORY_SIZE`. Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected. Django would like to thank Kyle Agronick for reporting this issue.
https://nvd.nist.gov/vuln/detail/CVE-2026-5766

Categories

CWE-130 : Improper Handling of Length Parameter Inconsistency
If an attacker can manipulate the length parameter associated with an input such that it is inconsistent with the actual length of the input, this can be leveraged to cause the target application to behave in unexpected, and possibly, malicious ways. One of the possible motives for doing so is to pass in arbitrarily large input to the application. Another possible motivation is the modification of application state by including invalid data for subsequent properties of the application. Such weaknesses commonly lead to attacks such as buffer overflows and execution of arbitrary code.

References


 

AFFECTED (from MITRE)


Vendor Product Versions
djangoproject Django
  • 6.0 < 6.0.5 [affected]
  • 6.0.5 [unaffected]
  • 5.2 < 5.2.14 [affected]
  • 5.2.14 [unaffected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end
Configuration 1
cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:* >= 5.2 < 5.2.14
cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:* >= 6.0 < 6.0.5


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
47 Buffer Overflow via Parameter Expansion
High