Bug 2514317 (CVE-2026-73228) - CVE-2026-73228 djangorestframework: Django REST framework: Denial of Service via oversized request bodies
Summary: CVE-2026-73228 djangorestframework: Django REST framework: Denial of Service ...
Keywords:
Status: NEW
Alias: CVE-2026-73228
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-11 19:03 UTC by OSIDB Bzimport
Modified: 2026-08-13 10:37 UTC (History)
36 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-11 19:03:22 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.