Subscribe to the Non-Human & AI Identity Journal

Certificate Misissuance

Certificate misissuance happens when a certificate is approved, created, or delivered outside the intended policy or validation process. It is a governance failure, not a cryptographic one, because the resulting certificate may still be valid while representing an identity or trust relationship that should never have been granted.

Expanded Definition

Certificate misissuance occurs when a certificate authority, internal PKI, or automated issuance workflow approves a certificate outside the intended policy, validation, or authorisation path. In NHI security, the important distinction is that the certificate may still be technically valid, trusted by systems, and fully functional, while the underlying identity or trust relationship never should have been granted.

This makes misissuance a governance and control failure, not a cryptographic failure. It overlaps with certificate lifecycle management, workload identity, and privileged service authentication, but it is narrower than general certificate misuse because the defect begins at issuance. Definitions vary across vendors when automated enrollment, delegated approval, and policy exceptions are involved, so organisations should anchor the term to their own approval criteria and trust chain rules. The NIST Cybersecurity Framework 2.0 is useful here because it frames identity governance as a control outcome rather than a tool feature, which helps keep issuance decisions accountable.

The most common misapplication is treating every valid certificate as legitimate, which occurs when teams check expiration and revocation status but never verify whether the issuance itself satisfied policy.

Examples and Use Cases

Implementing certificate governance rigorously often introduces workflow friction, requiring organisations to weigh fast machine onboarding against stricter validation, approvals, and auditability.

  • A CI/CD pipeline requests a workload certificate for a service account before ownership is verified, creating a valid trust artifact for an unapproved identity.
  • An internal CA issues a certificate with broader subject or SAN scope than policy allows, enabling a workload to authenticate as more than one intended system.
  • A delegated team renews a certificate after the original application owner has changed, but the control gate no longer reflects the current trust relationship.
  • A cloud workload receives a cert through automated enrollment, yet the issuing policy did not enforce the expected environment, namespace, or attestation check.
  • Security teams review the issue after reading the Ultimate Guide to NHIs — What are Non-Human Identities, then compare certificate issuance logs against intended service ownership and rotation rules.

In incident analysis, misissuance can also be seen when a certificate chain appears healthy but the identity proofing step was bypassed or mis-scoped. That is why teams often pair CA audit review with external guidance such as the NIST Cybersecurity Framework 2.0 and internal workload identity inventory checks.

Why It Matters in NHI Security

Certificate misissuance is dangerous because it can create durable, trusted access for an identity that was never meant to exist. In NHI environments, that can translate into unauthorized service-to-service trust, hidden lateral movement paths, and audit records that falsely suggest policy compliance. It is especially risky when certificates are used as the root of workload identity, mTLS trust, or API authentication, because the mistake is often invisible until an incident forces a forensic review.

NHIMG research shows how common the operational blind spots already are: 57% of organisations lack a complete inventory of their machine identities, and only 38% have automated certificate lifecycle management in place, according to The Critical Gaps in Machine Identity Management report. Those conditions make misissuance harder to detect and easier to normalize. The broader NHI context also matters, since the Sisense breach demonstrates how compromised or poorly governed non-human identities can become a practical attack path rather than a theoretical one.

Organisations typically encounter certificate misissuance only after an unauthorized workload is discovered, at which point trust restoration, certificate rekeying, and policy correction become 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-01 Covers identity lifecycle and trust-boundary failures that enable improper certificate issuance.
NIST CSF 2.0 PR.AA Addresses identity and authentication governance for trusted system access.
NIST Zero Trust (SP 800-207) Zero Trust requires strong identity verification before trust is granted to workloads.

Validate issuance authority, identity proofing, and ownership before any machine certificate is approved.