0 votes
in OWASP Top 10 Vulnerabilities by

What happens when an application takes user inputted data, and sends it to a web browser without proper validation and escaping?

       A. Cross Site Scripting

       B. Broken Authentication and Session Management

       C. Insecure Direct Object References

       D. Security Misconfiguration

1 Answer

0 votes
by

Correct answer is : Cross Site Scripting

Related questions

0 votes
asked Feb 12, 2022 in OWASP Top 10 Vulnerabilities by DavidAnderson
0 votes
asked Feb 12, 2022 in OWASP Top 10 Vulnerabilities by DavidAnderson
...