gsd-2014-9720
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
Tornado before 3.2.2 sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted requests.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2014-9720", "description": "Tornado before 3.2.2 sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted requests.", "id": "GSD-2014-9720", "references": [ "https://www.suse.com/security/cve/CVE-2014-9720.html", "https://advisories.mageia.org/CVE-2014-9720.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2014-9720" ], "details": "Tornado before 3.2.2 sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted requests.", "id": "GSD-2014-9720", "modified": "2023-12-13T01:22:48.044861Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2014-9720", "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": "Tornado before 3.2.2 sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted requests." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.tornadoweb.org/en/stable/releases/v3.2.2.html", "refsource": "MISC", "url": "http://www.tornadoweb.org/en/stable/releases/v3.2.2.html" }, { "name": "https://github.com/tornadoweb/tornado/commit/1c36307463b1e8affae100bf9386948e6c1b2308", "refsource": "MISC", "url": "https://github.com/tornadoweb/tornado/commit/1c36307463b1e8affae100bf9386948e6c1b2308" }, { "name": "https://bugzilla.novell.com/show_bug.cgi?id=930362", "refsource": "MISC", "url": "https://bugzilla.novell.com/show_bug.cgi?id=930362" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1222816", "refsource": "MISC", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1222816" }, { "name": "http://openwall.com/lists/oss-security/2015/05/19/4", "refsource": "MISC", "url": "http://openwall.com/lists/oss-security/2015/05/19/4" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c3.2.2", "affected_versions": "All versions before 3.2.2", "credit": "Ben Darnell", "cvss_v2": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-203", "CWE-937" ], "date": "2020-01-28", "description": "Tornado sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted requests.", "fixed_versions": [ "3.2.2" ], "identifier": "CVE-2014-9720", "identifiers": [ "CVE-2014-9720" ], "not_impacted": "All versions starting from 3.2.2", "package_slug": "pypi/tornado", "pubdate": "2020-01-24", "solution": "Upgrade to version 3.2.2 or above.", "title": "Information Exposure Through Discrepancy", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2014-9720", "http://www.tornadoweb.org/en/stable/releases/v3.2.2.html", "https://bugzilla.novell.com/show_bug.cgi?id=930362", "https://bugzilla.redhat.com/show_bug.cgi?id=1222816", "https://github.com/tornadoweb/tornado/commit/1c36307463b1e8affae100bf9386948e6c1b2308" ], "uuid": "b018a0c0-724a-4bab-b7b3-193ae44a4c7e" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.2.2", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2014-9720" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Tornado before 3.2.2 sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted requests." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-203" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/tornadoweb/tornado/commit/1c36307463b1e8affae100bf9386948e6c1b2308", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/tornadoweb/tornado/commit/1c36307463b1e8affae100bf9386948e6c1b2308" }, { "name": "https://bugzilla.novell.com/show_bug.cgi?id=930362", "refsource": "MISC", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.novell.com/show_bug.cgi?id=930362" }, { "name": "http://openwall.com/lists/oss-security/2015/05/19/4", "refsource": "MISC", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "http://openwall.com/lists/oss-security/2015/05/19/4" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1222816", "refsource": "MISC", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1222816" }, { "name": "http://www.tornadoweb.org/en/stable/releases/v3.2.2.html", "refsource": "MISC", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "http://www.tornadoweb.org/en/stable/releases/v3.2.2.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": true }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 3.6 } }, "lastModifiedDate": "2020-01-28T16:42Z", "publishedDate": "2020-01-24T18:15Z" } } }
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.
- 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.