gsd-2018-20060
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-20060", "description": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "id": "GSD-2018-20060", "references": [ "https://www.suse.com/security/cve/CVE-2018-20060.html", "https://access.redhat.com/errata/RHSA-2020:2081", "https://access.redhat.com/errata/RHSA-2020:2068", "https://access.redhat.com/errata/RHSA-2020:1916", "https://access.redhat.com/errata/RHSA-2020:1605", "https://access.redhat.com/errata/RHBA-2020:1540", "https://access.redhat.com/errata/RHBA-2020:1539", "https://access.redhat.com/errata/RHSA-2020:0851", "https://access.redhat.com/errata/RHSA-2020:0850", "https://access.redhat.com/errata/RHSA-2019:2272", "https://ubuntu.com/security/CVE-2018-20060", "https://advisories.mageia.org/CVE-2018-20060.html", "https://alas.aws.amazon.com/cve/html/CVE-2018-20060.html", "https://linux.oracle.com/cve/CVE-2018-20060.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-20060" ], "details": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "id": "GSD-2018-20060", "modified": "2023-12-13T01:22:29.005371Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20060", "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": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/urllib3/urllib3/issues/1316", "refsource": "MISC", "url": "https://github.com/urllib3/urllib3/issues/1316" }, { "name": "https://github.com/urllib3/urllib3/pull/1346", "refsource": "MISC", "url": "https://github.com/urllib3/urllib3/pull/1346" }, { "name": "https://github.com/urllib3/urllib3/blob/master/CHANGES.rst", "refsource": "MISC", "url": "https://github.com/urllib3/urllib3/blob/master/CHANGES.rst" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153", "refsource": "MISC", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "name": "FEDORA-2019-a6c56f9756", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5SJERZEJDSUYQP7BNBXMBHRHGY26HRZD/" }, { "name": "FEDORA-2019-6afaa38e7b", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XWP36YW3KSVLXDBY3QJKDYEPCIMN3VQZ/" }, { "name": "FEDORA-2019-8560719e80", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BXLAXHM3Z6DUCXZ7ZXZ2EAYJXWDCZFCT/" }, { "name": "USN-3990-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/3990-1/" }, { "name": "RHSA-2019:2272", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:2272" }, { "name": "openSUSE-SU-2019:2131", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00039.html" }, { "name": "[debian-lts-announce] 20210615 [SECURITY] [DLA 2686-1] python-urllib3 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2021/06/msg00015.html" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.23", "affected_versions": "All versions before 1.23", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2019-10-03", "description": "urllib3 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "fixed_versions": [ "1.23" ], "identifier": "CVE-2018-20060", "identifiers": [ "CVE-2018-20060" ], "not_impacted": "All versions starting from 1.23", "package_slug": "pypi/urllib3", "pubdate": "2018-12-11", "solution": "Upgrade to version 1.23 or above.", "title": "Authentication Bypass", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2018-20060", "https://bugzilla.redhat.com/show_bug.cgi?id=1649153", "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20060", "https://cwe.mitre.org/data/definitions/288.html", "https://github.com/urllib3/urllib3/issues/1316", "https://github.com/urllib3/urllib3/pull/1346" ], "uuid": "af82cc04-6c51-4b45-aaeb-4a04b7d7b574" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:python:urllib3:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "1.23", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:29:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:30:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:28:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20060" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-noinfo" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/urllib3/urllib3/pull/1346", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/urllib3/urllib3/pull/1346" }, { "name": "https://github.com/urllib3/urllib3/issues/1316", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/urllib3/urllib3/issues/1316" }, { "name": "https://github.com/urllib3/urllib3/blob/master/CHANGES.rst", "refsource": "MISC", "tags": [ "Release Notes", "Third Party Advisory" ], "url": "https://github.com/urllib3/urllib3/blob/master/CHANGES.rst" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153", "refsource": "MISC", "tags": [ "Issue Tracking", "Mitigation", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "name": "FEDORA-2019-a6c56f9756", "refsource": "FEDORA", "tags": [ "Mailing List", "Release Notes", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5SJERZEJDSUYQP7BNBXMBHRHGY26HRZD/" }, { "name": "FEDORA-2019-6afaa38e7b", "refsource": "FEDORA", "tags": [ "Mailing List", "Release Notes", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XWP36YW3KSVLXDBY3QJKDYEPCIMN3VQZ/" }, { "name": "FEDORA-2019-8560719e80", "refsource": "FEDORA", "tags": [ "Mailing List", "Release Notes", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BXLAXHM3Z6DUCXZ7ZXZ2EAYJXWDCZFCT/" }, { "name": "USN-3990-1", "refsource": "UBUNTU", "tags": [], "url": "https://usn.ubuntu.com/3990-1/" }, { "name": "RHSA-2019:2272", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2019:2272" }, { "name": "openSUSE-SU-2019:2131", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00039.html" }, { "name": "[debian-lts-announce] 20210615 [SECURITY] [DLA 2686-1] python-urllib3 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2021/06/msg00015.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/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": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2021-06-15T21:15Z", "publishedDate": "2018-12-11T17:29Z" } } }
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.