Skip to content

NIST SP 800-213 and 8259A: US baseline for IoT cybersecurity

Guide · NIST IoT cybersecurity

Between 2020 and 2021, the National Institute of Standards and Technology published a family of documents that still anchor the US baseline for IoT cybersecurity today, NISTIR 8259, 8259A, 8259B, SP 800-213 and SP 800-213A. The path is legislative, the IoT Cybersecurity Improvement Act of December 2020 directed NIST to produce these standards to govern federal procurement of connected devices. Five years on, the perimeter has broadened, Executive Order 14028 reinforced the background, and the Cyber Trust Mark programme builds on the same architecture to address the consumer market. This guide presents the lineage of the documents, the content of the six technical capabilities of 8259A and the four non-technical capabilities of 8259B, the profiling logic of SP 800-213, and the mapping with ETSI EN 303 645 and the Cyber Resilience Act.

Genesis: from Mirai to the IoT Cybersecurity Improvement Act

Section titled “Genesis: from Mirai to the IoT Cybersecurity Improvement Act”

The US context resembles the one that produced EN 303 645 in Europe. From 2016 onwards, the Mirai botnets demonstrated that millions of connected devices shipped with universal default passwords could be conscripted into distributed denial-of-service attacks at very large scale. US federal agencies, in parallel, were buying a growing volume of connected devices, IP cameras, building sensors, medical devices, industrial controls, without a common cybersecurity framework.

NIST launched a dedicated programme as early as 2017, "Cybersecurity for IoT", and published NISTIR 8259, titled "Foundational Cybersecurity Activities for IoT Device Manufacturers", in May 2020. That document defines six activities every manufacturer should conduct to ship a connected device with defensible cybersecurity. It set the stage for the technical baseline 8259A, published in May 2020, and the non-technical baseline 8259B, published in August 2021.

On the legislative side, Congress passed H.R. 1668, the IoT Cybersecurity Improvement Act, signed on 4 December 2020 (Public Law 116-207). The act directs NIST to publish minimum cybersecurity standards for connected devices acquired by federal agencies, and requires the Office of Management and Budget (OMB) to issue procurement policies aligned with those standards. NIST responded with the SP 800-213 series, published in late 2021, which translates the 8259A/B baseline into the federal acquisition grammar.

Executive Order 14028 of 12 May 2021, "Improving the Nation's Cybersecurity", layered a transversal frame over the entire software and hardware supply chain of the federal government. Without targeting IoT exclusively, it reinforces the authority of NIST publications and accelerates their operational adoption in federal contracts.

The NIST IoT family currently includes six main documents, related as follows.

DocumentDateAudiencePurpose
NISTIR 8259May 2020ManufacturersSix foundational pre and post-market activities
NISTIR 8259AMay 2020ManufacturersSix core technical device capabilities
NISTIR 8259BAugust 2021ManufacturersFour non-technical manufacturer activities
NIST SP 800-213November 2021Federal agenciesCapability selection methodology
NIST SP 800-213ANovember 2021Federal agenciesDetailed capability catalogue
NISTIR 8425March 2024Consumer manufacturersConsumer baseline derived from 8259A, Cyber Trust Mark anchor

The next table summarises the cross-references between documents.

FromToNature of the reference
SP 800-2138259ACites the technical baseline
SP 800-2138259BCites the non-technical baseline
SP 800-213A8259A and 8259BExtends as detailed catalogue
82598259A and 8259BMethodological prerequisite
84258259AConsumer specialisation
IoT CIA 2020NISTStatutory publication mandate

The architecture has three tiers. Above, the statutory mandate and Executive Order. In the middle, the methodological doctrine (8259) and the capability baselines (8259A, 8259B). Downstream, the guides aimed at federal buyers (SP 800-213, 213A) and sector-specific specialisations, including 8425 for the consumer market.

NISTIR 8259A: the six core technical capabilities

Section titled “NISTIR 8259A: the six core technical capabilities”

NISTIR 8259A lists six technical capabilities that any connected device should be able to present in an environment where cybersecurity matters. The document insists on the word "capability" rather than "requirement", the idea being that the product must provide the mechanism, the buying organisation remaining free to enable and configure it according to its context.

The product must be able to identify itself uniquely on the network and to its associated applications. The identifier must be stable, verifiable, and distinct from any other instance of the same model. Acceptable options include hardware-anchored identifiers, X.509 certificates provisioned in factory, or identifiers assigned during a secure initial enrolment. This capability underpins traceability, revocation, and fleet inventory.

The product must allow an authorised user to configure its security parameters, passwords, certificates, update policies, enabled services. The configuration must be integrity-protected, traceable, and accessible both to an end user and to a fleet management system. The capability also covers the restoration of a secure default configuration, which must not be confused with restoring a factory-default configuration that is itself insecure.

