PT-2026-70881 · Unknown · Django Rest Framework
CVE-2026-73229
·
Published
2026-08-11
·
Updated
2026-09-10
CVSS v3.1
4.3
Medium
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Django REST framework versions prior to 3.17.2
Description
In the
rest framework/renderers.py file, the AdminRenderer.render() function uses override method() to simulate a GET request and directly invokes view.get() without calling view.check permissions(). This occurs when rendering an invalid write request, which can lead to a 400 Bad Request HTML response that discloses data from a GET representation that the requester is not authorized to access.Recommendations
Update to version 3.17.2.
Exploit
Fix
Information Disclosure
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Django Rest Framework