Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4358 articles · 196331 vulns · 36/41 feeds (7d)
← Back to list
—
CVE-2026-41992EXPLOITEDPATCHED
gnu · gzip

Global Buffer Overflow in GNU gzip

Description

GNU gzip contains a global buffer overflow vulnerability in the LZH decompression logic caused by improper reuse of shared global state between different decompression formats within a single execution. GNU gzip maintains a global array that is shared across the LZ77, LZW, and LZH decompression routines and is not reinitialized between files processed in the same invocation. By decompressing a specially crafted LZW file followed by a specially crafted LZH file in a single gzip -d command, an attacker can poison the shared global state and subsequently trigger an out‑of‑bounds read in the LZH decoder. The LZH decompression logic follows stale values left in the shared array, causing reads past the end of the allocated global buffer. This issue has been fixed in the commit 63dbf6b3b9e6e781df1a6a64e609b10e23969681

Affected Products

VendorProductVersions
gnugzip0

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
open sourcegzipcert_advisory90%

References

  • https://cert.pl/en/posts/2026/04/CVE-2026-41991/(third-party-advisory)
  • https://www.gnu.org/software/gzip/(product)
  • https://cgit.git.savannah.gnu.org/cgit/gzip.git/commit/?id=63dbf6b3b9e6e781df1a6a64e609b10e23969681(patch)

Related News (4 articles)

Tier C
oss-security13h ago
CVE-2026-41992 gzip 1.14 out-of-bounds memory buffer access
→ No new info (linked only)
Tier B
BSI Advisories54d ago
[NEU] [mittel] gzip: Mehrere Schwachstellen
→ No new info (linked only)
Tier A
Microsoft MSRC54d ago
CVE-2026-41992 Global Buffer Overflow in GNU gzip
→ No new info (linked only)
Tier C
VulDB55d ago
CVE-2026-41992 | GNU gzip up to 1.14 LZH Decoder buffer over-read
→ No new info (linked only)
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
https://cgit.git.savannah.gnu.org/cgit/gzip.git/commit/?id=63dbf6b3b9e6e781df1a6a64e609b10e23969681
CWECWE-126
PublishedJun 29, 2026
Last enriched55d agov2
Trending Score55
Source articles4
Independent4
Info Completeness8/14
Missing: cvss, epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

NONECVE-2026-54371
attr < 2.6.0 Symlink Traversal Privilege Escalation via getfattr/setfattr
Trending: 22
NONECVE-2026-77219
GNU Emacs < 31.0.91 Heap Over-Read via PBM/PPM/PGM Image Loader
Trending: 13
NONECVE-2026-66485
Uncontrolled Memory Allocation in GNU cpio
Trending: 8
NONECVE-2026-66484
Path Traversal in GNU cpio
Trending: 8
NONECVE-2026-66486
Improper Output Encoding in GNU cpio
Trending: 8

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 29, 2026
Discovered by ZDM
Jun 29, 2026
Updated: affectedVersions, severity, activelyExploited
Jun 29, 2026
Actively Exploited
Aug 23, 2026
Patch Available
Aug 23, 2026

Version History

v2
Last enriched 55d ago
v2Tier C55d ago

Updated affected versions to include 1.14, changed severity to HIGH, and noted that the vulnerability is actively exploited.

affectedVersionsseverityactivelyExploited
via VulDB
v155d ago

Initial creation