Bug 2373800 (CVE-2025-50182) - CVE-2025-50182 urllib3: urllib3 does not control redirects in browsers and Node.js
Summary: CVE-2025-50182 urllib3: urllib3 does not control redirects in browsers and No...
Keywords:
Status: NEW
Alias: CVE-2025-50182
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: 2373822 2373825 2373820 2373821 2373823 2373824
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-06-19 02:01 UTC by OSIDB Bzimport
Modified: 2025-11-13 17:35 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:09 UTC
urllib3 is a user-friendly HTTP client library for Python. Prior to 2.5.0, urllib3 does not control redirects in browsers and Node.js. urllib3 supports being used in a Pyodide runtime utilizing the JavaScript Fetch API or falling back on XMLHttpRequest. This means Python libraries can be used to make HTTP requests from a browser or Node.js. Additionally, urllib3 provides a mechanism to control redirects, but the retries and redirect parameters are ignored with Pyodide; the runtime itself determines redirect behavior. 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.