Principle of Least Privilege
Noun · Security & Infosec
Definitions
A security principle that users, services, and applications should receive only the minimum permissions needed to perform their intended tasks and no more. It reduces blast radius by ensuring that compromise of one account or component does not automatically grant broad access.
In plain English: Giving each user or system only the access it actually needs.
Example: "The redesign followed the principle of least privilege, so the reporting service could read only aggregated metrics and nothing from the payment tables."