GHSA-r7w6-p47g-vj53

Suggest an improvement
Source
https://github.com/advisories/GHSA-r7w6-p47g-vj53
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-r7w6-p47g-vj53/GHSA-r7w6-p47g-vj53.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-r7w6-p47g-vj53
Aliases
Published
2022-05-05T02:48:46Z
Modified
2024-09-18T19:46:38.079054Z
Severity
  • 4.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
  • 5.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Django Data leakage via admin history log
Details

The administrative interface for Django 1.3.x before 1.3.6, 1.4.x before 1.4.4, and 1.5 before release candidate 2 does not check permissions for the history view, which allows remote authenticated administrators to obtain sensitive object history information.

Database specific
{
    "nvd_published_at": "2013-05-02T14:55:00Z",
    "cwe_ids": [
        "CWE-200"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2023-08-17T22:29:44Z"
}
References

Affected packages

PyPI / django

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.3
Fixed
1.3.6

Affected versions

1.*

1.3
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5

Ecosystem specific

{
    "affected_functions": [
        "django.contrib.admin.options.ModelAdmin.history_view"
    ]
}

PyPI / django

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.4
Fixed
1.4.4

Affected versions

1.*

1.4
1.4.1
1.4.2
1.4.3

Ecosystem specific

{
    "affected_functions": [
        "django.contrib.admin.options.ModelAdmin.history_view"
    ]
}