A web application allows user input to be directly included in page scripts without proper encoding. This leads to malicious scripts being executed in the context of other users' sessions, demonstrating a ____________ vulnerability.

  • Clickjacking
  • Cross-Site Request Forgery (CSRF)
  • Cross-Site Scripting (XSS)
  • SQL Injection
The described vulnerability is Cross-Site Scripting (XSS), where user input is not properly encoded, allowing malicious scripts to be executed in the context of other users' sessions. XSS can lead to the theft of sensitive information or session hijacking. Identifying and mitigating XSS vulnerabilities is essential for securing web applications against client-side attacks.__________________________________________________
Add your answer
Loading...

Leave a comment

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