CVE-2013-4249
medium
CVSS v3
—
CVSS v2
4.3
VIR risk
4.3
Description
Cross-site scripting (XSS) vulnerability in the AdminURLFieldWidget widget in contrib/admin/widgets.py in Django 1.5.x before 1.5.2 and 1.6.x before 1.6 beta 2 allows remote attackers to inject arbitrary web script or HTML via a URLField.
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-4249
Vendor advisory: secalert@redhat.com — https://github.com/django/django/commit/cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560
Vendor advisory: secalert@redhat.com — https://github.com/django/django/commit/90363e388c61874add3f3557ee654a996ec75d78
Vendor advisory: secalert@redhat.com — http://secunia.com/advisories/54476
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 1.5.2-1 |
| debian | bullseye | fixed | 1.5.2-1 |
| debian | forky | fixed | 1.5.2-1 |
| debian | sid | fixed | 1.5.2-1 |
| debian | trixie | fixed | 1.5.2-1 |
References
- https://nvd.nist.gov/vuln/detail/CVE-2013-4249
- https://github.com/django/django/commit/90363e388c61874add3f3557ee654a996ec75d78
- https://github.com/django/django/commit/cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560
- https://exchange.xforce.ibmcloud.com/vulnerabilities/86438
- https://github.com/django/django
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2013-19.yaml
- https://web.archive.org/web/20201208180405/http://www.securitytracker.com/id/1028915
- https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued
- http://seclists.org/oss-sec/2013/q3/369
- http://seclists.org/oss-sec/2013/q3/411
- http://secunia.com/advisories/54476
- http://www.securitytracker.com/id/1028915
- https://security-tracker.debian.org/tracker/CVE-2013-4249
CWEs
CWE-79
Verify integrity in audit chain (admin only). AS-IS.