We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To Table is not escaping <. > symbols, which triggers an XSS vulnerability.
<
>
Input: <script>alert(1)</script>, Recipe: To_Table(',','\r\n',false,'ASCII')
https://gchq.github.io/CyberChef/#recipe=To_Table(',','%5C%5Cn%5C%5Cr',false,'ASCII')&input=PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Piw
The text was updated successfully, but these errors were encountered:
Thanks for raising this. Fixed in #488 and merged in v8.23.3
Sorry, something went wrong.
🚸 Pressing enter submits login form (gchq#483)
c4f1be2
🔀 Merge pull request gchq#488 from Lissy93/FIX/general-issues
23f2c1a
[FIX] General issues and improvements Fixes gchq#452 Fixes gchq#454 Fixes gchq#455 Fixes gchq#463 Fixes gchq#479 Fixes gchq#482 Fixes gchq#483 Fixes gchq#485 Fixes gchq#486 Fixes gchq#487
No branches or pull requests
Summary
To Table is not escaping
<
.>
symbols, which triggers an XSS vulnerability.Example
Input: <script>alert(1)</script>,
Recipe: To_Table(',','\r\n',false,'ASCII')
https://gchq.github.io/CyberChef/#recipe=To_Table(',','%5C%5Cn%5C%5Cr',false,'ASCII')&input=PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Piw
The text was updated successfully, but these errors were encountered: