nerdexam
CompTIA

CS0-003 · Question #314

A security analyst reviews the following Arachni scan results for a web application that stores PII data: Which of the following should be remediated first?

The correct answer is A. SQL injection. SQL injection should be remediated first, as it is a high-severity vulnerability that can allow an attacker to execute arbitrary SQL commands on the database server and access, modify, or delete sensitive data, including PII. According to the Arachni scan results, there are two…

Submitted by deeparc· Mar 6, 2026Vulnerability Management

Question

A security analyst reviews the following Arachni scan results for a web application that stores PII data:

Which of the following should be remediated first?

Exhibit

CS0-003 question #314 exhibit

Options

  • ASQL injection
  • BRFI
  • CXSS
  • DCode injection

How the community answered

(14 responses)
  • A
    71% (10)
  • B
    14% (2)
  • C
    7% (1)
  • D
    7% (1)

Explanation

SQL injection should be remediated first, as it is a high-severity vulnerability that can allow an attacker to execute arbitrary SQL commands on the database server and access, modify, or delete sensitive data, including PII. According to the Arachni scan results, there are two instances of SQL injection and three instances of blind SQL injection (two timing attacks and one differential analysis) in the web application. These vulnerabilities indicate that the web application does not properly validate or sanitize the user input before passing it to the database server, and thus exposes the database to malicious queries. SQL injection can have serious consequences for the confidentiality, integrity, and availability of the data and the system, and can also lead to further attacks, such as privilege escalation, data exfiltration, or remote code execution. Therefore, SQL injection should be the highest priority for remediation, and the web application should implement input validation, parameterized queries, and least privilege principle to prevent SQL injection

Topics

#Web application security#SQL injection#PII#Vulnerability prioritization

Community Discussion

No community discussion yet for this question.

Full CS0-003 Practice