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)
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
References
-
https://cert.pl/en/posts/2026/04/CVE-2026-41991/ third-party-advisory
Ignored references (1)
Affected products
- =<1.14
Matching in nixpkgs
Ignored packages (16)
pkgs.rapidgzip
Python library for parallel decompression and seeking within compressed gzip files
pkgs.ocamlPackages.ezgzip
Simple gzip (de)compression library
pkgs.minimal-bootstrap.gzip
GNU zip compression program
pkgs.perlPackages.PerlIOgzip
Perl extension to provide a PerlIO layer to gzip/gunzip
pkgs.perl5Packages.PerlIOgzip
Perl extension to provide a PerlIO layer to gzip/gunzip
pkgs.perl538Packages.PerlIOgzip
None
pkgs.perl540Packages.PerlIOgzip
None
pkgs.ocamlPackages_latest.ezgzip
Simple gzip (de)compression library
pkgs.python312Packages.rapidgzip
None
pkgs.python313Packages.rapidgzip
Python library for parallel decompression and seeking within compressed gzip files
pkgs.python314Packages.rapidgzip
Python library for parallel decompression and seeking within compressed gzip files
pkgs.minimal-bootstrap.gzip-static
GNU zip compression program
pkgs.python312Packages.indexed-gzip
None
pkgs.python313Packages.indexed-gzip
Python library to seek within compressed gzip files
pkgs.python314Packages.indexed-gzip
Python library to seek within compressed gzip files
Package maintainers
-
@mdaniels5757 Michael Daniels <nix@mdaniels.me>