Skip to content
New issue

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

Bug report:XSS on "To Table" operation #483

Closed
Sh1n0g1 opened this issue Jan 30, 2019 · 1 comment
Closed

Bug report:XSS on "To Table" operation #483

Sh1n0g1 opened this issue Jan 30, 2019 · 1 comment

Comments

@Sh1n0g1
Copy link

Sh1n0g1 commented Jan 30, 2019

Summary

To Table is not escaping <. > symbols, which triggers an XSS vulnerability.

totable_xss

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

@n1474335
Copy link
Member

n1474335 commented Feb 8, 2019

Thanks for raising this. Fixed in #488 and merged in v8.23.3

@n1474335 n1474335 closed this as completed Feb 8, 2019
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants