CVE-2025-15614
Received Received - Intake

Heap Buffer Over-read in ugrep LZW Decompressor

Vulnerability report for CVE-2025-15614, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: VulnCheck

Description

ugrep before 7.6.0 contains a heap buffer over-read vulnerability in the LZW decompressor when processing crafted .Z archive files. Attackers can supply malformed .Z files that cause the decompressor to read one byte past the allocated heap buffer, potentially crashing the process.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
genivia ugrep to 7.6.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

ugrep before 7.6.0 has a heap buffer over-read vulnerability in its LZW decompressor when processing crafted .Z archive files. Attackers can create malformed .Z files that cause the decompressor to read one byte past the allocated heap buffer, potentially crashing the application.

Detection Guidance

To detect this vulnerability, check the ugrep version installed on your system. Run ugrep --version and verify if it is older than v7.6.0. If so, the system is vulnerable. Additionally, monitor for crashes when processing .Z files, especially with commands like src/ugrep -z x file.Z.

Impact Analysis

This vulnerability may allow attackers to crash ugrep by providing specially crafted .Z files. If ugrep is used in automated systems or services, crashes could lead to denial of service. Users processing untrusted .Z files may experience application instability.

Compliance Impact

The vulnerability (CVE-2025-15614) involves a heap buffer over-read in ugrep's LZW decompressor when processing crafted .Z files. While not directly tied to compliance standards like GDPR or HIPAA, such memory corruption flaws could lead to crashes or undefined behavior in systems handling sensitive data. This may indirectly impact compliance by compromising data integrity or availability, though specific regulatory impacts depend on system context and deployment.

Mitigation Strategies

Immediately update ugrep to version 7.6.0 or later. Download the latest release from the official repository or use your package manager to upgrade. Avoid processing untrusted .Z files until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-15614. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart