summaryrefslogtreecommitdiff
path: root/docs/releases/6.0.4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/6.0.4.txt')
-rw-r--r--docs/releases/6.0.4.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/releases/6.0.4.txt b/docs/releases/6.0.4.txt
index 6452768f2a..f6a677d47b 100644
--- a/docs/releases/6.0.4.txt
+++ b/docs/releases/6.0.4.txt
@@ -57,6 +57,17 @@ may trigger repeated memory copying, potentially degrading performance.
This issue has severity "moderate" according to the :ref:`Django security
policy <security-disclosure>`.
+CVE-2026-33034: Potential denial-of-service vulnerability in ASGI requests via memory upload limit bypass
+=========================================================================================================
+
+ASGI requests with a missing or understated ``Content-Length`` header could
+bypass the :setting:`DATA_UPLOAD_MAX_MEMORY_SIZE` limit when reading
+``HttpRequest.body``, potentially loading an unbounded request body into
+memory and causing service degradation.
+
+This issue has severity "low" according to the :ref:`Django security policy
+<security-disclosure>`.
+
Bugfixes
========