Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: gzip

Found 2 matching suggestions

View:
Compact
Detailed
Permalink CVE-2026-41991
2.0 LOW
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Local (L)
  • Attack Complexity (AC): High (H)
  • Attack Requirement (AT): Present (P)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): Passive (P)
  • Vulnerable System Impact Confidentiality (VC): None (N)
  • Vulnerable System Impact Integrity (VI): Low (L)
  • Vulnerable System Impact Availability (VA): None (N)
  • Subsequent System Impact Confidentiality (SC): None (N)
  • Subsequent System Impact Integrity (SI): None (N)
  • Subsequent System Impact Availability (SA): None (N)
  • Modified Attack Vector (MAV): Local (L)
  • Modified Attack Complexity (MAC): High (H)
  • Modified Attack Requirement (MAT): Present (P)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): Passive (P)
  • Modified Vulnerable System Impact Confidentiality (MVC): None (N)
  • Modified Vulnerable System Impact Integrity (MVI): Low (L)
  • Modified Vulnerable System Impact Availability (MVA): None (N)
  • Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
  • Modified Subsequent System Impact Integrity (MSI): Negligible (N)
  • Modified Subsequent System Impact Availability (MSA): Negligible (N)
  • Safety (S): Not Defined (X)
  • Automatable (AU): Not Defined (X)
  • Recovery (R): Not Defined (X)
  • Value Density (V): Not Defined (X)
  • Vulnerability Response Effort (RE): Not Defined (X)
  • Provider Urgency (U): Not Defined (X)
  • Confidentiality Req. (CR): Not Defined (X)
  • Integrity Req. (IR): Not Defined (X)
  • Availability Req. (AR): Not Defined (X)
  • Exploit Maturity (E): Not Defined (X)
updated 4 weeks, 1 day ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse ignored reference https://w…
  • @LeSuisse ignored
    16 packages
    • rapidgzip
    • ocamlPackages.ezgzip
    • minimal-bootstrap.gzip
    • perlPackages.PerlIOgzip
    • perl5Packages.PerlIOgzip
    • perl538Packages.PerlIOgzip
    • perl540Packages.PerlIOgzip
    • ocamlPackages_latest.ezgzip
    • python312Packages.rapidgzip
    • python313Packages.rapidgzip
    • python314Packages.rapidgzip
    • minimal-bootstrap.gzip-static
    • python312Packages.indexed-gzip
    • python313Packages.indexed-gzip
    • python314Packages.indexed-gzip
    • haskellPackages.hack-middleware-gzip
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
Predictable Temporary File in GNU gzip

GNU gzip contains a vulnerability in the gzexe utility related to insecure temporary file handling. When the mktemp utility is not available in the user’s PATH, gzexe falls back to constructing a temporary file path based solely on the process ID (PID). This predictable filename is created without exclusive access or existence checks. A local attacker can pre‑create the predicted temporary file path as a symbolic link pointing to an arbitrary file writable by the victim. When gzexe runs, it follows the symlink and overwrites the target file, resulting in a time‑of‑check to time‑of‑use (TOCTOU) condition that allows arbitrary file overwrite. This issue has been fixed in the commit 4e6f8b24ab823146ab8776f0b7fe486ab34d4269

Affected products

gzip
  • =<1.14

Matching in nixpkgs

pkgs.gzip

GNU zip compression program

  • nixos-unstable 1.14
    • nixpkgs-unstable 1.14
    • nixos-unstable-small 1.14
  • nixos-26.05 1.14
    • nixos-26.05-small 1.14
    • nixpkgs-26.05-darwin 1.14
Ignored packages (16)

pkgs.rapidgzip

Python library for parallel decompression and seeking within compressed gzip files

Package maintainers

