Join our Newsletter — 33% off our NHI Course

How should OEMs build a zero trust architecture for connected devices from the start?

OEMs should establish a root of trust early, then build device identity, key management, and certificate trust around it. The practical goal is to make every device prove origin and authenticity before it is trusted. Design choices for hardware, software, or hybrid roots of trust should be made up front, because they shape security, resilience, and future scalability.

Building Zero Trust Into Connected Devices Before Shipping

For OEMs, zero trust architecture for connected devices is not a policy overlay added after launch. It is an engineering decision about how a device will prove what it is, how it will be recognised, and how trust will be revoked if assumptions fail. The earliest design choices affect whether identity, key protection, secure boot, and attestation can be enforced consistently across the fleet. NIST’s Zero Trust Architecture guidance is useful here because it treats trust as something to be continuously evaluated, not implicitly granted once a device is on the network.

The security stakes are high because connected devices are often deployed for years, distributed at scale, and difficult to patch uniformly. If the trust model is vague at design time, later controls tend to become fragmented: one boot path, one key store, and one update process behave differently from another. That inconsistency weakens assurance and complicates fleet governance. In practice, many security teams encounter trust failures only after devices have already shipped with hard-coded assumptions that cannot be safely changed.

What a Device-First Zero Trust Design Actually Needs

OEMs should treat the device as an identity-bearing asset from the first architecture review, not as a passive endpoint that will be managed later. That means defining the root of trust, provisioning flow, credential lifecycle, and attestation path before hardware is frozen. A strong design usually includes secure boot, immutable or tightly controlled trust anchors, unique device credentials, and a way to validate firmware integrity during startup and update.

Operationally, the question is not whether the device can connect, but whether it can continuously earn trust. That requires clear separation between manufacturing-time trust, first-boot enrollment, normal operation, and recovery after compromise or replacement. It also requires a revocation model that works at fleet scale. If a certificate, key, or device profile is suspected to be compromised, the OEM and operator need a reliable way to disable trust without bricking legitimate devices or creating unsafe fallback modes.

Common design failures include shared credentials across fleets, weak factory provisioning, update channels that are not independently authenticated, and recovery processes that silently relax security. Those flaws matter because connected devices often sit at the edge of the enterprise trust boundary, where a single weak model can create broad exposure. The safer approach is to make verification explicit at every step, then ensure the device can prove its state again after reboot, update, or network change.

  • Define identity, trust anchor, and attestation requirements before the platform is finalised.
  • Separate manufacturing provisioning from operational enrollment so production shortcuts do not become permanent weaknesses.
  • Use cryptographic verification for boot, firmware updates, and key use rather than relying on device location or network segment.
  • Design revocation and replacement paths as first-class functions, not afterthoughts.

The European Cyber Resilience Act is relevant because it reinforces the expectation that security is built into connected products rather than bolted on later.

Where this breaks down is in highly constrained devices that cannot support strong cryptography or remote attestation without hardware changes, because then the architecture decision is really a product constraint decision.

When Zero Trust Patterns Need to Be Adapted, Not Repeated

Tighter trust controls often increase manufacturing, provisioning, and lifecycle overhead, so OEMs must balance stronger assurance against cost, power, and support constraints. That tradeoff is most visible in low-power and long-lived devices, where every added security step has to survive mass production, intermittent connectivity, and field replacement.

There is also a practical difference between consumer devices, industrial systems, and safety-adjacent equipment. Some environments can tolerate more frequent re-authentication and online verification, while others need local continuity even when connectivity is poor. Guidance is not fully uniform across these categories, and practitioners should treat any one-size-fits-all model with caution. The core principle still holds: trust should be explicit and revocable, but the mechanism used to enforce it must fit the device class.

A second edge case is third-party manufacturing or outsourced provisioning. In those cases, the OEM must control who can mint device trust and how that authority is audited. If the provisioning process is not tightly governed, the resulting device identity becomes harder to defend than the device itself.

The most common mistake is to assume that a secure network compensates for weak device foundations. It rarely does. Zero trust for connected devices begins with what the hardware can prove, not with where the device happens to be deployed.

Standards & Framework Alignment

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

NIST CSF 2.0, NIST Zero Trust (SP 800-207) and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.DS-1 — Data-at-Rest Protection Device trust depends on protecting keys and firmware from tampering.
PR.DS-6 — Integrity Verification Zero trust devices must verify boot and update integrity before trusting state.
PR.AC-1 — Identities and Credentials Issued, Managed, Verified, Revoked, and Audited OEMs need lifecycle control over device identities and credentials from manufacture onward.
Recommendation — Protect device keys and stored firmware so trust anchors remain resistant to alteration. Verify firmware and boot integrity before allowing the device to operate. Issue, verify, rotate, and revoke device identities under a controlled lifecycle.
NIST Zero Trust (SP 800-207) ID — Identity The question centers on establishing device identity as the basis of zero trust.
Recommendation — Bind every device to a unique, verifiable identity before it is granted trust.
CIS Controls v8 5.1 — Establish and Maintain an Inventory of Enterprise Assets Connected device trust begins with knowing what devices exist and how they are controlled.
Recommendation — Maintain an authoritative device inventory to support trust, enrollment, and revocation.

Practitioner Guidance

What to prioritise: Lock down the trust boundary first. If the OEM cannot explain how a device is born, enrolled, validated, updated, and revoked, the rest of the security model is premature.

What to verify: Confirm that the chosen hardware and firmware path can support unique identity, authenticated updates, and state verification without fallback to shared secrets or factory defaults. If those assumptions do not hold in production, treat the design as incomplete rather than compensating later with network controls.

Decision rule: If a control only works while the device is online and healthy, do not confuse it with a root-of-trust mechanism. The safer test is whether the device can still be distinguished, validated, and constrained after reboot, transfer, or partial compromise.

Practitioner takeaway: For OEMs, zero trust is not a policy declaration but a product architecture choice, and the most expensive mistakes are usually the ones baked into manufacturing and provisioning before the first shipment.