gsd-2016-7401
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2016-7401",
"description": "The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies.",
"id": "GSD-2016-7401",
"references": [
"https://www.suse.com/security/cve/CVE-2016-7401.html",
"https://www.debian.org/security/2016/dsa-3678",
"https://access.redhat.com/errata/RHSA-2016:2043",
"https://access.redhat.com/errata/RHSA-2016:2042",
"https://access.redhat.com/errata/RHSA-2016:2041",
"https://access.redhat.com/errata/RHSA-2016:2040",
"https://access.redhat.com/errata/RHSA-2016:2039",
"https://access.redhat.com/errata/RHSA-2016:2038",
"https://ubuntu.com/security/CVE-2016-7401",
"https://advisories.mageia.org/CVE-2016-7401.html",
"https://security.archlinux.org/CVE-2016-7401"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2016-7401"
],
"details": "The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies.",
"id": "GSD-2016-7401",
"modified": "2023-12-13T01:21:20.343219Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2016-7401",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "DSA-3678",
"refsource": "DEBIAN",
"url": "http://www.debian.org/security/2016/dsa-3678"
},
{
"name": "RHSA-2016:2040",
"refsource": "REDHAT",
"url": "http://rhn.redhat.com/errata/RHSA-2016-2040.html"
},
{
"name": "RHSA-2016:2043",
"refsource": "REDHAT",
"url": "http://rhn.redhat.com/errata/RHSA-2016-2043.html"
},
{
"name": "1036899",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id/1036899"
},
{
"name": "RHSA-2016:2041",
"refsource": "REDHAT",
"url": "http://rhn.redhat.com/errata/RHSA-2016-2041.html"
},
{
"name": "https://www.djangoproject.com/weblog/2016/sep/26/security-releases/",
"refsource": "CONFIRM",
"url": "https://www.djangoproject.com/weblog/2016/sep/26/security-releases/"
},
{
"name": "RHSA-2016:2042",
"refsource": "REDHAT",
"url": "http://rhn.redhat.com/errata/RHSA-2016-2042.html"
},
{
"name": "USN-3089-1",
"refsource": "UBUNTU",
"url": "http://www.ubuntu.com/usn/USN-3089-1"
},
{
"name": "93182",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/93182"
},
{
"name": "RHSA-2016:2038",
"refsource": "REDHAT",
"url": "http://rhn.redhat.com/errata/RHSA-2016-2038.html"
},
{
"name": "RHSA-2016:2039",
"refsource": "REDHAT",
"url": "http://rhn.redhat.com/errata/RHSA-2016-2039.html"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003e=1.9.0alpha,\u003c1.9.10||\u003c1.8.15",
"affected_versions": "All versions starting from 1.9.0alpha before 1.9.10, all versions before 1.8.15",
"credit": "Sergey Bobrov",
"cvss_v2": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"cwe_ids": [
"CWE-1035",
"CWE-254",
"CWE-937"
],
"date": "2018-01-04",
"description": "An interaction between Google Analytics and Django\u0027s cookie parsing could allow an attacker to set arbitrary cookies leading to a bypass of CSRF protection.",
"fixed_versions": [
"1.8.15",
"1.9.10"
],
"identifier": "CVE-2016-7401",
"identifiers": [
"CVE-2016-7401"
],
"not_impacted": "All versions before 1.9.0alpha, all versions starting from 1.8.15 before 1.9.10",
"package_slug": "pypi/Django",
"pubdate": "2016-10-03",
"solution": "Upgrade to versions 1.8.15, 1.9.10 or above.",
"title": "CSRF protection bypass on a site with Google Analytics",
"urls": [
"https://www.djangoproject.com/weblog/2016/sep/26/security-releases/"
],
"uuid": "55451975-a1b6-4a74-ba74-e0209fbc89b8"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.6:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.5:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.4:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.3:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.2:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.9:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.1:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.8:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:1.9.7:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndIncluding": "1.8.14",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2016-7401"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-254"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "1036899",
"refsource": "SECTRACK",
"tags": [
"Third Party Advisory"
],
"url": "http://www.securitytracker.com/id/1036899"
},
{
"name": "https://www.djangoproject.com/weblog/2016/sep/26/security-releases/",
"refsource": "CONFIRM",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://www.djangoproject.com/weblog/2016/sep/26/security-releases/"
},
{
"name": "DSA-3678",
"refsource": "DEBIAN",
"tags": [
"Third Party Advisory"
],
"url": "http://www.debian.org/security/2016/dsa-3678"
},
{
"name": "93182",
"refsource": "BID",
"tags": [
"Third Party Advisory"
],
"url": "http://www.securityfocus.com/bid/93182"
},
{
"name": "USN-3089-1",
"refsource": "UBUNTU",
"tags": [
"Third Party Advisory"
],
"url": "http://www.ubuntu.com/usn/USN-3089-1"
},
{
"name": "RHSA-2016:2043",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2016-2043.html"
},
{
"name": "RHSA-2016:2042",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2016-2042.html"
},
{
"name": "RHSA-2016:2041",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2016-2041.html"
},
{
"name": "RHSA-2016:2040",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2016-2040.html"
},
{
"name": "RHSA-2016:2039",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2016-2039.html"
},
{
"name": "RHSA-2016:2038",
"refsource": "REDHAT",
"tags": [],
"url": "http://rhn.redhat.com/errata/RHSA-2016-2038.html"
}
]
}
},
"impact": {
"baseMetricV2": {
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2018-01-05T02:31Z",
"publishedDate": "2016-10-03T18:59Z"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…