All data stored on the device, processed by it or transmitted off-device must be protectable in confidentiality and integrity by recognised cryptographic mechanisms. NISTIR 8259A refers to the cryptographic suites recommended by NIST SP 800-175B, and to FIPS 140-3 for certifiable cryptographic modules. Persistent secrets, private keys, root-of-trust certificates, must be stored in a hardware secure element or a trusted execution environment.

Every logical interface of the product, local or networked, must enforce access control. Authentication must rest on a strong factor or a combination of factors, and sessions must time out after a documented period of inactivity. Hardware debug interfaces (UART, JTAG, SWD) must be disabled or protected in production builds, failing which they nullify every other measure.

The product must be able to receive software or firmware updates, verify their integrity and authenticity, and apply them without bricking the device. The mechanism must provide a rollback path on failure, application logs, and a clear indication of the current version. NISTIR 8259A emphasises authenticity, a cryptographic signature of the firmware with chain verification by the bootloader, and availability, a manufacturer that does not publish updates does not satisfy the capability.

The product must be able to surface its current security state, active configuration, software version, significant security events. This capability feeds monitoring and audit systems and allows the detection of a device that has left its nominal state. Logs can be local, transmitted to a management server, or exposed through a secure inspection interface.

Tabular summary of the six 8259A capabilities

Section titled “Tabular summary of the six 8259A capabilities”
CapabilityPurposeExample mechanism
IdentificationIdentify device uniquely and verifiablyX.509 certificate provisioned in factory
ConfigurationAllow secure configuration by authorised userTLS admin interface + strong authentication
Data protectionProtect stored data and data in transitTLS 1.3, AES-256-GCM, Secure Element
Logical accessControl access to product interfacesRBAC, bounded sessions, debug disabled
Software updateUpdate securely and reversiblySigned firmware, A/B partitions, rollback
State awarenessExpose current security stateStructured logs, reporting to an MDM

NISTIR 8259B: the four non-technical capabilities

Section titled “NISTIR 8259B: the four non-technical capabilities”

Where 8259A describes the device, 8259B describes what the manufacturer must provide around the device so that it can live securely over time. The document is short but structural. Four families of capabilities are enumerated.

The manufacturer must produce and maintain documentation explaining the product security functions, its relevant architecture, its interfaces, its default configurations and the options available to the user or administrator. Documentation explicitly includes security assumptions (for example "the product assumes a protected network environment") and known limitations.

Security-relevant information, support periods, alerts, patches, must be published proactively and accessibly. This capability extends documentation into active communication. NIST recommends a durable channel, stable web page, RSS feed, mailing lists, rather than a single marketing announcement.

The manufacturer must help users and administrators understand how to operate the product securely. That includes onboarding guides, configuration best practice, and a clear warning about the consequences of risky configurations. For products targeting organisations, administrator training is explicitly mentioned.

Query reception and vulnerability disclosure

Section titled “Query reception and vulnerability disclosure”

The manufacturer must accept and process support requests, security questions and vulnerability reports. NIST references ISO/IEC 29147 (Vulnerability disclosure) and ISO/IEC 30111 (Vulnerability handling). A published coordinated disclosure policy is expected, with dedicated channels and documented response timeframes.

Tabular summary of the four 8259B capabilities

Section titled “Tabular summary of the four 8259B capabilities”
CapabilityManufacturer activityExternal reference
DocumentationDescribe architecture, functions and security assumptionsNIST SP 800-53 SA family
DisseminationPublish security information proactivelyNIST SP 800-150 (CTI sharing)
EducationTrain users and administratorsNIST SP 800-50
Query reception and VDPAccept reports, handle vulnerabilitiesISO/IEC 29147, ISO/IEC 30111

Forgetting 8259B is one of the recurring pitfalls when adopting the baseline. A product may flawlessly implement the six 8259A capabilities and still fall short of SP 800-213 for lack of a disclosure policy, an active support page, or current documentation.

SP 800-213 and 800-213A: the federal-buyer lens

Section titled “SP 800-213 and 800-213A: the federal-buyer lens”

The 8259A and 8259B documents address manufacturers. NIST SP 800-213 and SP 800-213A address federal buyers. The viewpoint changes, but the vocabulary remains consistent.

