Skip to main content
XsiSec.com
HomeReposBlogProjectsPortfolio
© 2026 XsiSec.com
Security rules |security.txt
Updated 2026-08-15 · v1.0.0+2026-08-14.82f92cb · 82f92cb
← Back to overview
Security article

CSRF - where token is not tied to user session

CSRF - where token is not tied to user session: This lab's email change functionality is vulnerable to CSRF. It uses tokens to try to prevent CSRF attacks, but they aren't integrated into the site's session handling system. • Security • CSRF • csrf, security

2022-07-102 tags
Tags
sql
Lab: CSRF where token is not tied to user session

This lab's email change functionality is vulnerable to CSRF. It uses tokens to try to prevent CSRF attacks, but they aren't integrated into the site's session handling system.

To solve the lab, use your exploit server to host an HTML page that uses a CSRF attack to change the viewer's email address.

 

sql
the purpose of this lab is to update carlos email by use someone else CSRF token example ‘Wiener’csrf.

Testcase#1 Verify if you can change HTTP request method 404. Testcase#2

sql
 #Verify if you could strip the CSRF-token from characters but no success=(

Testcase#3

sql
 intercept the request where you update the email for ‘Wiener’ and use the CSRF token from ‘Carlos’.

​​​​​​​

Search
Explore

Popular tags

Browse all 30 tags

Comments

0 comments

No comments yet — be the first to comment.