Access Control Family (AC)
The Access Control (AC) family is a group of security requirements in NIST SP 800-53 that governs who is allowed to use an organization's systems, applications, and information, and what they are permitted to do once granted access. In simple terms, it is about making sure only authorized people and processes can reach specific data and functions, and that unauthorized ones are denied. It focuses primarily on logical access to systems rather than the physical security of buildings, which NIST addresses separately.
The Access Control (AC) family is one of the control families defined in NIST SP 800-53, comprising a set of controls that specify requirements for granting or denying requests to obtain and use information, information processing services, and system resources. It addresses the logical relationship between active entities (subjects such as users or processes acting on their behalf) and passive entities (objects such as data, applications, and services), enforcing authorization policies through mechanisms such as account management (AC-2) and access enforcement (AC-3). While the AC family concentrates on logical and technical access controls, certain controls may reference physical access authorizations; most facility-oriented, physical protection requirements reside in the separate Physical and Environmental Protection (PE) family. Implementation scope and the specific controls applied typically vary according to the selected baseline (e.g., low, moderate, high) and organizational context.
Why it matters
Access control is one of the most fundamental disciplines in information security because nearly every breach involves an attacker gaining access they should not have had, or an authorized user reaching data beyond their legitimate need. The Access Control (AC) family in NIST SP 800-53 gives organizations a structured set of requirements for governing who can use systems, applications, and information, and what they can do once granted access. Without disciplined access control, other investments in security tooling and monitoring lose much of their value, since a compromised or over-privileged account can bypass many downstream defenses.
The AC family matters because it operationalizes the principle that access should be granted only to authorized subjects and denied to everyone else. It addresses the relationship between active entities, such as users or the processes acting on their behalf, and passive entities, such as data, applications, and services. By defining requirements for account management, access enforcement, and related mechanisms, the family helps organizations reduce the risk that unauthorized parties obtain and use information or information processing services.
It is important to understand that adopting the AC family supports, but does not by itself guarantee, a strong security posture or any particular compliance outcome. The specific controls that apply, and how rigorously they are implemented, typically vary by the selected baseline (low, moderate, or high) and by organizational context. The value of these controls depends heavily on how consistently they are enforced, maintained, and reviewed over time rather than on their presence on paper.
Who it's relevant to
Inside AC
Common questions
Answers to the questions practitioners most commonly ask about AC.