Other meanings of Trusted User
Computing & Security
In computing, a trusted user is an individual who has been granted elevated privileges or access to a system, network, or data based on a formal or informal assessment of their reliability and intentions. The concept underpins many security models, distinguishing between users who are assumed to be non-hostile and those who are not. Trusted users often have the ability to bypass certain security controls, making them a critical focus for insider threat mitigation.
A trusted user is typically a system administrator, security officer, or other privileged account holder who has been vetted through background checks, training, or organizational role. In formal security models, such as the Bell-LaPadula model, trusted subjects are those that are not constrained by the simple security property or the *-property, because they need to perform maintenance or classification changes. The Trusted Computing Base (TCB), as defined in the Orange Book (TCSEC), includes hardware, firmware, and software that enforce the security policy; trusted users are those who interact with the TCB in a way that could compromise it if they were malicious.
The concept of a trusted user emerged with early multi-user operating systems, where system operators had complete control. The 1983 TCSEC (Orange Book) introduced the idea of a trusted computing base and defined levels of trust, from minimal (D) to verified (A1). Later, the Clark-Wilson integrity model (1987) distinguished between trusted and untrusted subjects, requiring that trusted users be allowed to change integrity labels but only through well-formed transactions. The Chinese Wall model (Brewer and Nash, 1989) also relies on the notion of trusted users who can access multiple conflict-of-interest classes under strict rules.
In contemporary systems, trusted users are often managed through role-based access control (RBAC) and privileged access management (PAM) tools. The principle of least privilege suggests that even trusted users should have only the minimum necessary rights, reducing the risk of accidental or malicious misuse. Insider threats remain a significant concern: the 2023 Ponemon Institute report found that insider-related incidents cost an average of $16.2 million per year, with a large portion involving privileged users. Techniques such as just-in-time privilege elevation, session monitoring, and behavioral analytics are used to mitigate these risks.
One lesser-known aspect is the role of trusted users in legacy systems like mainframes, where the concept of a 'trusted path' was crucial to prevent Trojan horse attacks. Another is the use of trusted users in secure boot processes: in UEFI, a trusted user can enroll keys to sign bootloaders, a process that has been exploited in attacks like LoJax. In cloud computing, the 'trusted user' role is often formalized as a 'break-glass' account for emergency access, but these accounts are frequently misconfigured. Additionally, the term appears in social engineering contexts, where attackers target trusted users to gain initial footholds, as seen in the 2020 SolarWinds attack.
The term 'trusted user' is also used in social contexts, but this article focuses on its technical meaning in computer security.
Help improve the encyclopedia. Reports go straight to the site manager.