Search for packages
Package details: pkg:pypi/urllib3@2.0.7
purl pkg:pypi/urllib3@2.0.7
Next non-vulnerable version 2.2.2
Latest non-vulnerable version 2.5.0
Risk 3.1
Vulnerabilities affecting this package (1)
Vulnerability Summary Fixed by
VCID-1cgk-q3r3-aaam
Aliases:
CVE-2024-37891
GHSA-34jh-p97f-mpxf
urllib3's Proxy-Authorization request header isn't stripped during cross-origin redirects When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3's proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren't using the correct approach. ## Affected usages We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: * Setting the `Proxy-Authorization` header without using urllib3's built-in proxy support. * Not disabling HTTP redirects. * Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. ## Remediation * Using the `Proxy-Authorization` header with urllib3's `ProxyManager`. * Disabling HTTP redirects using `redirects=False` when sending requests. * Not using the `Proxy-Authorization` header.
2.2.2
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (1)
Vulnerability Summary Aliases
VCID-r496-vgsm-aaac urllib3's request body not stripped after redirect from 303 status changes request method to GET CVE-2023-45803
GHSA-g4mx-q9vg-27p4
PYSEC-0000-CVE-2023-45803
PYSEC-2023-212

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T17:03:41.916613+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.1.3
2025-06-03T23:40:03.961026+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.1.0
2025-06-02T23:38:20.278644+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.1.2
2025-04-03T22:15:43.794945+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 36.0.0
2025-02-18T04:01:30.172888+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 35.1.0
2024-11-21T01:10:55.441621+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 35.0.0
2024-11-19T19:44:43.092882+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.3.2
2024-11-19T15:50:03.774727+00:00 GitLab Importer Fixing VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.3.2
2024-11-19T00:59:37.446005+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 34.3.2
2024-10-15T19:17:33.539601+00:00 GithubOSV Importer Fixing VCID-r496-vgsm-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g4mx-q9vg-27p4/GHSA-g4mx-q9vg-27p4.json 34.0.2
2024-10-08T01:37:22.892579+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 34.0.2
2024-10-07T22:16:22.306940+00:00 GHSA Importer Affected by VCID-1cgk-q3r3-aaam https://github.com/advisories/GHSA-34jh-p97f-mpxf 34.0.2
2024-10-07T21:45:08.741857+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.2
2024-09-23T01:34:38.133478+00:00 GitLab Importer Affected by VCID-1cgk-q3r3-aaam https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2024-37891.yml 34.0.1
2024-09-22T22:42:56.478198+00:00 GHSA Importer Affected by VCID-1cgk-q3r3-aaam https://github.com/advisories/GHSA-34jh-p97f-mpxf 34.0.1
2024-09-18T12:28:39.843912+00:00 Pypa Importer Fixing VCID-r496-vgsm-aaac https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-212.yaml 34.0.1
2024-09-18T09:22:34.531706+00:00 GithubOSV Importer Fixing VCID-r496-vgsm-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g4mx-q9vg-27p4/GHSA-g4mx-q9vg-27p4.json 34.0.1
2024-09-17T23:17:52.751881+00:00 PyPI Importer Fixing VCID-r496-vgsm-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.1
2024-09-17T22:28:27.544357+00:00 GitLab Importer Fixing VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.0.1
2024-09-17T22:13:33.063944+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.1
2024-05-17T20:52:11.596993+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.0rc4
2024-05-17T20:52:10.780605+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac None 34.0.0rc4
2024-04-23T23:14:39.676443+00:00 GithubOSV Importer Fixing VCID-r496-vgsm-aaac https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g4mx-q9vg-27p4/GHSA-g4mx-q9vg-27p4.json 34.0.0rc4
2024-01-10T02:59:15.744814+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.0rc2
2024-01-10T02:59:14.991956+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac None 34.0.0rc2
2024-01-03T18:54:07.470234+00:00 PyPI Importer Fixing VCID-r496-vgsm-aaac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 34.0.0rc1
2024-01-03T18:20:28.546417+00:00 Pypa Importer Fixing VCID-r496-vgsm-aaac https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-212.yaml 34.0.0rc1
2024-01-03T17:54:01.010471+00:00 GitLab Importer Fixing VCID-r496-vgsm-aaac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/urllib3/CVE-2023-45803.yml 34.0.0rc1
2024-01-03T17:43:44.335028+00:00 GHSA Importer Fixing VCID-r496-vgsm-aaac https://github.com/advisories/GHSA-g4mx-q9vg-27p4 34.0.0rc1