CVE Catalog

CVE-2025-69263

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

23th percentile - higher than 23% of all known CVEs

Summary

pnpm versions 10.26.2 and below store HTTP tarball dependencies (and git-hosted tarballs) in the lockfile without integrity hashes. This allows the remote server to serve different content on each install, even when a lockfile is committed.

Risk Assessment

An attacker can publish a package with an HTTP tarball dependency and serve different code to different users or CI/CD environments, leading to uncontrolled execution of malicious code during build or installation.

Recommendation

Upgrade pnpm to version 10.26.0 or later immediately. After upgrading, regenerate the lockfile for all projects.

Other vulnerabilities in pnpm

See all
Original NVD description (English source)

pnpm is a package manager. Versions 10.26.2 and below store HTTP tarball dependencies (and git-hosted tarballs) in the lockfile without integrity hashes. This allows the remote server to serve different content on each install, even when a lockfile is committed. An attacker who publishes a package with an HTTP tarball dependency can serve different code to different users or CI/CD environments. The attack requires the victim to install a package that has an HTTP/git tarball in its dependency tree. The victim's lockfile provides no protection. This issue is fixed in version 10.26.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS