GNU Project Released Gzip 1.15 to Fix Security Flaws
The update resolves long-standing bugs, including race conditions and memory corruption issues in compression tools.
Updated on Sept. 20, 2026 in Software

Live Poll
Do you trust software more when developers fix bugs that have existed since the beginning?
The GNU Project has released Gzip 1.15, an update addressing critical vulnerabilities and functional bugs that have existed since the software's inception. This release includes significant patches for race conditions and buffer overflows that occurred during file decompression.
Why it matters
Updating to version 1.15 is necessary to mitigate security risks stemming from memory corruption and file handling errors. These fixes ensure data integrity during decompression across Unix-like operating systems.
The update resolves a buffer overflow error occurring when decompressing .lzh files after .Z files. It also addresses a synchronization bug affecting GNU/Linux and FreeBSD that has persisted since version 1.7.
The players
GNU Project
A collaborative initiative that maintains a vast ecosystem of free software, including the core components of modern Unix-like operating systems.
The details
Gzip 1.15 corrects internal bit buffer clearing during .lzh decompression, preventing output corruption caused by residual data from previous decoding tables. The update also modifies the --synchronous flag to utilize O_PATH and O_SEARCH system flags, which properly synchronize parent directories. Additionally, the patch eliminates race conditions in utilities like gzexe, zdiff, and znew on systems that lack the mktemp command.
Timeline
September 20, 2026: Gzip 1.15 was released.
The Tech Race
This release follows a pattern of heightened security scrutiny for essential Unix compression tools. The effort mirrors industry-wide initiatives to audit and harden infrastructure software against supply chain vulnerabilities.
System administrators should prioritize updating their Gzip binaries to version 1.15 to resolve lingering race conditions and memory safety issues. The update specifically improves diagnostic output for unusual file names and restores PKZIP compatibility.
The takeaway
The Gzip 1.15 release highlights the necessity of maintaining legacy compression code to prevent persistent security risks. Users should monitor GNU Project updates for future patches regarding data descriptor support and system-specific synchronization.
Further reading
For more on the latest developments in foundational system utilities, visit the Software section.
Live Poll
Do you trust software more when developers fix bugs that have existed since the beginning?






