Skip to content

Current pip 25.2 and CVE-2025-8869 break CI pipelines #13607

@jenstroeger

Description

@jenstroeger

Description

Following up on comment #13522 (comment) and the discussion there, I wanted to open this issue as @notatallshaw asked.

@notatallshaw […] if you have any impact please open a new GitHub issue and we can discuss there, and act appropriately.

The impact is breaking CI pipelines that use pip-audit. We have currently updated our configurations to ignore this particular CVE but would like to see it fixed instead.

Expected behavior

No response

pip version

25.2

Python version

3.13

OS

Linux

How to Reproduce

(venv) ~ > pip list
Package Version
------- -------
pip     25.2
(venv) ~ > pip install pip_audit
Collecting pip_audit
  Downloading pip_audit-2.9.0-py3-none-any.whl.metadata (27 kB)
  ...
(venv) ~ > pip-audit 
Found 1 known vulnerability in 1 package
Name Version ID                  Fix Versions
---- ------- ------------------- ------------
pip  25.2    GHSA-4xh5-x5gv-qwph
(venv) ~ > echo $?
1

which breaks the CI job.

Output

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: maintenanceRelated to Development and Maintenance Processes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions