CVE-2026-53432 Details
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.
A vulnerability in fzf allows for integer overflow, leading to a crash in the FuzzyMatchV2 function. This issue occurs on 32-bit platforms when the input line length is approximately 2,200,000 bytes and the pattern length is 999 bytes. The overflow causes the Go runtime to detect invalid slice bounds, terminating the process with a non-recoverable panic. This vulnerability affects all versions of fzf prior to 0.73.1.
Users can upgrade to fzf version 0.73.1 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://cert.pl/en/posts/2026/06/CVE-2026-53432 | [email protected] | Third Party Advisory |
| https://github.com/junegunn/fzf | [email protected] | Product |
| https://github.com/junegunn/fzf/commit/ccedd064ca56921a4235219516b3d834f60e7b91 | [email protected] | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-190 | Integer Overflow or Wraparound | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| junegunn fzf | < 0.73.1 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 2, 2026 | Initial Analysis | [email protected] |
| Jun 30, 2026 | CVE Modified | CISA-ADP |
| Jun 30, 2026 | New CVE Received | [email protected] |