---
id: CVE-2026-4292
aliases:
  - GHSA-mmwr-2jhp-mc7j
  - BIT-django-2026-4292
  - PYSEC-2026-53
title: Django vulnerable to privilege abuse in ModelAdmin.list_editable
summary: Django vulnerable to privilege abuse in ModelAdmin.list_editable
severity: low
cvss: 2.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N'
vendor: django
product: django
ecosystem: pip
affected:
  - 'django >= 6.0, < 6.0.4'
  - 'django >= 5.2, < 5.2.13'
  - 'django >= 4.2, < 4.2.30'
patched:
  - django 6.0.4
  - django 5.2.13
  - django 4.2.30
published: '2026-04-07'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:44.924686158Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-mmwr-2jhp-mc7j'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-4292'
  - url: 'https://docs.djangoproject.com/en/dev/releases/security'
  - url: 'https://github.com/django/django'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2026-53.yaml
  - url: 'https://groups.google.com/g/django-announce'
  - url: 'https://www.djangoproject.com/weblog/2026/apr/07/security-releases'
tags:
  - osv
  - pip
epss: 0.00294
epssPercentile: 0.22152
ingestedAt: '2026-09-12T03:13:01.711Z'
---

## Overview

An issue was discovered in 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30. Admin changelist forms using `ModelAdmin.list_editable` incorrectly allowed new instances to be created via forged `POST` data.

Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank Cantina for reporting this issue.

## Affected packages

- `django >= 6.0, < 6.0.4`
- `django >= 5.2, < 5.2.13`
- `django >= 4.2, < 4.2.30`

## Remediation

Upgrade to a patched release:

- `django 6.0.4`
- `django 5.2.13`
- `django 4.2.30`
