What problem does it solve?
Security teams and penetration testers often miss modern CSRF vulnerabilities, including SameSite attribute bypasses, JSON CSRF, and OAuth state parameter flaws that basic automated scanners fail to detect, leaving state-changing web endpoints exposed to forgery attacks.
Core Features & Use Cases
- Modern Bypass Vectors: Covers SameSite Lax/Strict bypasses, broken token validation, double submit cookie flaws, and cookie tossing attacks.
- Specialized CSRF Types: Includes testing guidance for JSON CSRF, multipart CSRF, login CSRF, and OAuth authorization CSRF.
- Practical Testing Tools: Provides ready-to-use proof-of-concept templates and a structured testing checklist for efficient vulnerability identification.
Use case: A penetration tester conducting a web application security assessment can use this playbook to test password change, email update, and OAuth authorization endpoints for CSRF risks that standard tools overlook.
Quick Start
Use the csrf-cross-site-request-forgery skill to test the target web application's state-changing endpoints for CSRF vulnerabilities, including SameSite bypasses and JSON CSRF flaws.