csrf-cross-site-request-forgery

Identify and exploit CSRF vulnerabilities in web applications, including SameSite bypasses.

96|1|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/langbyyi/CyberStrikeAI-SRC --skill csrf-cross-site-request-forgery-langbyyi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csrf-cross-site-request-forgery
Source: https://github.com/langbyyi/CyberStrikeAI-SRC/tree/main/skills/csrf-cross-site-request-forgery
Command: npx skills add https://github.com/langbyyi/CyberStrikeAI-SRC --skill csrf-cross-site-request-forgery-langbyyi

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about csrf-cross-site-request-forgery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test for SameSite bypass and JSON CSRF vulnerabilities in web applications?

Testing for SameSite bypass and JSON CSRF vulnerabilities requires checking state-changing endpoints for broken token validation, cookie tossing, and lax/strict cookie attribute flaws using structured proof-of-concept templates. This playbook provides ready-to-use bypass vectors and testing checklists for these modern CSRF flaws.

What is an OAuth state parameter misconfiguration and how does it relate to CSRF?

An OAuth state parameter misconfiguration is a CSRF flaw where authorization endpoints lack proper state validation, allowing forgery attacks on OAuth flows. This playbook identifies these vulnerabilities by providing specialized testing guidance for OAuth authorization CSRF scenarios.

Can I use this playbook to test login CSRF and multipart CSRF endpoints?

Yes, you can use this playbook to test login CSRF and multipart CSRF endpoints. It includes specialized testing guidance and practical proof-of-concept templates for identifying these specific CSRF types during web application security assessments.

What is the best way to identify CSRF vulnerabilities that automated scanners miss?

The best way to identify CSRF vulnerabilities that automated scanners miss is manually testing for double submit cookie flaws, broken token validation, and SameSite attribute bypasses. This playbook provides structured checklists and proof-of-concept templates to efficiently uncover these overlooked risks.

Why does standard automated security scanning fail to detect modern CSRF risks?

Standard automated security scanning fails to detect modern CSRF risks because it often overlooks complex bypass vectors like SameSite Lax/Strict bypasses, JSON CSRF, and OAuth state parameter flaws. This playbook addresses these gaps with specialized testing guidance.