Answered step by step
Verified Expert Solution
Question
1 Approved Answer
An insurance company has developed a new web application to allow its customers to choose and apply for an insurance plan. You have been asked
An insurance company has developed a new web application to allow its customers to choose and apply for an insurance plan. You have been asked to help perform a security review of the new web application. You have discovered that the application was developed in ASP and used MSSQL for its backend database. You have been able to locate an application's search form and introduced the following code in the search input field:
IMG SRCvbscript:msgboxVulnerabletoAttack"; originalAttributeSRC
originalPath"vbscript:msgboxVulnerabletoAttack ;
When you click submit on the search form, your web browser returns a popup window that displays VulnerabletoAttack. Which of the following vulnerabilities did you discover in the web application?
Crosssite request forgery
Command injection
Crosssite scripting This is the correct answer
SQL injection
Can you please provide an explanation as to why this answer is correct so I can be prepared on the CySA certification exam.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started