SP 800-213 explains how a federal agency should integrate IoT cybersecurity into its procurement process. The approach unfolds in four steps.

  1. Identify the role of the device in the agency information system, consistent with FIPS 199 categorisation (Low, Moderate, High) and the NIST SP 800-37 risk management framework.
  2. Select the relevant capabilities from the SP 800-213A catalogue, starting from the 8259A/B baseline and tailoring it to context. A surveillance camera at a sensitive site will not call for the same capabilities as a temperature sensor in a warehouse.
  3. Formalise contractual requirements to the supplier, in the form of acquisition clauses citing the selected capabilities. The document offers template language.
  4. Verify and audit that the delivered product presents the required capabilities, either through documented manufacturer self-attestation, or through independent assessment proportionate to the risk level.

SP 800-213A is a detailed catalogue of IoT capabilities, technical and non-technical, a direct extension of the 8259A and 8259B baselines. Each capability is documented by an identifier, a description, sub-capabilities, supporting references, and example mechanisms. The catalogue comprises several dozen capabilities, organised into fourteen families, most of which exceed the strict scope of 8259A to address specialised use cases (advanced cryptography, physical security, resilience capabilities under failure, integration with identity management infrastructures).

The catalogue is designed as a library. An agency does not select everything, it picks a subset adapted to its risk profile and use case. The document offers predefined profiles, for instance for federal medical devices, industrial equipment, consumer IoT used in professional environments.

The core mechanism of SP 800-213 is profiling. Rather than imposing a fixed list, the document invites the federal buyer to construct a capability profile fitted to its context. The variables are as follows.

VariableEffect on the profile
FIPS 199 categorisationSets the depth of required capabilities
Operational environmentIndustrial, medical, office, field
Network connectivityIsolated, internal network, internet-exposed
Data processedPublic, sensitive, personal data, classified
Expected lifetimeDrives the required support period

For a temperature sensor at a non-sensitive industrial site, the profile may be limited to the six 8259A capabilities with moderate stringency. For a connected medical device in a military hospital, the profile draws additional capabilities from SP 800-213A, with independent audit and FIPS 140-3 cryptographic module certification.

This flexibility is also the weak point of the construct. If the profile is not articulated with rigour, the contractual requirement becomes vague and the buyer struggles to verify compliance. NIST has published, alongside SP 800-213, example profiles, but the exercise remains the responsibility of the agency.

For a manufacturer addressing both the US and the European markets, the mapping between 8259A capabilities and EN 303 645 provisions is critical. The two references cover a broad thematic intersection. The next table proposes a synthetic correspondence.

8259AClosest EN 303 645 provisions
Device identification5.6 (attack surface), 5.4 (credential storage)
Device configuration5.1 (default passwords), 5.12 (installation and maintenance)
Data protection5.5 (secure communications), 5.8 (personal data), clause 6
Logical access to interfaces5.6 (attack surface), 5.4 (credentials), 5.13 (input validation)
Software update5.3 (updates), 5.7 (software integrity)
State awareness5.10 (telemetry review), 5.9 (resilience)

No 8259A capability is in contradiction with an EN 303 645 provision. The discrepancies are about slicing and emphasis. EN 303 645 isolates personal data protection in a dedicated clause (clause 6), whereas 8259A handles it under the broader data-protection capability. Conversely, 8259A gives greater visibility to cybersecurity state awareness, which EN 303 645 addresses through telemetry and resilience.

For 8259B, the correspondence runs essentially through EN 303 645 provisions 5.2 (vulnerability disclosure) and 5.3 (support period), with documentary elements appearing in clauses 5.12 and 6.2. Here again the content largely overlaps, the slicing differs.

A manufacturer preparing for dual conformity typically maintains a consolidated provisions matrix, with one column per reference text and one row per requirement. The same approach is used by assessment laboratories that serve both markets.

Relationship with the Cyber Resilience Act and the Cyber Trust Mark

Section titled “Relationship with the Cyber Resilience Act and the Cyber Trust Mark”

Four texts now coexist in the global IoT cybersecurity ecosystem.

TextGeographyAudienceStatus
NIST 8259A / SP 800-213United StatesFederal + industrialMandatory federal, voluntary elsewhere
ETSI EN 303 645InternationalConsumer IoTVoluntary, anchor for national schemes
EU Cyber Resilience ActEUProducts with digital elementsMandatory from 11 December 2027
NISTIR 8425 / Cyber Trust MarkUnited StatesConsumer IoTVoluntary (FCC)

NIST 8259A must not be conflated with the Cyber Trust Mark, and the point deserves emphasis. The Cyber Trust Mark, managed by the FCC, is a consumer-facing labelling programme whose technical anchor is NISTIR 8425. The 8425 is a consumer specialisation of 8259A, with adjustments aimed at user-facing legibility (visible support period, QR-code label, etc.). For an industrial product or one destined for a federal agency, 8259A and SP 800-213 remain the reference, not 8425.

