← New search

Other meanings of Trusted User

Computing & Security

Trusted User

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.

1983
Orange Book published
TCSEC defines trusted computing base
1999
Clark-Wilson model formalized
Integrity model for trusted subjects
2023
Insider threats cost
$16.2M per incident (Ponemon)
1

Definition and Core Concepts

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.

2

Historical Context and Formal Models

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.

3

Modern Applications and Challenges

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.

4

Lesser-known aspects

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.

Glossary

TCB
Trusted Computing Base: the set of hardware, firmware, and software that enforces the security policy.
RBAC
Role-Based Access Control: an approach to restricting system access to authorized users based on roles.
PAM
Privileged Access Management: security solutions that manage and monitor privileged accounts.

The term 'trusted user' is also used in social contexts, but this article focuses on its technical meaning in computer security.