What does XSS stand for in web security?

  • Cross-Site Authentication
  • Cross-Site Request Forgery
  • Cross-Site Scripting
  • Cross-Site Server
Cross-Site Scripting (XSS) is a security vulnerability that allows attackers to inject malicious scripts into web pages. It can occur when a web application does not properly validate user input, allowing the attacker to execute scripts in the victim's browser.
Add your answer
Loading...

Leave a comment

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