Nixpkgs security tracker

Try the new UI
Login with GitHub
⚠️ You are using a production deployment that is still only suitable for demo purposes. Any work done in this might be wiped later without notice.

Suggestions search

With package: pnpm_12

Found 2 matching suggestions

View:
Compact
Detailed
Untriaged
Permalink CVE-2026-50021
6.8 MEDIUM
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): High (H)
  • Privileges Required (PR): Low (L)
  • User Interaction (UI): None (N)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): High (H)
  • Integrity (I): High (H)
  • Availability (A): None (N)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Privileges Required (MPR): Low (L)
  • Modified User Interaction (MUI): None (N)
  • Modified Confidentiality (MC): High (H)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): None (N)
created 2 months, 3 weeks ago Activity log
  • Created suggestion
pnpm: Integrity Check Bypass via Missing Lockfile Integrity Field

pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm's tarball extraction worker skips integrity verification when the integrity field is absent from the lockfile resolution. If an attacker can both modify pnpm-lock.yaml to remove the integrity: field and cause the referenced registry URL to serve altered package content, pnpm install --frozen-lockfile can install the altered package without an integrity error. npm's npm ci enforces integrity by default; pnpm's behavior of silently skipping verification is a pnpm-specific fail-open gap. This vulnerability is fixed in 10.34.0 and 11.4.0.

Affected products

pnpm
  • ==< 10.34.0
  • ==>= 11.0.0, < 11.4.0

Matching in nixpkgs

pkgs.pnpm

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_10

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_11

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_12

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -

pkgs.pnpm_10_29_2

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_10_34_0

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -

pkgs.pnpmBuildHook

None

  • nixos-unstable -
    • nixos-unstable-small
  • nixos-26.05 -
    • nixos-26.05-small

pkgs.pnpmConfigHook

None

  • nixos-unstable -
    • nixos-unstable-small
  • nixos-26.05 -
    • nixos-26.05-small

Package maintainers

Untriaged
Permalink CVE-2026-55700
7.1 HIGH
  • CVSS version (CVSS): 3.1
  • Attack Vector (AV): Network (N)
  • Attack Complexity (AC): Low (L)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): Required (R)
  • Scope (S): Unchanged (U)
  • Confidentiality (C): None (N)
  • Integrity (I): High (H)
  • Availability (A): Low (L)
  • Modified Attack Vector (MAV): Network (N)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): Required (R)
  • Modified Confidentiality (MC): None (N)
  • Modified Scope (MS): Unchanged (U)
  • Modified Integrity (MI): High (H)
  • Modified Availability (MA): Low (L)
created 2 months, 3 weeks ago Activity log
  • Created suggestion
pnpm: stage download writes outside destination via manifest version traversal

pnpm is a package manager. From 11.3.0 until 11.5.3, `pnpm stage download` derived a local filename from registry-controlled package name and version fields. A crafted manifest could escape the selected download directory and overwrite another reachable file. The merged fix validates both fields, derives one safe filename, and verifies the final destination before writing. This vulnerability is fixed in 11.5.3.

Affected products

pnpm
  • ==>= 11.3.0, < 11.5.3

Matching in nixpkgs

pkgs.pnpm

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_10

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_11

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_12

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -

pkgs.pnpm_10_29_2

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -
  • nixos-26.05 -

pkgs.pnpm_10_34_0

Fast, disk space efficient package manager for JavaScript

  • nixos-unstable -

pkgs.pnpmBuildHook

None

  • nixos-unstable -
    • nixos-unstable-small
  • nixos-26.05 -
    • nixos-26.05-small

pkgs.pnpmConfigHook

None

  • nixos-unstable -
    • nixos-unstable-small
  • nixos-26.05 -
    • nixos-26.05-small

Package maintainers