Jump to content

Privilege bracketing

From Wikipedia, the free encyclopedia

In computer security, privilege bracketing is a temporary increase in software privilege within a process to perform a specific function, assuming those necessary privileges at the last possible moment and dismissing them as soon as no longer strictly necessary, therefore ostensibly avoiding fallout from erroneous code that unintentionally exploits more privilege than is merited. It is an example of the use of principle of least privilege in defensive programming. The principle of least privilege, on which the technique is based, is defined by the U.S. National Institute of Standards and Technology as designing a security architecture "so that each entity is granted the minimum system resources and authorizations that the entity needs to perform its function".[1]

Difference

[edit]

It should be distinguished from privilege separation, which is a much more effective security measure that separates the privileged parts of the system from its unprivileged parts by putting them into different processes, as opposed to switching between them within a single process.

Example

[edit]

A known example of privilege bracketing is in Debian/Ubuntu: using the 'sudo' tool to temporarily acquire 'root' privileges to perform an administrative command.[2] A Microsoft Powershell equivalent is "Just In Time, Just Enough Admin".[3]

See also

[edit]

References

[edit]
  1. Joint Task Force (September 2020). Security and Privacy Controls for Information Systems and Organizations (Report). National Institute of Standards and Technology. doi:10.6028/NIST.SP.800-53r5. NIST Special Publication 800-53, Revision 5.
  2. "Linux 101: Introduction to sudo". linux.com. 12 May 2010.
  3. "JitJea: A Windows PowerShell Toolkit to Secure a Post-Snowden World".
Privilege bracketing
Morty Proxy This is a proxified and sanitized view of the page, visit original site.