The relationship with the EU CRA is more indirect. The CRA is a regulation, therefore directly applicable in the EU from 11 December 2027. Its essential requirements largely overlap with the 8259A/B baseline, but their normative expression will run through future European harmonised standards. For a North American manufacturer exporting to the EU, the investment in 8259A and SP 800-213 will be reusable, but the capabilities will need to be explicitly mapped to the CRA essential requirements, and probably to EN 18031 for radio products.

A coherent path to 8259A and SP 800-213 compliance unfolds in four documented steps.

1. Market and reference scoping. Identify the target markets, US federal, US commercial, EU, third markets (UK, Asia). Build a matrix crossing the 8259A/B capabilities with EN 303 645 provisions, EN 18031, and CRA essential requirements. A single consolidated matrix avoids duplicating assessment work.

2. Capability-aligned design. Bake into the hardware and firmware architecture the mechanisms required by the six 8259A capabilities, unique cryptographic identifier, secure configuration, hardware root of trust, signed firmware management, security logs. Choices are documented in the design file and risk analysis.

3. Non-technical 8259B activities. Stand up the documentation, communication, support and vulnerability disclosure processes before market placement. A public support page, a VDP policy referenced via security.txt, a declared support period, are prerequisites just as important as the technical capabilities.

4. Assessment and publication. Compile an assessment dossier covering the six 8259A capabilities, the four 8259B capabilities, and any additional SP 800-213A capabilities required by the profile. For federal contracts, the assessment must be documented to clear the OMB clause review. For the commercial market, the assessment remains internal unless a voluntary certification is sought.

Experience with IoT assessments points to several recurring errors when adopting the NIST baseline.

Treating 8259A as a checklist. The document is not a prescriptive standard with pass/fail criteria. It is a capability baseline to be interpreted in context. An audit that limits itself to ticking six boxes without interrogating the use-case profile misses the point.

Ignoring 8259B. The four non-technical capabilities matter as much as the six technical ones. A published disclosure policy, a declared support period, accurate user documentation are indispensable. A product faultless on technical grounds but with no VDP does not satisfy SP 800-213.

Conflating 8259A with NISTIR 8425. The two documents are close but distinct. 8259A is generic, 8425 is the consumer version used by the FCC Cyber Trust Mark programme. A federal supplier works with 8259A, a US consumer IoT manufacturer works with 8425.

Underestimating FIPS cryptography. For federal contracts, the use of FIPS 140-3 certified cryptographic modules may be required. That constraint impacts hardware component and software library choices from the architecture phase onwards.

Not planning for SBOM. Executive Order 14028 and the resulting OMB policies make Software Bill of Materials increasingly expected, including for IoT products. Including it from design avoids a costly late retrofit.

Three evolutions are shaping the trajectory of the NIST IoT baseline.

  • Update of 8259A and 8259B. NIST opened a revision process for the two baselines in 2024, with public consultation. A V2 is expected, which will clarify some capabilities, integrate feedback from Cyber Trust Mark assessments, and refine the mapping to other international references.
  • Expanded IoT capability catalogue. SP 800-213A continues to grow with NIST publications, in particular for sub-sectors (connected health, industrial, federal automotive). Predefined profiles are multiplying.
  • ISO/IEC convergence. Work in ISO/IEC SC 27 and SC 41 on IoT cybersecurity is progressing towards unified international standardisation. 8259A and EN 303 645 are among the cited references, and a converged international baseline may emerge in the medium term.

For today, NIST 8259A and SP 800-213 remain the US baseline for IoT cybersecurity. Mastery, articulated with EN 303 645 and the future CRA framework, forms a baseline technical layer for transatlantic market access.

Sources & references

  1. NIST Cybersecurity for IoT Program , NIST www.nist.gov/itl/applied-cybersecurity/nist-cybersecurity-iot-program
  2. NISTIR 8259A, IoT Device Cybersecurity Capability Core Baseline , NIST csrc.nist.gov/pubs/ir/8259/a/final
  3. NISTIR 8259B, IoT Non-Technical Supporting Capability Core Baseline , NIST csrc.nist.gov/pubs/ir/8259/b/final
  4. NIST SP 800-213, IoT Device Cybersecurity Guidance for the Federal Government , NIST csrc.nist.gov/pubs/sp/800/213/final
  5. NIST SP 800-213A, IoT Device Cybersecurity Guidance: Device Capabilities Catalog , NIST csrc.nist.gov/pubs/sp/800/213/a/final
  6. IoT Cybersecurity Improvement Act of 2020 (Public Law 116-207) , US Congress www.congress.gov/bill/116th-congress/house-bill/1668
  7. Executive Order 14028, Improving the Nation's Cybersecurity , White House www.whitehouse.gov/briefing-room/presidential-actions/2021/05/12/executive-order-on-improving-the-nations-cybersecurity/