csrf (cross-site request forgery)

Cross-site request forgery (CSRF) is a type of security vulnerability where an attacker tricks a user's browser into making unintended and unauthorized requests to a different website. This occurs when the user is authenticated on the target website, allowing the attacker to manipulate their session and perform malicious actions without their knowledge or consent.

Requires login.