The ___________ attack targets web applications by manipulating their client-side scripts to execute malicious actions.

  • Cross-site Request Forgery (CSRF)
  • Cross-site Script Inclusion (XSSI)
  • Cross-site Scripting (XSS)
  • SQL Injection
Cross-site scripting (XSS) is a type of security vulnerability where attackers inject malicious scripts into web pages viewed by other users. These scripts can execute unauthorized actions on the user's behalf, such as stealing session cookies or performing actions on the user's behalf without their consent. This type of attack targets client-side scripts in web applications, making it crucial for developers to validate and sanitize input to prevent XSS attacks.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *