CVE-2014-0483

low
Published 2014-08-26 · Modified 2024-04-29
CVSS v3
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVSS v2
3.5
VIR risk
3.5

Description

The administrative interface (contrib.admin) in Django before 1.4.14, 1.5.x before 1.5.9, 1.6.x before 1.6.6, and 1.7 before release candidate 3 does not check if a field represents a relationship between models, which allows remote authenticated users to obtain sensitive information via a to_field parameter in a popup action to an admin change form page, as demonstrated by a /admin/auth/user/?pop=1&t=password URI.

Predictions

Exploit likelihood
30%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2014-0483

vendor Authored 2026-05-27

Vendor advisory: security@debian.org — https://www.djangoproject.com/weblog/2014/aug/20/security/

vendor Authored 2026-05-27

Vendor advisory: security@debian.org — https://github.com/django/django/commit/2b31342cdf14fc20e07c43d258f1e7334ad664a6

OS impact

OSVersionStatusFixed in
suse suse12.3affected
suse suse13.1affected
debian debianbookwormfixed1.6.6-1
debian debianbullseyefixed1.6.6-1
debian debianforkyfixed1.6.6-1
debian debiansidfixed1.6.6-1
debian debiantrixiefixed1.6.6-1

Package impact

EcosystemPackageVulnerableFixed
python PyPIdjango<1.4.141.4.14
python PyPIdjango>=1.5,<1.5.91.5.9
python PyPIdjango>=1.6,<1.6.61.6.6
python PyPIdjango>=1.7a1,<1.7c31.7c3
python PyPIdjango<2b31342cdf14fc20e07c43d258f1e7334ad664a6||>=1.6,<1.6.62b31342cdf14fc20e07c43d258f1e7334ad664a6

Application impact

VendorProductVersionsFixed
djangoprojectdjango1.5
djangoprojectdjango1.5.1
djangoprojectdjango1.5.2
djangoprojectdjango1.5.3
djangoprojectdjango1.5.4
djangoprojectdjango1.5.5
djangoprojectdjango1.5.6
djangoprojectdjango1.5.7
djangoprojectdjango1.5.8
djangoprojectdjango1.6
djangoprojectdjango1.6.1
djangoprojectdjango1.6.2
djangoprojectdjango1.6.3
djangoprojectdjango1.6.4
djangoprojectdjango1.6.5
djangoprojectdjango{"endIncluding":"1.4.13"}
djangoprojectdjango1.4
djangoprojectdjango1.4.1
djangoprojectdjango1.4.2
djangoprojectdjango1.4.4
djangoprojectdjango1.4.5
djangoprojectdjango1.4.6
djangoprojectdjango1.4.7
djangoprojectdjango1.4.8
djangoprojectdjango1.4.9
djangoprojectdjango1.4.10
djangoprojectdjango1.4.11
djangoprojectdjango1.4.12
djangoprojectdjango1.7

References

CWEs

CWE-264

Verify integrity in audit chain (admin only). AS-IS.