Client-side hacking techniques

Bypassing SameSite cookies

Gafnit Amiga shared a very nice writeup about the AWS SageMaker Jupyter Notebook instance takeover. The writeup contains a few cool tricks like exploiting self-XSS but what I'd like to focus on here is exploiting CSRF with modern browsers that default...

CSRF in GraphQL

GraphQL CSRF? There’s no CSRF with application/json content type, is there? It’s true but only partially - you won’t send this request from an HTML form: But, according to Tomasz Swiadek and Andrea Brancaleoni, middleware will commonly help us and the following...