A Denial of Service vulnerability has been found in CyberChef
The Generate Lorem Ipsum operation has a denial of service vulnerability due to a lack of bounds check on the Length parameter
Impact
Impact when running interactively in browser is Low as in the worst case the browser tab will crash.
The problem is potentially more serious when CyberChef is running as a Node backend. The resource exhaustion/crash from this DoS issues could lead to a backend server crashing or otherwise terminating resulting in loss of availability until the server is restarted.
Patches
Patched in #2557 and released in v11.1.1
Workarounds
Patch from the PR mentioned above can be manually applied to a local code base
References
Github Issue #2556
Github PR #2557
Github commit 894560f
A Denial of Service vulnerability has been found in CyberChef
The Generate Lorem Ipsum operation has a denial of service vulnerability due to a lack of bounds check on the Length parameter
Impact
Impact when running interactively in browser is Low as in the worst case the browser tab will crash.
The problem is potentially more serious when CyberChef is running as a Node backend. The resource exhaustion/crash from this DoS issues could lead to a backend server crashing or otherwise terminating resulting in loss of availability until the server is restarted.
Patches
Patched in #2557 and released in v11.1.1
Workarounds
Patch from the PR mentioned above can be manually applied to a local code base
References
Github Issue #2556
Github PR #2557
Github commit 894560f