CSRF attacks primarily target which aspect of a web application?
- Cross-Site Request Forgery
- Cross-Site Scripting
- Session Management
- User Authentication
Cross-Site Request Forgery (CSRF) attacks target the integrity of a web application by forcing the victim to perform unwanted actions without their consent, often leading to actions like changing passwords or making financial transactions.
Loading...
Related Quiz
- How do migrations in CodeIgniter assist in maintaining consistency across different environments?
- Which HTTP method is commonly used for sending data during the OAuth authentication process?
- To return the last executed query as a string, Active Record Class provides the method ________.
- ________ is a common protocol used alongside OAuth for secure authorization.
- To strengthen CSRF defenses, the technique of ________ is used to ensure the origin of the request.