---
id: CVE-2026-73229
title: Django REST framework is a powerful and flexible toolkit for building Web APIs
summary: >-
  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.…
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-200
vendor: djangorestframework
product: djangorestframework
affected:
  - djangorestframework <= 3.17.1
patched:
  - djangorestframework 3.17.2
published: '2026-08-11'
updated: '2026-09-11'
sourceUpdated: '2026-09-11T18:24:59.400'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73229'
references:
  - url: >-
      https://github.com/encode/django-rest-framework/commit/71f81946906e52f9dc8e5d22a0f3d2afa50c455e
    label: security-advisories@github.com
  - url: >-
      https://github.com/encode/django-rest-framework/commit/9e82afc98acfe6fc28c9bf78147f0c5b3f222cb5
    label: security-advisories@github.com
  - url: 'https://github.com/encode/django-rest-framework/pull/10012'
    label: security-advisories@github.com
  - url: 'https://github.com/encode/django-rest-framework/releases/tag/3.17.2'
    label: security-advisories@github.com
  - url: >-
      https://github.com/encode/django-rest-framework/security/advisories/GHSA-g47c-3xmw-q6m2
    label: security-advisories@github.com
  - url: >-
      https://github.com/encode/django-rest-framework/security/advisories/GHSA-g47c-3xmw-q6m2
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73229'
  - url: 'https://github.com/advisories/GHSA-g47c-3xmw-q6m2'
  - url: 'https://github.com/encode/django-rest-framework'
  - url: 'https://pypi.org/project/djangorestframework'
tags:
  - nvd
  - ghsa
  - pip
  - osv
epss: 0.00344
epssPercentile: 0.28032
aliases:
  - GHSA-g47c-3xmw-q6m2
  - PYSEC-2026-3828
ecosystem: pip
ingestedAt: '2026-09-01T19:31:23.027Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-73229)

Affected packages:

- `djangorestframework <= 3.17.1`

Patched in:

- `djangorestframework 3.17.2`

Source: https://github.com/advisories/GHSA-g47c-3xmw-q6m2
