CVE-2010-3082
medium
CVSS v3
—
CVSS v2
4.3
VIR risk
4.3
Description
Cross-site scripting (XSS) vulnerability in Django 1.2.x before 1.2.2 allows remote attackers to inject arbitrary web script or HTML via a csrfmiddlewaretoken (aka csrf_token) cookie.
Predictions
Exploit likelihood
30%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2010-3082
Vendor advisory: secalert@redhat.com — http://www.securityfocus.com/bid/43116
Vendor advisory: secalert@redhat.com — http://www.djangoproject.com/weblog/2010/sep/08/security-release/
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 1.2.3-1 |
| debian | bullseye | fixed | 1.2.3-1 |
| debian | forky | fixed | 1.2.3-1 |
| debian | sid | fixed | 1.2.3-1 |
| debian | trixie | fixed | 1.2.3-1 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | django | >=1.2,<1.2.2 | 1.2.2 |
References
- http://marc.info/?l=oss-security&m=128403961700444&w=2
- http://www.djangoproject.com/weblog/2010/sep/08/security-release/
- http://www.securityfocus.com/bid/43116
- http://www.ubuntu.com/usn/USN-1004-1
- https://bugzilla.redhat.com/show_bug.cgi?id=632239
- https://exchange.xforce.ibmcloud.com/vulnerabilities/61729
- https://nvd.nist.gov/vuln/detail/CVE-2010-3082
- https://github.com/django/django/commit/7f84657b6b2243cc787bdb9f296710c8d13ad0bd
- https://github.com/advisories/GHSA-fxpg-gg9g-76gj
- https://github.com/django/django
- https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2010-12.yaml
- http://www.djangoproject.com/weblog/2010/sep/08/security-release
- https://security-tracker.debian.org/tracker/CVE-2010-3082
CWEs
CWE-79
Verify integrity in audit chain (admin only). AS-IS.