ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 30 - CS0-003 discussion

Report
Export

A security analyst obtained the following table of results from a recent vulnerability assessment that was conducted against a single web server in the environment:

Which of the following should be completed first to remediate the findings?

A.
Ask the web development team to update the page contents
Answers
A.
Ask the web development team to update the page contents
B.
Add the IP address allow listing for control panel access
Answers
B.
Add the IP address allow listing for control panel access
C.
Purchase an appropriate certificate from a trusted root CA
Answers
C.
Purchase an appropriate certificate from a trusted root CA
D.
Perform proper sanitization on all fields
Answers
D.
Perform proper sanitization on all fields
Suggested answer: D

Explanation:

The first action that should be completed to remediate the findings is to perform proper sanitization on all fields. Sanitization is a process that involves validating, filtering, or encoding any user input or data before processing or storing it on a system or application. Sanitization can help prevent various types of attacks, such as cross-site scripting (XSS), SQL injection, or command injection, that exploit unsanitized input or data to execute malicious scripts, commands, or queries on a system or application. Performing proper sanitization on all fields can help address the most critical and common vulnerability found during the vulnerability assessment, which is XSS.

asked 02/10/2024
Andrew Chan
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first