QuestionQ447

Application Deployment and Security

Which category of OWASP threat involves malicious scripts injected into otherwise benign, trusted websites?

  • A brute force
  • B man-in-the-middle
  • C XSS
  • D SQL injection
Explanation

Cross-site scripting (XSS) injects malicious client-side scripts into trusted web pages, which can then execute in visitors’ browsers.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!