Client Side Path Traversal
Last updated 4 days ago
Was this helpful?
https://app.example.com/delete-session?session=../profile
The resulting DELETE request would target /api/users/profile instead of /api/users/sessions/${sessionId}.
/api/users/profile
/api/users/sessions/${sessionId}