Information disclosure in Encode Django-Rest-Framework
CVE-2026-73229
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.
Vulnerability class: Information Disclosure
Published · last modified .
CVSS v3 metric
CVSS v3 base score 4.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N.
EPSS exploit prediction
EPSS: 0.004 (28.6th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 29th percentile — 28.6% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.003 · newest: 0.004 · change: +0.001
Affected products
- Encode Django-Rest-Framework — versions < 3.17.2
Weakness classification (CWE)
References
- github.com/encode/django-rest-framework/security/advisories/GHSA-g47c-3xmw-q6m2
- github.com/encode/django-rest-framework/pull/10012
- github.com/encode/django-rest-framework/commit/71f81946906e52f9dc8e5d22a0f3d2af…
- github.com/encode/django-rest-framework/commit/9e82afc98acfe6fc28c9bf78147f0c5b…
- github.com/encode/django-rest-framework/releases/tag/3.17.2
Frequently asked questions
- What is CVE-2026-73229?
- CVE-2026-73229 is a medium-severity vulnerability in Encode Django-Rest-Framework, classified under Information Disclosure. CVSS score: 4.3/10. Published 2026-08-11.
- How severe is CVE-2026-73229?
- Medium severity. CVSS v3 base score is 4.3 out of 10.