SSCP · Question #192
An access system that grants users only those rights necessary for them to perform their work is operating on which security principle?
The correct answer is B. Least Privilege. The security principle where users are granted only the minimum necessary rights to perform their job functions is known as Least Privilege.
Question
An access system that grants users only those rights necessary for them to perform their work is operating on which security principle?
Options
- ADiscretionary Access
- BLeast Privilege
- CMandatory Access
- DSeparation of Duties
How the community answered
(23 responses)- B87% (20)
- C4% (1)
- D9% (2)
Why each option
The security principle where users are granted only the minimum necessary rights to perform their job functions is known as Least Privilege.
Discretionary Access Control (DAC) allows resource owners to control access to their resources, which is not about granting only necessary rights but about ownership-based control.
The principle of least privilege dictates that users, programs, and processes should be granted only the essential permissions to perform their intended tasks and nothing more. This minimizes the attack surface and potential damage from misuse or error, significantly reducing the impact of a security breach or system compromise.
Mandatory Access Control (MAC) is a strict access control model where access decisions are based on security labels assigned to subjects and objects, enforced by the system, not merely 'necessary rights'.
Separation of Duties divides critical tasks among multiple individuals to prevent any single person from completing a fraudulent or malicious action alone, which is different from granting minimum necessary rights.
Concept tested: Principle of Least Privilege
Source: https://learn.microsoft.com/en-us/security/privileged-access-workstations/security-principle-of-least-privilege
Topics
Community Discussion
No community discussion yet for this question.