Vulnerability in Gnu Gzip
CVE-2026-41991
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
EPSS: 0.001 (2.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 4.7 (Medium). Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N.
Affected products
- Gnu Gzip — versions 0
Weakness classification (CWE)
References
- cvd@cert.pl (Broken Link, third-party-advisory)
- cvd@cert.pl (Product, product)
- cvd@cert.pl (Patch, patch)
Frequently asked questions
- What is CVE-2026-41991?
- CVE-2026-41991 is a medium-severity vulnerability in Gnu Gzip, classified under Insecure Temporary File. CVSS score: 4.7/10. Published 2026-06-29.
- How severe is CVE-2026-41991?
- Medium severity. CVSS v3 base score is 4.7 out of 10.