Vulnerability: pip Untrusted Control Sphere (CVE-2026-6357)
Package: pip
Installed version: 26.0.1
CVE: CVE-2026-6357
GHSA: GHSA-jp4c-xjxw-mgf9
Severity: MODERATE
Fix version: 26.1
Description
pip prior to version 26.1 runs its self-update check functionality after installing wheel files. This causes well-known Python module names to be imported shortly after wheel installation. An attacker who can influence the installed packages could substitute a malicious module that gets imported during pip's post-install self-update check.
The patch moves the self-update check to run before wheels are installed, preventing newly-installed modules from being imported during that phase.
Impact
This is a build-toolchain issue affecting the pip executable used inside the pixi environment. It is not a runtime vulnerability of the m365-extract application itself. Risk is limited to the development and CI environment where pip install is run.
Recommended fix
Bump pip in pixi.toml to require >=26.1:
Then run pixi install to update the lockfile.
References
Vulnerability: pip Untrusted Control Sphere (CVE-2026-6357)
Package: pip
Installed version: 26.0.1
CVE: CVE-2026-6357
GHSA: GHSA-jp4c-xjxw-mgf9
Severity: MODERATE
Fix version: 26.1
Description
pip prior to version 26.1 runs its self-update check functionality after installing wheel files. This causes well-known Python module names to be imported shortly after wheel installation. An attacker who can influence the installed packages could substitute a malicious module that gets imported during pip's post-install self-update check.
The patch moves the self-update check to run before wheels are installed, preventing newly-installed modules from being imported during that phase.
Impact
This is a build-toolchain issue affecting the
pipexecutable used inside the pixi environment. It is not a runtime vulnerability of the m365-extract application itself. Risk is limited to the development and CI environment wherepip installis run.Recommended fix
Bump
pipinpixi.tomlto require>=26.1:Then run
pixi installto update the lockfile.References