PatchSiren cyber security CVE debrief
CVE-2026-73232 ffuf CVE debrief
CVE-2026-73232 is a high-severity vulnerability in the ffuf fast web fuzzer tool, allowing a malicious target server to cause an out-of-memory denial of service. The issue is fixed in version 2.2.0. This vulnerability affects web application security, particularly for those using the ffuf tool. Defenders should be aware of this vulnerability and take steps to mitigate it by upgrading to version 2.2.0 or later. The vulnerability has a high CVSS score of 7.5, indicating a significant risk to affected systems.
- Vendor
- ffuf
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-18
Who should care
Defenders responsible for web application security, particularly those using the ffuf tool, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and updating affected systems, monitoring for potential denial-of-service attacks, and verifying affected scope and severity. Security teams and vulnerability management teams should also be aware of this vulnerability and prioritize upgrading to version 2.2.0 or later.
Why it matters
CVE-2026-73232 is a high-severity vulnerability in the ffuf fast web fuzzer tool that can lead to denial-of-service attacks. Defenders should prioritize upgrading to version 2.2.0 or later to prevent potential attacks.
- Potential denial-of-service attacks against web applications using ffuf
- Need to verify and upgrade to version 2.2.0 or later
- Possible impact on web application availability and performance
Technical summary
The ffuf fast web fuzzer tool is vulnerable to a denial-of-service attack due to an out-of-memory issue. The response size guard in pkg/runner/simple.go only checks the compressed Content-Length, while io.ReadAll reads gzip, brotli, deflate, transparently decompressed, or chunked response bodies without a decompressed-size bound. This allows a malicious target server to cause an out-of-memory denial of service. The issue is fixed in version 2.2.0 by adding a decompressed-size bound check. Defenders should prioritize upgrading to version 2.2.0 or later to prevent potential denial-of-service attacks.
Defensive priority
Defenders should prioritize upgrading to version 2.2.0 or later to prevent potential denial-of-service attacks.
Recommended defensive actions
- Upgrade to version 2.2.0 or later
- Review and update affected systems
- Monitor for potential denial-of-service attacks
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and references to source code changes and advisories. The vulnerability was reported by a researcher and fixed by the ffuf development team. The fix is included in version 2.2.0, which is recommended for all users of the ffuf tool. Defenders should verify affected scope and severity, review official advisories, and plan vendor-supported updates or mitigations.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73232 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73232
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73232 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73232
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/ffuf/ffuf/commit/fb0da86c60443b0dddbc9a86e91e3a6487dff79b
-
Source reference
Unverified legacy reference
URL: https://github.com/ffuf/ffuf/pull/897
-
Source reference
Unverified legacy reference
URL: https://github.com/ffuf/ffuf/releases/tag/v2.2.0
-
Source reference
Unverified legacy reference
URL: https://github.com/ffuf/ffuf/security/advisories/GHSA-jcvh-xf52-2cwm
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.