The Principle of Least Privilege (PoLP), also known as the principle of minimal privilege or least authority, is a core security model designed to limit the blast radius of accidents, errors, or malicious attacks. By restricting access rights for users, applications, and system components to only what is essential for their current task, it reduces the attack surface and contains potential damage. This principle is a critical component of Zero Trust Architecture and is enforced through mechanisms like Role-Based Access Control (RBAC) and Attribute-Based Access Control (ABAC).
