Django REST framework is a powerful and flexible toolkit for building Web APIs. Prior to 3.17.2, Django REST Framework's rest_framework/renderers.py AdminRenderer.render() uses override_method() to simulate GET and directly invokes view.get() without view.check_permissions() while rendering an invalid write request, allowing a 400 Bad Request HTML response to disclose data from a GET representation that the requester is not permitted to access. This issue is fixed in version 3.17.2.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-11 20:18
Updated : 2026-09-11 18:24
NVD link : CVE-2026-73229
Mitre link : CVE-2026-73229
CVE.ORG link : CVE-2026-73229
JSON object : View
Products Affected
No product.
CWE
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
