Resource exhaustion in Encode Django-Rest-Framework
CVE-2026-73228
Django REST framework is a toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's request.data parsing in rest_framework/request.py Request._parse() passes the underlying HttpRequest stream to JSONParser and FormParser for application/json and application/x-www-form-urlencoded bodies, bypassing Django's DATA_UPLOAD_MAX_MEMORY_SIZE protection and allowing oversized request bodies to consume additional memory and CPU. This issue is fixed in version 3.17.2.
Vulnerability class: DoS (Denial of Service)
Published · last modified .
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L.
EPSS exploit prediction
EPSS: 0.006 (44.2th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 44th percentile — 44.2% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.003 · newest: 0.006 · change: +0.002
Affected products
- Encode Django-Rest-Framework — versions < 3.17.2
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-73228?
- CVE-2026-73228 is a medium-severity vulnerability in Encode Django-Rest-Framework, classified under Uncontrolled Resource Consumption. CVSS score: 5.3/10. Published 2026-08-11.
- How severe is CVE-2026-73228?
- Medium severity. CVSS v3 base score is 5.3 out of 10.