Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
4Blast Radius
ecosystem impact- 16 pypi packages depend on django (16 direct, 0 indirect)
Ecosystem-wide dependent count for version 6.0.
DescriptionCVE.org
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.
AnalysisAI
Django admin changelist forms with ModelAdmin.list_editable enabled allow high-privileged users to create new instances via forged POST requests, bypassing intended access controls. Affects Django 6.0 before 6.0.4, 5.2 before 5.2.13, and 4.2 before 4.2.30; unsupported versions 5.0.x, 4.1.x, and 3.2.x may also be vulnerable. The vulnerability requires admin-level privileges and results in unauthorized data modification rather than data exposure or availability impact. No public exploit code or active exploitation has been confirmed at time of analysis.
Technical ContextAI
Django's ModelAdmin.list_editable feature allows inline editing of model instances in the admin changelist view. The vulnerability stems from insufficient authorization checks (CWE-862: Missing Authorization) when processing POST requests to create new objects through this interface. The root cause is that Django's admin form processing did not properly validate whether the authenticated admin user possessed explicit permission to create new instances when using list_editable, relying instead on a blanket high-privilege assumption. This affects Django's Object-Relational Mapping (ORM) and admin interface authorization layer across multiple version branches: the 6.x series (CPE: cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*), with specific vulnerability windows in 6.0.0-6.0.3, 5.2.0-5.2.12, and 4.2.0-4.2.29. Earlier unsupported series (5.0.x, 4.1.x, 3.2.x) lack vendor testing but may contain the same logic flaw.
RemediationAI
Upgrade Django to version 6.0.4 or later (for 6.0.x users), 5.2.13 or later (for 5.2.x users), or 4.2.30 or later (for 4.2.x users). The Django Software Foundation has released patched versions addressing the authorization bypass in ModelAdmin.list_editable forms. Users on unsupported Django versions (5.0.x, 4.1.x, 3.2.x) should upgrade to the nearest supported stable branch (4.2 LTS is the recommended migration path for 3.2.x users). No temporary workaround is provided; patching is the required remediation. Refer to the official Django Security Release page at https://www.djangoproject.com/weblog/2026/apr/07/security-releases/ and the Django release notes at https://docs.djangoproject.com/en/dev/releases/security/ for detailed migration guidance.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-19688
GHSA-mmwr-2jhp-mc7j