Skip to content

Django data leakage via querystring manipulation in admin

Low severity GitHub Reviewed Published May 14, 2022 to the GitHub Advisory Database • Updated May 16, 2024

Package

pip Django (pip)

Affected versions

< 1.4.14
>= 1.5, < 1.5.9
>= 1.6, < 1.6.6
>= 1.7a1, < 1.7c3

Patched versions

1.4.14
1.5.9
1.6.6
1.7c3

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.

References

Published by the National Vulnerability Database Aug 26, 2014
Published to the GitHub Advisory Database May 14, 2022
Reviewed Apr 29, 2024
Last updated May 16, 2024

Severity

Low

Weaknesses

CVE ID

CVE-2014-0483

GHSA ID

GHSA-rw75-m7gp-92m3

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.