AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73232

HIGH · CVSS 7.5 EPSS 0.45% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability in ffuf affects versions prior to 2.2.0, allowing a malicious target server to trigger an out-of-memory denial of service by exploiting inadequate response size checks during decompression. This can lead to service interruptions for applications relying on ffuf for web fuzzing. Organizations using ffuf for security testing should prioritize upgrading to version 2.2.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73232
Severity
HIGH
CVSS
7.5
EPSS
0.45%

Original NVD Description

ffuf is a fast web fuzzer written in Go. Prior to 2.2.0, ffuf allows a malicious target server to cause an out-of-memory denial of service because the response size guard in pkg/runner/simple.go checks only the compressed Content-Length while io.ReadAll reads gzip, brotli, deflate, transparently decompressed, or chunked response bodies without a decompressed-size bound. This issue is fixed in version 2.2.0.