Exam CS0-003 All QuestionsBrowse all questions from this exam
Question 239

A company has a primary control in place to restrict access to a sensitive database. However, the company discovered an authentication vulnerability that could bypass this control. Which of the following is the best compensating control?

    Correct Answer: C

    Deploying an additional layer of access controls to verify authorized individuals is the best compensating control for mitigating an authentication vulnerability. This can include implementing multi-factor authentication (MFA) or other strong authentication mechanisms, which provide an extra layer of security. Even if the primary control can be bypassed, additional access controls ensure that only authorized users can gain entry to the sensitive database, thereby effectively addressing the identified vulnerability.

Discussion
maggie22Option: C

access controls MFA. directly mitigates the risk posed by the authentication vulnerability. It ensures that even if the primary authentication mechanism is compromised, unauthorized access is still prevented by requiring an additional verification step.

Todd69420Option: C

Option C (Deploying an additional layer of access controls to verify authorized individuals) directly addresses the identified authentication vulnerability. By adding an extra layer of access controls, such as multi-factor authentication (MFA) or stronger authentication mechanisms, the company can mitigate the risk of unauthorized access due to the authentication bypass vulnerability. This compensating control strengthens the security posture by requiring additional verification steps for individuals attempting to access the sensitive database, thereby reducing the impact of the discovered vulnerability.

MatariaOption: D

authorized?