A security analyst notices that a user has been granted access to files beyond their job function. Which principle is violated?
Trap 1: Authentication
Authentication verifies identity; it is not violated by excessive file access.
Trap 2: Non-repudiation
Non-repudiation prevents denial of actions; not related to access levels.
Trap 3: Accountability
Accountability ensures actions can be traced; not directly violated by excessive permissions.
- A
Least privilege
Correct. Excessive access violates the least privilege principle.
- B
Authentication
Why wrong: Authentication verifies identity; it is not violated by excessive file access.
- C
Non-repudiation
Why wrong: Non-repudiation prevents denial of actions; not related to access levels.
- D
Accountability
Why wrong: Accountability ensures actions can be traced; not directly violated by excessive permissions.