CompTIA Exam Questions

Which of the following security principles would be most helpful in preventing privilege escalation?

Which of the following security principles would be most helpful in preventing privilege escalation?

A.
Single point of failure

B.
Least privileges

C.
Implicit deny

D.
Job rotation

Explanation:
By assigning the least privileges needed for each user, the odds of privilege escalation are reduced. The principle of least privilege gives a user only those privileges that are essential to do his/her work. In information security, computer science, and other fields, the principle of least privilege is also known as the principle of minimal privilege or least privilege. It defines that in a particular abstraction layer of a computing environment, every module must be able to access only the information and resources that are essential for its legitimate purpose, it requires that each subject in a system be granted the most restrictive set of privileges required for authorized tasks.

Answer option D is incorrect. Job rotation, while a good security concept, will have no effect on privilege escalation.

Answer option C is incorrect. Implicitly denying any user any access until authorized, won’t affect privilege escalation.

Answer option A is incorrect. A single point of failure is actually a negative, and does not improve security.