security talk & philosophizing



Tag: CSRF

  • CSRF Exploitation

    CSRF is a type of vulnerability where a request (POST) originates from a different domain (ORIGIN) than the target. If a vulnerable site allows another domain to send a request, it will be processed. The request would be crafted to make a change to a user account, and the trick is to get a user…

    Read more...