- Home
- All questions
- Question 582
CompTIA Security+ study material · question 582 of 611
A team adds CSRF tokens to every endpoint, including read-only ones. What is the effect?
Show the answer
Answer: C. Effort spent without reducing risk, since only state-changing requests need the token
Forging a read has no effect the attacker can observe, so the token adds nothing there.
Source: OWASP Cross-Site Request Forgery Prevention Cheat Sheet (OWASP) — OWASP CSRF Prevention Cheat Sheet › Token-Based Mitigation