CVE-2026-53432
Awaiting Analysis Awaiting Analysis - Queue

Integer Overflow in fzf Leading to Application Crash

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

Publication date: 2026-06-30

Last updated on: 2026-06-30

Assigner: CERT.PL

Description

fzf is vulnerable to Integer Overflow leading to crash in FuzzyMatchV2 function. When input line length is approximately 2,200,000 bytes and pattern length is 999 bytes, the product overflows. The Go runtime detects the invalid slice bounds and terminates the process immediately with a non-recoverable panic. This issue was fixed in version 0.73.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
junegunn fzf 0.73.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability in fzf is an integer overflow in the FuzzyMatchV2 function. When the input line length is about 2,200,000 bytes and the pattern length is 999 bytes, multiplying these values causes an overflow. This overflow leads to invalid slice bounds in the Go runtime, which then terminates the process immediately with a non-recoverable panic, causing the program to crash.

This issue particularly affects 32-bit systems where the multiplication of two integers can overflow and produce a negative value, bypassing certain checks and causing a panic during slice allocation.

Impact Analysis

This vulnerability can cause the fzf program to crash unexpectedly when processing very large input lines with specific pattern lengths. The crash is non-recoverable, meaning the process terminates immediately, which can lead to denial of service for users relying on fzf for fuzzy searching.

On affected systems, especially 32-bit architectures, this could disrupt workflows or automated processes that depend on fzf, potentially causing interruptions or loss of productivity.

Detection Guidance

This vulnerability manifests as a crash (non-recoverable panic) in the fzf process when it processes an input line of approximately 2,200,000 bytes with a pattern length of 999 bytes due to an integer overflow in the FuzzyMatchV2 function.

Detection can involve monitoring for unexpected crashes or panics of the fzf process, especially when handling very large input lines or patterns close to these sizes.

Since the issue is triggered by specific input sizes, you can test the vulnerability by running fzf with a crafted input line of about 2,200,000 bytes and a pattern of 999 bytes to see if it crashes.

No specific detection commands are provided in the available resources.

Mitigation Strategies

The immediate mitigation step is to upgrade fzf to version 0.73.1 or later, where this integer overflow vulnerability in the FuzzyMatchV2 function has been fixed.

If upgrading is not immediately possible, avoid processing input lines of extremely large size (around 2,200,000 bytes) with patterns close to 999 bytes, as these trigger the overflow and crash.

Monitoring and restricting input sizes to fzf can help reduce the risk of triggering this vulnerability until the patch is applied.

Compliance Impact

The provided information does not specify any direct impact of the CVE-2026-53432 vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant

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

EPSS Chart