Questions regarding CSRF using Client Side redirect
I have read an article about CSRF bypasses when a cookie set with Samesite: Strict.
Normally if a cookie is set with Samesite: Strict then it will not be sent in a cross origin request. But if the application e.g.: vulnerablesite.com is vu… Continue reading Questions regarding CSRF using Client Side redirect