ghsa-gwvm-45gx-3cf8
Vulnerability from github
Published
2023-10-15 21:30
Modified
2024-11-18 23:15
Severity ?
6.1 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
5.3 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
Summary
Authorization Header forwarded on redirect
Details
urllib3 before 1.24.2 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. NOTE: this issue exists because of an incomplete fix for CVE-2018-20060 (which was case-sensitive).
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "urllib3" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.24.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-25091" ], "database_specific": { "cwe_ids": [ "CWE-200", "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2023-10-17T14:21:39Z", "nvd_published_at": "2023-10-15T19:15:09Z", "severity": "MODERATE" }, "details": "urllib3 before 1.24.2 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. NOTE: this issue exists because of an incomplete fix for CVE-2018-20060 (which was case-sensitive).", "id": "GHSA-gwvm-45gx-3cf8", "modified": "2024-11-18T23:15:14Z", "published": "2023-10-15T21:30:26Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-25091" }, { "type": "WEB", "url": "https://github.com/urllib3/urllib3/issues/1510" }, { "type": "WEB", "url": "https://github.com/urllib3/urllib3/commit/adb358f8e06865406d1f05e581a16cbea2136fbc" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/urllib3/PYSEC-2023-207.yaml" }, { "type": "PACKAGE", "url": "https://github.com/urllib3/urllib3" }, { "type": "WEB", "url": "https://github.com/urllib3/urllib3/compare/1.24.1...1.24.2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N", "type": "CVSS_V4" } ], "summary": "Authorization Header forwarded on redirect" }
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.