CERTIFIED-IN-CYBERSECURITY · Question #661
Which of the following is a best practice for securing web applications?
The correct answer is A. Regularly applying security patches and updates. Regularly applying security patches and updates (A) is a fundamental best practice for securing web applications. Software vulnerabilities are constantly being discovered, and vendors release patches to address them. Failing to apply these updates leaves known vulnerabilities…
Question
Which of the following is a best practice for securing web applications?
Options
- ARegularly applying security patches and updates
- BNone of the above
- CAllowing users to upload files without validation
- DUsing a weak password for the web application
How the community answered
(35 responses)- A94% (33)
- B3% (1)
- D3% (1)
Explanation
Regularly applying security patches and updates (A) is a fundamental best practice for securing web applications. Software vulnerabilities are constantly being discovered, and vendors release patches to address them. Failing to apply these updates leaves known vulnerabilities open to exploitation. The other options represent serious security failures: allowing unvalidated file uploads can lead to malware injection or remote code execution, and weak passwords make administrative accounts trivially easy to compromise.
Topics
Community Discussion
No community discussion yet for this question.