Bug 2373799 (CVE-2025-50181) - CVE-2025-50181 urllib3: urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation
Summary: CVE-2025-50181 urllib3: urllib3 redirects are not disabled when retries are d...
Keywords:
Status: NEW
Alias: CVE-2025-50181
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2373814 2373815 2373816 2373817 2373818 2373819
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-06-19 02:01 UTC by OSIDB Bzimport
Modified: 2025-06-20 15:50 UTC (History)
120 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-06-19 02:01:06 UTC
urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, it is possible to disable redirects for all requests by instantiating a PoolManager and specifying retries in a way that disable redirects. By default, requests and botocore users are not affected. An application attempting to mitigate SSRF or open redirect vulnerabilities by disabling redirects at the PoolManager level will remain vulnerable. This issue has been patched in version 2.5.0.


Note You need to log in before you can comment on or make changes to this bug.