You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serviceURL parameter is currently vulnerable to XSS attacks. If you click HERE then after logging in you will see your CASI node session cookies being displayed in the alert box.
Note: The CASI tokens are httpOnly hence they are immune to XSS attacks.
The text was updated successfully, but these errors were encountered:
No, I haven't found a completely reliable solution for this yet. We could either add a regex check to the serviceURL parameter but I am not sure if that could also be circumvented by the attacker or not. (As we do in CTF challenges :P)
The
serviceURL
parameter is currently vulnerable to XSS attacks. If you click HERE then after logging in you will see your CASI node session cookies being displayed in the alert box.Note: The CASI tokens are
httpOnly
hence they are immune to XSS attacks.The text was updated successfully, but these errors were encountered: