nerdexam
Cisco

200-901 · Question #499

Which type of OWASP threat uses malicious scripts that are injected into otherwise benign and trusted websites?

The correct answer is C. XSS. Cross-Site Scripting (XSS) is a type of OWASP (Open Web Application Security Project) threat that involves the injection of malicious scripts into trusted websites. This can occur when user input is not properly validated, allowing attackers to insert scripts that are then…

Software Development and Design

Question

Which type of OWASP threat uses malicious scripts that are injected into otherwise benign and trusted websites?

Options

  • Abrute force
  • Bman-in-the-middle
  • CXSS
  • DSQL injection

How the community answered

(19 responses)
  • A
    5% (1)
  • C
    89% (17)
  • D
    5% (1)

Explanation

Cross-Site Scripting (XSS) is a type of OWASP (Open Web Application Security Project) threat that involves the injection of malicious scripts into trusted websites. This can occur when user input is not properly validated, allowing attackers to insert scripts that are then executed by other users' browsers. XSS can lead to a range of attacks, including stealing sensitive information, session hijacking, defacement of websites, and more.

Topics

#OWASP#XSS#Web Application Security#Client-Side Scripting

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice