Least privilege

From OWASP

Jump to: navigation, search

This is a principle or a set of principles. To view all principles, please see the Principle Category page.


This template will categorize articles that include it into the Category:Stub category.

Overview

The principle of least privilege recommends that accounts have the least amount of privilege required to perform their business processes. This encompasses user rights, resource permissions such as CPU limits, memory, network, and file system permissions.

For example, if a middleware server only requires access to the network, read access to a database table, and the ability to write to a log, this describes all the permissions that should be granted. Under no circumstances should the middleware be granted administrative privileges.

Personal tools