MedTech Terms
    The authoritative reference
    All terms

    Zero Trust Architecture

    A security model that authenticates and authorizes every access, regardless of network location.

    Reviewed by Christian Espinosa, Founder, Blue Goat CyberLast reviewed May 5, 2026

    Definition

    Zero Trust Architecture (ZTA) is a cybersecurity model - formalized by NIST SP 800-207 (2020) - that assumes no implicit trust based on network location and instead requires every access decision to be authenticated, authorized, and continuously validated. ZTA's tenets include: every resource is treated as a resource to be accessed, all communications are secured regardless of network location, access is granted on a per-session basis, and policies are dynamic and enforced at fine granularity.
    What the regulation says
    Zero Trust is the federal direction (Executive Order 14028, OMB M-22-09) and is increasingly expected by hospital security teams. FDA's 2023 cybersecurity guidance does not mandate Zero Trust by name but expects modern security architectures, of which ZTA is the consensus expression.

    What this means in practice

    Connected medical devices challenge classical Zero Trust assumptions because they are often resource-constrained, long-lived, and deployed on segmented OT networks. Practical MedTech ZTA usually means strong device identity (per-device certificates), mutual TLS for every service interaction, and centralized policy enforcement at the gateway or service mesh - not full ZTA inside the device itself.
    Common pitfalls
    • Treating Zero Trust as a product purchase rather than an architectural decision.
    • Forgetting that legacy medical devices cannot meet ZTA requirements without compensating controls.
    • Implementing mutual TLS without a credible certificate-rotation and revocation story.

    Frequently asked questions

    No. ZTA is an architectural pattern. Vendors sell components (identity providers, policy engines, microsegmentation) that support ZTA, but adoption is an organizational program, not a purchase.

    Primary references

    3 sources
    Link health: 3 verified· last checked 2026-05-09
    NIST·1OMB·1CISA·1
    1. 1
      NIST SP 800-207 Zero Trust Architecture
      Verified
      NISTcsrc.nist.gov
    2. 2
      OMB M-22-09 Federal Zero Trust Strategy
      Verified
      OMBwhitehouse.gov
    3. 3
      CISA - Healthcare and Public Health Sector
      Verified
      CISAcisa.gov

    Inline markers like [1] jump to the matching reference above.