Introduction to Testing

Lectures 71 • 40 slides

Narration

Session 71 Slide 1: XSS/CSRF/SQL Injection Countermeasures

mindmap root((Web Vulnerability Countermeasures)) XSS Reflected Stored DOM-based CSRF Token SameSite SQLインjection Placeholder ORM

Today's Theme

  • Detailed understanding of the three major vulnerabilities in web applications
  • Practical attack methods and defenses

Learning Objectives

  1. Understand the types and countermeasures of XSS (Cross-Site Scripting)
  2. Learn the mechanism and defenses of CSRF (Cross-Site Request Forgery)
  3. Acquire attack patterns and defense implementations for SQL Injection
  4. Be able to properly configure Content Security Policy (CSP)

Review of the Previous Session

  • Threat categories learned in Session 70 "Detailed Explanation of OWASP Top 10"
  • This time, we will delve deeply into A03:2021-Injection in particular
1/40

Apps - Try Now

SaaS web services and mobile apps from Yamashin Research Lab.

View Apps