Question 198 of 270 from exam CAS-003: CompTIA CASP+

Question 198 of 270 from exam CAS-003: CompTIA CASP+

Question

Given the following:

//TODO — should this be odbc or jdbc?

var odbcString = getParameterByName (“queryString”, “dbConnector”) ;
doc.innerHTML = “DB connector: <b>” + odbcString + “</b>”;

document .body.appendChild (doc);

Which of the following vulnerabilities is present in the above code snippet?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.