
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-33034 is a denial-of-service vulnerability in Django's ASGI request handling that allows remote attackers to bypass the DATA_UPLOAD_MAX_MEMORY_SIZE memory limit by sending requests with a missing or understated Content-Length header, causing unbounded memory allocation. It affects Django 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30; earlier unsupported series (5.0.x, 4.1.x, 3.2.x) were not evaluated but may also be affected. The vulnerability was disclosed on April 7, 2026, and was reported by a researcher named "Superior" (Django Advisory). It carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory).
The root cause is classified as CWE-770 (Allocation of Resources Without Limits or Throttling) and CWE-130 (Improper Handling of Length Parameter Inconsistency) (GitHub Advisory, Feedly). When Django processes ASGI requests, it relies on the Content-Length header to enforce the DATA_UPLOAD_MAX_MEMORY_SIZE upload size limit before reading HttpRequest.body; if the header is absent or set to a value lower than the actual body size, the limit check is bypassed and the full request body is read into memory without restriction. This is a network-exploitable, unauthenticated attack requiring no user interaction and low complexity. Patch commits are publicly available in the Django repository (Django Changeset).
Successful exploitation allows an unauthenticated remote attacker to cause memory exhaustion on the Django application server, leading to denial of service through application crashes or severe performance degradation. There is no impact on confidentiality or data integrity — the vulnerability is purely an availability issue. Applications using ASGI (e.g., with Daphne or Uvicorn) that read HttpRequest.body are at risk; WSGI deployments are not affected by this specific bypass (GitHub Advisory, Red Hat Bugzilla).
As of the time of disclosure, there is no public proof-of-concept exploit specifically for CVE-2026-33034, and no evidence of in-the-wild exploitation has been reported (Feedly). The EPSS score is approximately 0.035% (11th percentile), indicating a low near-term exploitation probability (GitHub Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been identified. Note: a separate GitHub repository (ch4n3-yoon/CVE-2026-33033-PoC) exists for the related CVE-2026-33033 but is not directly applicable to this CVE.
HttpRequest.body in their view logic.HttpRequest.body, with the Content-Length header either omitted entirely or set to a small value (e.g., Content-Length: 0 or Content-Length: 1) while the actual request body is very large.Content-Length is missing or understated, Django's DATA_UPLOAD_MAX_MEMORY_SIZE guard is bypassed and the server reads the full body into memory.Content-Length headers but large actual body sizes; unusual spikes in inbound traffic volume to Django application ports.HttpRequest.body; memory allocation errors or OOM (Out of Memory) kill events in system logs (/var/log/syslog, dmesg).Upgrade Django to the patched versions: 6.0.4, 5.2.13, or 4.2.30 depending on the installed series (Django Advisory, GitHub Advisory). If immediate patching is not possible, implement request body size limits at the reverse proxy or load balancer level (e.g., client_max_body_size in Nginx, LimitRequestBody in Apache) to enforce Content-Length validation before requests reach Django. Additionally, monitor for requests with missing or anomalous Content-Length headers and consider rate-limiting or blocking such requests at the network perimeter. IBM Storage Defender - Resiliency Service users should also refer to the IBM advisory for product-specific guidance (IBM Advisory).
The Django Software Foundation disclosed the vulnerability via their official security releases blog and the django-announce mailing list on April 7, 2026 (Django Advisory). Red Hat opened a tracking bug (BZ#2455927) and assigned medium severity, with 33 engineers CC'd, indicating broad internal attention across Red Hat products (Red Hat Bugzilla). Ubuntu issued security notices USN-8154-1 and USN-8154-2, and openSUSE and Mageia also released updated packages, reflecting prompt uptake by major Linux distributions. No significant social media controversy or notable independent researcher commentary beyond standard advisory coverage has been identified.
Fix availability across major Linux distributions and their releases.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."