CVE-2013-0305
medium
CVSS v3
—
CVSS v2
4.0
VIR risk
4.0
Description
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.
Predictions
Exploit likelihood
30%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2013-0305
Vendor advisory: secalert@redhat.com — https://www.djangoproject.com/weblog/2013/feb/19/security/
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| ubuntu | 10.04 | affected | |
| ubuntu | 11.10 | affected | |
| ubuntu | 12.04 | affected | |
| ubuntu | 12.10 | affected | |
| debian | bookworm | fixed | 1.4.4-1 |
| debian | bullseye | fixed | 1.4.4-1 |
| debian | forky | fixed | 1.4.4-1 |
| debian | sid | fixed | 1.4.4-1 |
| debian | trixie | fixed | 1.4.4-1 |
References
- http://rhn.redhat.com/errata/RHSA-2013-0670.html
- http://ubuntu.com/usn/usn-1757-1
- http://www.debian.org/security/2013/dsa-2634
- https://www.djangoproject.com/weblog/2013/feb/19/security/
- https://nvd.nist.gov/vuln/detail/CVE-2013-0305
- https://github.com/django/django/commit/0e7861aec73702f7933ce2a93056f7983939f0d6
- https://github.com/django/django/commit/d3a45e10c8ac8268899999129daa27652ec0da35
- https://github.com/django/django
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2013-16.yaml
- https://www.djangoproject.com/weblog/2013/feb/19/security
- https://security-tracker.debian.org/tracker/CVE-2013-0305
CWEs
CWE-200
Verify integrity in audit chain (admin only). AS-IS.