Permalink CVE-2026-41992
6.9 MEDIUM
  • CVSS version (CVSS): 4.0
  • Attack Vector (AV): Local (L)
  • Attack Complexity (AC): Low (L)
  • Attack Requirement (AT): None (N)
  • Privileges Required (PR): None (N)
  • User Interaction (UI): None (N)
  • Vulnerable System Impact Confidentiality (VC): High (H)
  • Vulnerable System Impact Integrity (VI): None (N)
  • Vulnerable System Impact Availability (VA): None (N)
  • Subsequent System Impact Confidentiality (SC): None (N)
  • Subsequent System Impact Integrity (SI): None (N)
  • Subsequent System Impact Availability (SA): None (N)
  • Modified Attack Vector (MAV): Local (L)
  • Modified Attack Complexity (MAC): Low (L)
  • Modified Attack Requirement (MAT): None (N)
  • Modified Privileges Required (MPR): None (N)
  • Modified User Interaction (MUI): None (N)
  • Modified Vulnerable System Impact Confidentiality (MVC): High (H)
  • Modified Vulnerable System Impact Integrity (MVI): None (N)
  • Modified Vulnerable System Impact Availability (MVA): None (N)
  • Modified Subsequent System Impact Confidentiality (MSC): Negligible (N)
  • Modified Subsequent System Impact Integrity (MSI): Negligible (N)
  • Modified Subsequent System Impact Availability (MSA): Negligible (N)
  • Safety (S): Not Defined (X)
  • Automatable (AU): Not Defined (X)
  • Recovery (R): Not Defined (X)
  • Value Density (V): Not Defined (X)
  • Vulnerability Response Effort (RE): Not Defined (X)
  • Provider Urgency (U): Not Defined (X)
  • Confidentiality Req. (CR): Not Defined (X)
  • Integrity Req. (IR): Not Defined (X)
  • Availability Req. (AR): Not Defined (X)
  • Exploit Maturity (E): Not Defined (X)
updated 4 weeks, 1 day ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse ignored
    8 packages
    • rapidgzip
    • ocamlPackages.ezgzip
    • minimal-bootstrap.gzip
    • perlPackages.PerlIOgzip
    • perl5Packages.PerlIOgzip
    • perl538Packages.PerlIOgzip
    • perl540Packages.PerlIOgzip
    • ocamlPackages_latest.ezgzip
  • @LeSuisse ignored reference https://w…
  • @LeSuisse ignored
    8 packages
    • python312Packages.rapidgzip
    • python313Packages.rapidgzip
    • python314Packages.rapidgzip
    • minimal-bootstrap.gzip-static
    • python312Packages.indexed-gzip
    • python313Packages.indexed-gzip
    • python314Packages.indexed-gzip
    • haskellPackages.hack-middleware-gzip
  • @LeSuisse accepted
  • @LeSuisse published on GitHub
Global Buffer Overflow in GNU gzip

GNU gzip contains a global buffer overflow vulnerability in the LZH decompression logic caused by improper reuse of shared global state between different decompression formats within a single execution. GNU gzip maintains a global array that is shared across the LZ77, LZW, and LZH decompression routines and is not reinitialized between files processed in the same invocation. By decompressing a specially crafted LZW file followed by a specially crafted LZH file in a single gzip -d command, an attacker can poison the shared global state and subsequently trigger an out‑of‑bounds read in the LZH decoder. The LZH decompression logic follows stale values left in the shared array, causing reads past the end of the allocated global buffer. This issue has been fixed in the commit 63dbf6b3b9e6e781df1a6a64e609b10e23969681

Affected products

gzip
  • =<1.14

Matching in nixpkgs

pkgs.gzip

GNU zip compression program

  • nixos-unstable 1.14
    • nixpkgs-unstable 1.14
    • nixos-unstable-small 1.14
  • nixos-26.05 1.14
    • nixos-26.05-small 1.14
    • nixpkgs-26.05-darwin 1.14
Ignored packages (16)

pkgs.rapidgzip

Python library for parallel decompression and seeking within compressed gzip files

Package maintainers