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.
CVE-2026-73228
This medium-severity CVE scores 5.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 76% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.3
- EG Score
- 5.3(medium)
- EG Risk
- 55(Attend)EG Risk 55/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity53% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 24%
- KEV
- Not listed
Published
August 11, 2026
Last Modified
August 13, 2026
Advisory Details (4)
Auto-updated Aug 12, 2026Potential bypass of Django `DATA_UPLOAD_MAX_MEMORY_SIZE` when parsing oversized JSON and urlencoded request bodies via DRF `request.data` · Advisory · encode/django-rest-framework · GitHub
https://github.com/encode/django-rest-framework/security/advisories/GHSA-2m8g-3cmr-wg3wEnforce `DATA_UPLOAD_MAX_MEMORY_SIZE` for `request.data` parsing
Patch available: encode/django-rest-framework 3.17.2 (PR #10013 merged 2026-08-05)
https://github.com/encode/django-rest-framework/pull/10013commit 82ef7b7e4e0a (encode/django-rest-framework)
Patch available: encode/django-rest-framework 3.18.0 (contains commit 82ef7b7e4e0a)
https://github.com/encode/django-rest-framework/commit/82ef7b7e4e0a73ba5c489b465fae7e76d948da4ecommit 2912dc98042f (encode/django-rest-framework)
Patch available: encode/django-rest-framework 3.17.2 (contains commit 2912dc98042f)
https://github.com/encode/django-rest-framework/commit/2912dc98042f78e27636551fc22eeaf10f725fddWeakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 38× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 09:01 UTCEG score recompute
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 05:54 UTCEG score recompute
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-27 04:13 UTCEG score recompute
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-26 03:09 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 02:07 UTCEG score recompute
- 2026-08-24 01:11 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-23 00:15 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 23:18 UTCEG score recompute
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-19 21:25 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 20:16 UTCEG score recompute
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-17 19:16 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 18:17 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
Show 13 moreShow fewer
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 17:21 UTCEG score recompute
- 2026-08-15 01:31 UTCEPSS rescore
- 2026-08-14 16:24 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 15:27 UTCEG score recompute
- 2026-08-13 14:25 UTCEG score recompute
- 2026-08-12 20:33 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 19:37 UTCEG score recompute
- 2026-08-11 19:01 UTCEG score recompute
- 2026-08-11 19:01 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-400 · CWE-770
- CVE-2004-1464NVD 5.9EG 9.0 KEVEPSS p91CRITICAL
- CVE-2010-3705EG 8.3HIGH
- CVE-2006-1364NVD 7.5EG 8.2EPSS p99HIGH
- CVE-2008-5180NVD 5.3EG 7.9EPSS p99HIGH
- CVE-2012-0024EG 7.8HIGH
- CVE-2011-3192EG 7.8EPSS p100HIGH
- CVE-2010-4686EG 7.8HIGH
- CVE-2010-4671EG 7.8HIGH
- CVE-2009-2054EG 7.8HIGH
- CVE-2009-2726EG 7.8EPSS p93HIGH
Frequently asked(5)
What is CVE-2026-73228?
When was CVE-2026-73228 disclosed?
Is CVE-2026-73228 actively exploited?
What is the CVSS score of CVE-2026-73228?
How do I remediate CVE-2026-73228?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-73228
Is Your Infrastructure Affected by CVE-2026-73228?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.