NIST 800-53 makes that control explicit in its principle of Least Privilege. It is blunt: give users and processes no more access than they need to perform their tasks. Nothing more. No exceptions without documentation and review. Under the AC-6 control family, Least Privilege is not vague policy—it is a measurable requirement.
The baseline: limit access rights for accounts, processes, and systems to the minimal necessary. Enforce it through role-based access, fine-grained permissions, and default-deny configurations. Elevate privileges only when required, and only for as long as required. Track every change.
Audit logs must record privilege assignments and use. NIST 800-53 pairs Least Privilege with separation of duties (AC-5) to reduce the chance of compromise from insider threats or misused accounts. When paired, these controls shrink the attack surface. They also give you verifiable proof of compliance.