During a penetration test, it's found that a script from an external domain is executing malicious actions. This indicates a potential ________ vulnerability.

  • Cross-Origin Resource Sharing (CORS)
  • Cross-Site Request Forgery (CSRF)
  • Cross-Site Scripting (XSS)
  • SQL Injection
The presence of a script from an external domain executing malicious actions suggests a Cross-Site Scripting (XSS) vulnerability, where untrusted data is rendered without proper validation or escaping.
Add your answer
Loading...

Leave a comment

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