CVE-2026-53433
The CVE-2026-53433 entry concerns fzf’s DoS due to inefficient HTTP body processing in --listen mode. The root cause is repeated string concatenation leading to quadratic time complexity (O(n²)) during handling a crafted POST request with many small segments, which can monopolize the single-threa...