In an audit, a security expert discovers that a web application is vulnerable to CSRF. The most likely missing security measure is ________.
- Anti-CSRF Tokens
- HTTPS Encryption
- Input Validation
- Session Tokens
Cross-Site Request Forgery (CSRF) is an attack where an attacker tricks the victim's browser into performing an undesired action. To prevent CSRF, web applications commonly use anti-CSRF tokens that are unique per user session. This helps ensure that the request originates from the legitimate user.
Loading...
Related Quiz
- A common method to secure file uploads is to validate the file's ________ and size.
- For complex schema management, CodeIgniter's ________ utility is essential for keeping database structures in sync.
- For advanced XML processing, CodeIgniter can be integrated with the PHP extension _______________.
- In a multi-environment setup, a developer uses CodeIgniter's ________ utility to manage different database configurations seamlessly.
- Regular expressions are often used in _________ to filter out harmful SQL patterns.