CVE-2026-73228

MEDIUM CVSS 3.1: 5.3 EPSS 0.32%
Updated Aug 13, 2026
Django
Parameter Value
CVSS 5.3 (MEDIUM)
Fixed In 3.17.2
Type CWE-770 (Allocation Without Limits), CWE-400 (Uncontrolled Resource Consumption)
Vendor Django
Public PoC No

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.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
Low
Partial disruption

CVSS Vector v3.1

Vulnerable Products

encode:django-rest-framework