Skip to content

urllib3 vulnerability CVE-2026-21441 and CVE-2025-66471 #13745

@ktnvda

Description

@ktnvda

Description

There are some recent urllib3 potential vulnerabilities with the version being used in the latest pip 25.3. Can we get urllib3 patched to at least 2.6.3 and above, or some forked backported security fix into the urllib3 version 1.6.20+? See GHSA-38jv-5279-wg99 for details on the latest 2026 vulnerability.

Here is another report of a urllib3 vulnerability from December of 2025:
GHSA-2xpw-w6gg-jr37

Expected behavior

urllib3 is patched to 2.6.3 or higher, or some forked backported security fix in 1.26.20+, to fix these security vulnerabilities used in pip

pip version

25.3

Python version

3.12

OS

Linux, Mac

How to Reproduce

python -m venv venv
source venv/bin/activate
pip install pip==25.3

Output

cat venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py

This file is protected via CODEOWNERS

version = "1.26.20"

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions