CVE-2026-41991: 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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Patch 4e6f8b24ab823146ab8776f0b7fe486ab34d4269
Event History
Frequently Asked Questions
What is the severity of CVE-2026-41991?
CVE-2026-41991 has a risk rating of 44.
How do I fix CVE-2026-41991?
To mitigate CVE-2026-41991, ensure that the mktemp utility is available in the user's PATH.
What software is affected by CVE-2026-41991?
CVE-2026-41991 specifically affects the GNU gzip software.
What type of vulnerability is CVE-2026-41991?
CVE-2026-41991 is related to predictable temporary file handling in the gzexe utility.
When was CVE-2026-41991 published?
CVE-2026-41991 was published on June 29, 2026.