Subscribe to the Non-Human & AI Identity Journal

Rogue Certificate Authority

A rogue certificate authority is an untrusted CA that an attacker installs or abuses so a device accepts forged certificates as legitimate. In practice, it can let a malicious party intercept encrypted traffic while the endpoint still believes the connection is secure.

Expanded Definition

A rogue certificate authority is a CA that has been installed, trusted, or abused outside normal governance so endpoints accept attacker-issued certificates as legitimate. In NHI and IAM operations, the risk is not the certificate itself but the silent trust it creates across clients, agents, and services.

Definitions vary across vendors because some tools describe the condition as a trusted root compromise, while others treat it as certificate injection, TLS interception, or enterprise trust store abuse. No single standard governs this yet, but the operational effect is consistent: encrypted sessions can be observed, altered, or redirected without visible browser or client errors. That makes the issue especially relevant for agents, workloads, and service-to-service traffic, where users may not notice certificate changes.

For baseline context on modern identity and trust boundaries, NIST Cybersecurity Framework 2.0 emphasizes governance, protection, and monitoring across identity-dependent systems, while NHI programs should treat certificate trust as a control plane asset, not just a TLS detail.

The most common misapplication is assuming certificate validation alone is enough, which occurs when an endpoint or proxy trusts a malicious root already present in its trust store.

Examples and Use Cases

Implementing certificate trust controls rigorously often introduces operational friction, requiring organisations to weigh secure certificate pinning, root store governance, and rotation discipline against compatibility and support costs.

  • Enterprise proxy abuse: a malicious root is added to a managed laptop image, allowing inspection of SaaS, API, or internal traffic that should have remained confidential.
  • Compromised workload trust: an attacker plants a rogue CA on a server so internal agents accept forged certificates for backend services and secrets brokers.
  • Opaque lateral movement: a forged certificate lets an adversary impersonate a management endpoint and capture credentials during service enrollment or renewal.
  • Incident verification: the Sisense breach is a reminder that once trust boundaries are broken, certificate and secret handling can become part of a wider identity compromise chain.
  • Governance review: teams use the Ultimate Guide to NHIs — What are Non-Human Identities to map how certificate trust intersects with service accounts, automation, and offboarding.

Standards guidance is still evolving, but the practical lesson is stable: certificate authorities should be inventory-managed, approved, and continuously monitored like any other privileged identity control surface. The NIST Cybersecurity Framework 2.0 supports this mindset by tying asset visibility, protection, and continuous monitoring together.

Why It Matters in NHI Security

Rogue certificate authorities are dangerous because they convert cryptographic trust into attacker control. Once a forged root is trusted, the attacker can impersonate internal services, intercept API calls, and tamper with agent-to-platform traffic while the environment still reports successful TLS negotiation. That is particularly damaging in NHI programs, where machines, secrets, and automation frequently depend on certificates for authentication.

The scale problem is real: according to NHI Mgmt Group research, 97% of NHIs carry excessive privileges, which means a single trust-store compromise can expose more than one workload or service boundary. In parallel, NIST Cybersecurity Framework 2.0 reinforces that identity protection must be paired with continuous monitoring, not assumed after initial enrollment.

Practitioners should treat rogue CA detection as part of certificate lifecycle management, endpoint hardening, and secrets governance. It is also a common indicator that certificate hygiene, root store control, or internal PKI oversight has already failed.

Organisations typically encounter rogue certificate authority risk only after decrypted traffic, failed attestations, or unexplained service impersonation appears, at which point the trust model itself becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 Covers insecure secret and trust material handling that enables rogue CA abuse.
NIST CSF 2.0 PR.DS-1 Protects data in transit, which rogue CAs undermine by enabling TLS interception.
NIST Zero Trust (SP 800-207) SC.MA-1 Zero Trust requires continuous verification, not blind trust in installed certificates.

Verify service identity continuously and treat CA trust as a managed control, not a default.