GNU Project Released Gzip Software Update 1.15

The latest version of the compression software resolves long-standing bugs and security issues.

Updated on Sept. 20, 2026 in Software

Isometric editorial illustration of a geometric stone block with a spiral aperture, representing stable and secure data compression.
The GNU Project has released Gzip 1.15, an update addressing critical security vulnerabilities and long-standing memory handling errors in the compression software. AI Illustration. Upload story photo >

Live Poll

Do you trust software more when developers fix bugs that have existed since the beginning?

The GNU Project has launched Gzip 1.15, an update that corrects multiple security vulnerabilities and performance errors. This release addresses bugs present since the program's inception, including critical issues involving memory handling and file decompression.

Why it matters

Updating Gzip is essential for maintaining data integrity and security, as these fixes resolve vulnerabilities that could lead to file corruption or unauthorized access. The patch ensures more stable operation for users managing compressed archives across various operating systems.

Gzip 1.15 fixes a buffer overflow triggered when decompressing .lzh files after .Z files and resolves output corruption caused by improperly cleared bit buffers. Additionally, the --synchronous flag now correctly leverages O_PATH and O_SEARCH system flags on GNU/Linux and FreeBSD.

The players

GNU Project

This is a free software, mass collaboration project that maintains the Gzip compression utility.

GNU/Linux

This is a widely used open-source Unix-like operating system kernel that supports Gzip operations.

FreeBSD

This is a free and open-source Unix-like operating system that serves as a platform for the Gzip utility.

The details

The update eliminates a race condition that previously allowed the system to remove the wrong file, while also patching a use of uninitialized memory on malformed inputs. Beyond these security improvements, the software now supports PKZIP signatures, local headers, and data descriptors, providing better compatibility for compressed data.

Timeline

  1. Gzip 1.15 was released on September 20, 2026.

The Tech Race

This release maintains the relevance of one of the internet's oldest compression tools in an era of evolving cybersecurity threats. It underscores the ongoing industry effort to secure legacy software against buffer overflows and memory-related exploits.

Users and system administrators should upgrade to version 1.15 to secure their file compression workflows against potential data corruption. These updates improve reliability for developers who use Gzip in scripts or automated archiving tasks on Linux and FreeBSD systems.

The takeaway

Maintaining updated versions of foundational software like Gzip is a critical defense against system instability. Developers and IT professionals should audit their environments to ensure they are using the latest version to prevent errors in data decompression and directory synchronization.

Further reading

For more information on current developments, visit the Software section.

Live Poll

Do you trust software more when developers fix bugs that have existed since the beginning?