Description
fzf is vulnerable to a Denial of Service (DoS) due to inefficient HTTP body processing in the --listen mode due to inefficient HTTP body processing using repeated string concatenation, resulting in quadratic time complexity (O(n²)). A crafted POST request with many small segments can trigger excessive CPU usage during request handling.This allows a single malicious request to monopolize the single‑threaded HTTP server, blocking all other clients and resulting in denial of service.

This issue was fixed in version 0.73.1.
Published: 2026-06-30
Score: 5.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in fzf's HTTP listener, which processes incoming request bodies by repeatedly concatenating string segments. This results in quadratic time complexity and can consume excessive CPU when a crafted POST request contains many small segments. The impact is that a single malicious request can monopolize the single‑threaded HTTP server, blocking all other clients and causing a denial of service.

Affected Systems

Affected systems include all releases of the fzf utility under the identifier fzf:fzf that are older than version 0.73.1. The issue applies only when the --listen mode is enabled, exposing the HTTP server. Versions 0.73., so users running those versions are not vulnerable. No other products or versions are affected according to the CNA data.

Risk and Exploitability

The CVSS base score of 5.7 indicates moderate severity. Because the exploit requires only network access to the HTTP listener and does not depend on privileged credentials, any host that exposes this listener—whether public or internal—could be targeted. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is remotely sending a crafted POST request to the HTTP listener; once triggered, the CPU‑intensive operation can stall the service for all connected clients.

Generated by OpenCVE AI on July 1, 2026 at 12:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade fzf to version 0.73.1 or later
  • If the --listen mode is not required, disable it to eliminate the exposed HTTP endpoint
  • Apply network‑level rate limiting or firewall rules to restrict or throttle access to the fzf HTTP listener

Generated by OpenCVE AI on July 1, 2026 at 12:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Fzf
Fzf fzf
Vendors & Products Fzf
Fzf fzf

Wed, 01 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1046
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Tue, 30 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 30 Jun 2026 12:30:00 +0000

Type Values Removed Values Added
Description fzf is vulnerable to a Denial of Service (DoS) due to inefficient HTTP body processing in the --listen mode due to inefficient HTTP body processing using repeated string concatenation, resulting in quadratic time complexity (O(n²)). A crafted POST request with many small segments can trigger excessive CPU usage during request handling.This allows a single malicious request to monopolize the single‑threaded HTTP server, blocking all other clients and resulting in denial of service. This issue was fixed in version 0.73.1.
Title Denial of Service in fzf
Weaknesses CWE-407
References
Metrics cvssV4_0

{'score': 5.7, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-06-30T13:32:52.251Z

Reserved: 2026-06-09T11:41:37.126Z

Link: CVE-2026-53433

cve-icon Vulnrichment

Updated: 2026-06-30T13:32:45.588Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-30T12:01:14Z

Links: CVE-2026-53433 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T12:45:16Z

Weaknesses
  • CWE-1046

    Creation of Immutable Text Using String Concatenation

  • CWE-407

    Inefficient Algorithmic Complexity