CVE Catalog

CVE-2026-72912

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

8th percentile - higher than 8% of all known CVEs

Summary

CyberChef prior to 11.3.0 has a client-side CPU exhaustion vulnerability in the pretty-recipe parser in src/core/Utils.mjs when a malformed #recipe= URL fragment containing a large number of unmatched quote characters reaches Utils.parseRecipeConfig(). The function synchronously applies a complex global regular expression that may perform heavy backtracking before rejecting the input, causing the victim's browser tab to freeze during startup for seconds or longer. No code execution, data exfiltration, or privilege escalation occurs.

Risk Assessment

Risk of DoS attack on the user's browser, which could lead to application unavailability and user frustration.

Recommendation

Upgrade CyberChef to version 11.3.0 or later where this issue is fixed.

Original NVD description (English source)

CyberChef is a web app for encryption, encoding, compression, and data analysis. Prior to 11.3.0, CyberChef's pretty-recipe parser in src/core/Utils.mjs can exhaust client-side CPU when a malformed #recipe= URL fragment containing a large number of unmatched quote characters reaches Utils.parseRecipeConfig(). The function synchronously applies a complex global regular expression that may perform heavy backtracking before rejecting the input, causing the victim's browser tab to freeze during startup for seconds or longer. No code execution, data exfiltration, or privilege escalation occurs. This issue is fixed in version 11.3.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS