Medical Device Threat Modeling: Why Rationale Wins

An investigator does not ask whether your device is secure. That question has no answer anyone can defend. The question that actually gets asked in the room is narrower and far harder: why did you choose those controls and not others? Medical device threat modeling is the discipline that produces the answer — and the recorded answer is design rationale, which means it belongs inside your design and development file, not in a security engineer's laptop.

Direct Answer

Medical device threat modeling is the structured analysis of how a device system could be attacked, who would attack it, and what patient harm would follow — recorded as the reasoning behind every security control the design contains. Under ISO 13485, that reasoning is design rationale governed by Clause 7.3.3 (design and development inputs), Clause 7.3.4 (outputs), and Clause 7.3.5 (review). The threat model is not a security artifact that sits beside the quality system. It is a design record inside it.

The distinction matters more for medical device threat modeling now than it did two years ago. The FDA's Quality Management System Regulation took effect on February 2, 2026 , incorporating ISO 13485:2016 by reference into 21 CFR Part 820. One day later, the FDA issued the revised final guidance Cybersecurity in Medical Devices: Quality Management System Considerations and Content of Premarket Submissions — retitled, deliberately, to put the quality management system in the name. Medical device threat modeling is named in that guidance as an expected activity. The clauses it now answers to are the design control clauses of ISO 13485, which are federal law in the United States.

Medical device threat modeling sits on the bridge between two bodies of MSI work. On one side sits MSI's guide to medical device cybersecurity as a QMS shift, which maps the whole evidence package to the standard. On the other sits MSI's design and development pillar, which covers how controlled design actually works. Threat modeling is where the two meet, and it is the place teams most often fall between them — the security group builds a model nobody in quality has read, and the design team writes inputs that never mention a threat.

Why Medical Device Threat Modeling Is Design Rationale, Not a Security Deliverable

Reason. Record. Defend.

Every mature engineering discipline distinguishes between a decision and the reasoning that produced it. The decision is visible in the product. The reasoning is invisible unless someone writes it down. Design rationale is the written form of the reasoning — and in a regulated device quality system, reasoning that was never written down is functionally reasoning that never happened.

Security controls are unusually vulnerable to this failure because they look self-justifying. Encryption is obviously good. Authentication is obviously good. Logging is obviously good. A specification that lists them reads like a complete answer, and it is not. It answers what while leaving why entirely undocumented, and why is where a reviewer, a registrar, and an investigator all live. Medical device threat modeling exists to close that gap by forcing the team to name the adversary, the entry point, the asset, and the resulting harm before naming the control.

“A control without a documented threat behind it is a preference. A control traced to a named threat is an engineering decision. Auditors can only examine the second kind.”

Diana Lynn, President and Principal ISO Consultant, MSI

The Playbook for Threat Modeling Medical Devices, developed by the Medical Device Innovation Consortium and MITRE with FDA funding, organizes the discipline around four questions: what are we working on, what can go wrong, what are we going to do about it, and did we do a good enough job. Read those four questions against Clause 7.3 and the alignment is almost uncomfortable. The first is design planning and scope. The second is design input. The third is design output. The fourth is design review, verification, and validation. The playbook did not set out to describe design controls. It described them anyway, because rigorous engineering converges.

That convergence is the practical argument for running medical device threat modeling inside the design process rather than parallel to it. Two parallel processes produce two sets of records that disagree with each other at the worst possible moment. One integrated process produces a single traceable chain. MSI client experience suggests the parallel arrangement is the more common starting point, and that the cost of it surfaces during the first serious design review rather than during development.

How Medical Device Threat Modeling Becomes a Design Input Under Clause 7.3.3

Name. Translate. Approve.

Direct Answer

Medical device threat modeling becomes a Clause 7.3.3 design input when each identified threat is translated into a stated, verifiable requirement — not a security wish. Clause 7.3.3 requires inputs to be complete, unambiguous, non-conflicting, and reviewed and approved for adequacy. A threat written as “prevent unauthorized access” fails every one of those tests. The same threat written as a bounded requirement with a defined mechanism, a defined failure behavior, and a defined acceptance criterion passes them.

Clause 7.3.3 of ISO 13485:2016 asks for functional, performance, usability, and safety requirements according to intended use; applicable regulatory requirements and standards; applicable outputs of risk management; and, where appropriate, information derived from previous similar designs. Cybersecurity requirements — the outputs of medical device threat modeling included — do not get a special clause. They arrive through all four doors at once, which is exactly why they get dropped — a requirement that belongs to everyone belongs to no one unless the process assigns it.

The translation step is the whole craft of medical device threat modeling. A threat model output is a statement about an adversary. A design input is a statement about the device. Getting from one to the other is a deliberate act of engineering writing, and it is where most teams either do the work or quietly skip it. Consider a single threat: an attacker on the same clinical network replays a captured command to a connected infusion device. That is the threat. It is not yet an input to anything.

The Translation, Step by Step

Threat: a network-adjacent actor replays a previously captured command message to the device.

Harm: unintended therapy delivery — an ISO 14971 harm, not merely a data event.

Design input (7.3.3): the device shall reject any command message whose freshness token falls outside a defined validity window, shall enter a defined safe state on repeated rejection, and shall record the rejection as a retrievable security event.

Acceptance criterion: stated in the input itself, so verification has something to measure against rather than something to interpret.

Three things happened in that translation. The threat acquired a harm, which pulls it into ISO 14971:2019 risk management rather than leaving it as an IT concern. The requirement acquired a mechanism and a failure behavior, which makes it verifiable. And the acceptance criterion arrived early, which is what Clause 7.3.3's “adequacy” review is actually testing for. Good medical device threat modeling ends in sentences an engineer can build against and a verification tester can measure.

Which threat modeling method should feed the design inputs?

The FDA guidance does not mandate a medical device threat modeling method, and neither does the MDIC playbook — it is explicitly non-prescriptive. STRIDE remains the most widely used starting structure because its six categories map cleanly onto requirement language. Attack trees suit devices with a small number of high-consequence failure paths. Data-flow decomposition of the kind described in NIST SP 800-154 works well for devices whose risk is concentrated in what data moves where. Kill-chain and adversary-behavior framings drawn from CISA resources help teams reason about sequences rather than isolated events.

In medical device threat modeling, method choice matters far less than method consistency. A registrar will not fault STRIDE or reward attack trees. A registrar will fault a program that used one method on the first device, a different method on the second, and can produce no documented reason for either choice. Consistency is a quality system property, not a security property — which is one more reason medical device threat modeling belongs to the design procedure rather than to whoever happens to hold the security title this year. MSI's guidance on running the design and development process day to day covers the same principle applied to design reviews and record structure.

Where the software standards attach

Two standards do a great deal of quiet work for medical device threat modeling here. IEC 62304 governs the medical device software life cycle and gives the software requirements specification its structure — the document where translated threat requirements physically land. IEC 81001-5-1 addresses security activities across the health software life cycle and is increasingly the reference regulators point to for secure development practice. AAMI TIR57 supplies the bridge most teams are missing outright: how security risk management relates to, and stays distinct from, ISO 14971 safety risk management.

That distinction deserves a sentence of its own, because collapsing the two is a genuine finding source. Security risk and safety risk are not the same analysis. Security risk considers an intelligent adversary who adapts; safety risk considers foreseeable misuse and random failure. They meet at the point where a security event produces patient harm, and that meeting point is what must appear in the risk management file. Everything upstream of it can stay in the security analysis. Nothing downstream of it can.

What Medical Device Threat Modeling Requires of Design Outputs Under Clause 7.3.4

Specify. Trace. Verify.

Direct Answer

Clause 7.3.4 requires design outputs to meet the input requirements, provide information for purchasing and production, contain or reference acceptance criteria, and specify the characteristics essential to safe and proper use. For medical device threat modeling, that means the security architecture description, the cryptographic and authentication specifications, the logging and event-retrieval design, the update and patch mechanism, and the cybersecurity content of labeling are all design outputs — each one traceable back to a named threat, and each one approved before release.

Clause 7.3.4 is the clause that converts intention into product, and it is where medical device threat modeling has to become a specification. It is also the clause where security work most often becomes untraceable, because security outputs are frequently produced by people who do not think of themselves as producing design outputs. A security architecture diagram drawn to explain a decision in a meeting is, the moment it describes the shipped device, a design output subject to review and approval before release. If it lives only in a wiki, the quality system has lost it.

The FDA guidance names a set of artifacts that medical device threat modeling should produce, and every one of them is recognizable as a Clause 7.3.4 output or a record referencing one. The security architecture views. The software bill of materials. The security testing evidence, including penetration testing. The cybersecurity labeling that tells the operator what the device expects of the network it joins. The updatability and patchability design — because the FDA has said plainly that a device that cannot be safely updated will eventually become an unsafe device. Updatability is a design characteristic, which makes it a design input at 7.3.3 and a design output at 7.3.4 like any other.

The SBOM is a design output with a purchasing obligation attached

In medical device threat modeling, the software bill of materials sits at an unusual junction. As a description of what the device is made of, it is a design output under 7.3.4 — and Clause 7.3.4 explicitly requires outputs to provide appropriate information for purchasing. That is not incidental phrasing. It is the hinge that connects the threat model to Clause 7.4 purchasing controls, because third-party and open-source components are supplied product, and supplied product with known vulnerabilities is a supplier quality problem as much as a security one.

An inventory alone answers a question no regulator asked. What the guidance expects is the inventory plus an assessment of known vulnerabilities in those components as reasonably foreseeable risks — which is ISO 14971 language applied to software provenance. In a mature program, the threat model is what tells you which components are on an attack path and therefore which vulnerability findings are urgent rather than merely open. Without the model, every finding looks equally important, which in practice means none of them do. MSI's work on ISO compliance automation looks at how organizations sequence tooling against this kind of load without buying modules they never use.

Design Outputs Threat Modeling Generates

• Security architecture description, including trust boundaries and interfaces

• Authentication, authorization, and cryptographic specifications with stated parameters

• Event logging design and the means by which logs are retrieved and interpreted

• Software bill of materials, with support and end-of-support status per component

• Update and patch mechanism design, including integrity verification of the update itself

• Cybersecurity labeling and the operator-facing description of network assumptions

Each item on that list should carry a reference back to the threat that motivated it. That single habit — a traceability column, nothing more elaborate — is the difference between a design file that answers questions and one that generates them. It costs almost nothing during development and it is nearly impossible to reconstruct afterward, which is the argument for building medical device threat modeling traceability from the first design review rather than the last.

What happens when the threat model changes after release

Threat landscapes move, and medical device threat modeling has to move with them. A component reaches end of support, a new class of attack becomes practical, a customer deploys the device into a network topology nobody anticipated. Each of those is a change to the threat model, and a change to the threat model that alters a design input is a design change under Clause 7.3.9 — reviewed, verified, validated as appropriate, and approved before implementation. Organizations running design changes through email and shared folders are exposed here, which is the case MSI makes in its analysis of change management automation under ISO 9001 and ISO 13485.

This is also where the postmarket and premarket halves of a medical device threat modeling program finally meet. Vulnerability reports arrive through feedback and complaint channels under Clause 8.2. Some become corrections; some become corrective actions under Clause 8.5. A meaningful share should also become threat model revisions, because a vulnerability that surprised you is evidence your model had a blind spot. Programs that patch without updating the model keep the same blind spot indefinitely.

Why the Design Review Is Where Medical Device Threat Modeling Is Proven (Clause 7.3.5)

Challenge. Decide. Record.

Direct Answer

Clause 7.3.5 requires systematic design reviews at planned stages, with participants including representatives of the functions concerned plus other specialist personnel, and records of the results including identification of the design, the participants, and the date. For medical device threat modeling, the design review is the moment the rationale is tested by people who did not write it — and the review record is the only durable proof the reasoning was ever challenged. A threat model that has never survived a review is an opinion with diagrams.

There is a phrase in Clause 7.3.5 that most teams read past: representatives of functions concerned with the design and development stage being reviewed, and other specialist personnel. That phrase is doing real work. If the stage under review contains security decisions and no one in the room can evaluate a threat model, the review did not meet the requirement — regardless of how many signatures it collected. Competence is not decorative here; it connects directly to Clause 6.2, which requires the organization to determine the necessary competence for personnel performing work affecting product quality and to have records of it.

This is the most common structural failure MSI encounters when medical device threat modeling is retrofitted onto an existing design process. The security work is real, often excellent, and produced by capable people. It simply never enters a forum where it can be contested by the design authority, the risk owner, and the regulatory lead simultaneously. The model is briefed rather than reviewed. Briefings do not generate the kind of record Clause 7.3.5 asks for.

What a design review record should capture about the threat model

In medical device threat modeling, a review record that merely states the model was presented and accepted is thin evidence. A record that captures what was challenged and how it was resolved is strong evidence, and it is not meaningfully harder to produce. The difference is a habit of minuting disagreement rather than only outcomes.

Review Record Content Worth Having

• Which threats were accepted as in scope, and which were explicitly ruled out and on what basis

• Which proposed controls were challenged, and what the challenge was

• Where residual risk was accepted, by whom, and against what criteria

• What actions were assigned, to whom, and with what closure evidence

• Which competencies were represented in the room, tied back to Clause 6.2 records

Note the second and third items in particular. A threat ruled out with a documented basis is a strength. A threat that never appears anywhere is indistinguishable, to a reviewer, from a threat nobody thought of. Explicit scoping decisions are among the highest-value records a threat modeling program produces, and they are almost always the ones teams neglect because ruling something out feels like an absence of work rather than a product of it.

Verification and validation of medical device threat modeling outputs follow at Clauses 7.3.6 and 7.3.7, and the guidance is direct that software developers may need to establish cybersecurity risk management and validation processes to satisfy those subclauses. Penetration testing sits here, and it is worth being precise about what it proves. Penetration testing verifies that specific controls resist specific attempts. It does not validate that the threat model was complete. Completeness is argued in review, not demonstrated in a lab, which is one more reason the review record carries so much weight.

Build the Design Process That Holds the Model

Run Design Reviews an Investigator Can Read

MSI's ISO 9001 Design and Development Process Training is five videos covering planning criteria, design input must-haves, and how to structure stages so every review, verification, and validation activity is accounted for. It includes the structured interview questions MSI uses to draft design procedures from scratch, a design and development plan template, and an ISO 13485 add-on for medical device teams that need Clause 7.3 covered in full. If your threat model has nowhere defensible to land, this is the process that gives it one.

See the Design and Development Training →

The MSI Threat-to-Record Chain: Five Links Medical Device Threat Modeling Must Complete

Link. Trace. Prove.

Direct Answer

The MSI Threat-to-Record Chain tests whether medical device threat modeling is traceable end to end across five links: identified threat, linked harm in the risk file, design input at Clause 7.3.3, design output at Clause 7.3.4, and design review record at Clause 7.3.5. Pick any control in the shipped device and walk the chain backward. If it breaks at any link, that is the exact question you cannot answer in an audit — and the exact place to spend the next two weeks.

Across 28 years and more than 200 certification audits attended, the medical device threat modeling pattern MSI sees is consistent: teams are rarely missing the work. They are missing the connective tissue between the pieces of work. The five-link chain below is a diagnostic, not a template — it takes about an hour to run against a single control and it reliably finds the weak link before a registrar does.

Link 1 — The Threat

A named threat exists in a controlled document, with an actor, an entry point, and an affected asset. Not a category. A specific path.

Link 2 — The Harm

That threat appears in the ISO 14971 risk management file with an evaluated harm and a risk control decision. If it exists only in the security analysis, the safety system does not know about it.

Link 3 — The Input

A Clause 7.3.3 design input states the requirement in verifiable language with an acceptance criterion, and it has been reviewed and approved for adequacy.

Link 4 — The Output

A Clause 7.3.4 design output implements it, references the acceptance criterion, and was approved before release. The output names the input it satisfies.

Link 5 — The Record

A Clause 7.3.5 design review record shows the decision was examined by competent participants on a stated date, with challenges and resolutions captured.

Five questions that measure your threat modeling maturity in an hour

Score each question as documented, partial, or absent. The scoring is deliberately blunt, because a two-axis honest answer is more useful than a five-point flattering one. Any answer below “documented” is a specific, fixable piece of work rather than a vague sense that the program needs improving.

The Five-Question Readiness Check

1. Selection. Can you name the threat modeling method your organization uses and point to the procedure that requires it?

2. Translation. Pick three security controls in the shipped device. Can you produce the design input each one satisfies, in verifiable language?

3. Convergence. Does every security-originated harm appear in the ISO 14971 risk management file, not only in the security analysis?

4. Challenge. Can you show one design review record where a threat modeling assumption was questioned and the resolution was minuted?

5. Currency. When did the threat model last change, what triggered the change, and was that change controlled under Clause 7.3.9?

Question five is the one that separates medical device threat modeling programs that are genuinely operating from programs that were completed. Organizations typically report that the threat model was built during the submission push and has not been revisited since, which is understandable and also exactly the condition the postmarket expectations in the guidance are written to prevent. A threat model with a single revision date is a snapshot. A threat model with a revision history tied to triggers is a process.

If the five questions surface more gaps than you expected, that is a normal result rather than a bad one, and it is a good moment to bring in an outside read. MSI's The Portrait is an independent operational assessment built on exactly this premise — the disconnect between what a system documents and what it does is nearly invisible from inside the frame. For teams who would rather start with the standard itself, MSI's ISO 13485 Gap Analysis page walks the clause-by-clause scoring method in detail.

How Medical Device Threat Modeling Fails in the Audit Room

Orphaned. Unread. Unrevised.

Direct Answer

Medical device threat modeling rarely fails because the analysis was wrong. It fails because the model is orphaned from the design file, uncontrolled as a document, absent from design review records, disconnected from the ISO 14971 risk file, or frozen at the date of submission. Each failure is a records failure rather than an engineering failure — which is good news, because records failures are fixable without redesigning the device.

The medical device threat modeling failure MSI has watched play out most often is the orphaned model. A capable security team produces a genuinely good threat model. It lives in a security repository. It is not a controlled document under Clause 4.2.4, it is not referenced from the medical device file under Clause 4.2.3, and no design input cites it. When the auditor asks the design authority to explain why a particular control exists, the answer is that security asked for it. That answer is a finding, and it is a finding about the quality system rather than about the device — which is precisely why it stings. The security work was fine. The system could not prove it happened.

The second medical device threat modeling failure is the unversioned model. Threat models attract informal editing because they are analytical documents that improve with iteration. Without document control, three versions circulate, verification was run against the second, and the submission referenced the first. Nobody did anything wrong at any point. The record set is still indefensible.

The third medical device threat modeling failure is the model nobody in the review could read. This one is uncomfortable because it looks like a competence gap and often is one — but it is a competence gap the standard actually anticipates. Clause 6.2 requires determining necessary competence and maintaining records of it. If your design review needs someone who can evaluate a trust-boundary argument and you have not defined that role, the gap is in the competence matrix, not in the person. MSI's guidance on navigating a medical device quality management system covers how this and adjacent role definitions get built into a working system.

The fourth medical device threat modeling failure is the parallel risk file. Security risk lives in one register with its own scoring, safety risk lives in the ISO 14971 file with another, and no defined path connects them. This is the failure with the longest tail, because it survives audits for years and then produces a serious problem the first time a security event has a clinical consequence and nobody can show the harm was ever evaluated. AAMI TIR57 exists specifically to prevent this, and adopting its logic early is far cheaper than reconciling two registers later.

What an Investigator Asks About Medical Device Threat Modeling Under the QMSR

Show. Trace. Explain.

Direct Answer

Under the QMSR, FDA inspections follow Compliance Program 7382.850 rather than the retired QSIT approach, and design controls remain a core inspected area. Expect questions about medical device threat modeling to arrive as design control questions: show me the design inputs for this interface, show me the review that approved them, show me how this risk was evaluated, show me the change record for the update you shipped in March. The vocabulary is quality, not security.

Two consequences of the February 2, 2026 transition deserve emphasis for medical device threat modeling because they change what is discoverable. Management review records and internal audit reports, historically shielded from routine FDA inspection, are now within scope under the QMSR framework. So are supplier audit reports. For a security program, that means the honest internal assessment of where the threat modeling program is weak is now a document an investigator may read — which is an argument for writing those assessments carefully and closing them promptly, not for stopping writing them.

The second consequence is definitional. Section 524B of the Federal Food, Drug, and Cosmetic Act sets a three-part test for a cyber device, and a device that was outside the definition can move inside it because of a feature release. A connectivity feature added for a legitimate clinical reason can bring an entire statutory documentation obligation with it. This is why medical device threat modeling should be triggered by the design change process rather than by the regulatory calendar — the design change is what moves the device, and the design change record is where the trigger belongs.

Internal audit is the control that catches a broken medical device threat modeling chain before an external party does. An internal audit program that samples design records against Clause 7.3 and specifically traces two or three security controls through the five-link chain will surface a broken link long before a registrar arrives. MSI's guide to internal audit planning covers how to write criteria precise enough to make that sampling meaningful, and the ISO 13485 management review guide covers how the findings should reach leadership rather than stalling in the quality department.

Talk It Through With Someone Who Has Been in the Room

If the five-link chain broke somewhere and you are not sure whether it is a documentation fix or a process rebuild, a planning session is the fastest way to find out. Diana Lynn has attended more than 200 certification audits and can usually tell within an hour which of the two you are looking at. Call 760-434-9141 to book a planning session, or explore MSI's ISO consulting approach to building systems that survive inspection.

Working toward certification from a standing start? SurePath is MSI's turnkey path. Already certified and trying to keep the system alive between audits? SureResults is built for that.

A 90-Day Path to Defensible Medical Device Threat Modeling

Connect. Control. Sustain.

Direct Answer

A 90-day path to defensible medical device threat modeling runs in three phases: days 1 to 30 connect the existing model to the design file and the risk file; days 31 to 60 bring the model under document control and into the design review procedure; days 61 to 90 add the change triggers and the internal audit sampling that keep it current. No device redesign is required in any phase — the work is connective, not creative.

The sequence matters in medical device threat modeling. Teams that start by rewriting the threat model spend three months producing a better orphan. Teams that start by connecting what already exists find that the model itself needs less work than expected, and that the connective work exposes the real gaps precisely because it forces every claim to land somewhere.

Days 1–30 — Connect

Inventory the security controls actually shipped in the current device. For each one, find or write the design input it satisfies. Run the five-link chain on three controls and record where it breaks. Reconcile every security-originated harm into the ISO 14971 risk file. Deliverable: a traceability matrix with honest blanks.

Days 31–60 — Control

Bring the threat model under document control and reference it from the medical device file. Amend the design and development procedure so the model is a required input to defined review stages. Define the competence needed to evaluate it and record it against Clause 6.2. Deliverable: a controlled model and a procedure that requires it.

Days 61–90 — Sustain

Define the triggers that require a model revision: component end of support, new connectivity, a vulnerability report that the model did not anticipate, a field deployment outside stated assumptions. Wire those triggers into the Clause 7.3.9 change process and the Clause 8.2 feedback intake. Add a threat-chain trace to the internal audit checklist. Deliverable: a program with a heartbeat.

One honest caveat about the timeline. Ninety days is realistic for connective work on a single device family with an existing design file in reasonable order. It is not realistic if the design history is genuinely thin, if the device is mid-submission, or if the organization is simultaneously standing up its first quality system. In those cases the same three phases apply and the calendar stretches — and stretching it deliberately is far better than declaring a finish line the records cannot support.

What this looks like when it is working

A working medical device threat modeling program has a quiet signature that is easy to recognize once you have seen it. Design reviews contain arguments about threats rather than presentations about them. The risk file and the security analysis reference each other by document number. New engineers can find out why a control exists without asking anyone. And when a vulnerability report arrives, the first question in the room is whether the model anticipated it — because that question, asked routinely, is what keeps the model from going stale.

None of this makes a device secure, and it is worth saying so plainly. Documented rationale does not stop an attacker. What it does is make the organization's reasoning inspectable, improvable, and transferable — which is the only mechanism anyone has found for making security decisions get better over time rather than merely get made. That is the durable argument for treating medical device threat modeling as design rationale, and it holds whether or not a regulator is in the building.

Related reading from MSI

Medical Device Cybersecurity — the full clause-by-clause map of the evidence package.

Advanced ISO 9001 Design and Development — the seven-level maturity model for design organizations.

The FDA QMSR Rule — what the Part 820 and ISO 13485 alignment actually changed.

FDA Voluntary Improvement Program — measuring how maturely the architecture operates.

The ISO Consulting Decoder Ring — why ISO 13485 keeps its own clause architecture.

Multi-Site ISO Certification — when design happens in more than one place.

Medical Device Threat Modeling: Frequently Asked Questions

Asked. Answered. Sourced.

Is threat modeling explicitly required by ISO 13485?

Not by name. ISO 13485:2016 predates the current cybersecurity expectations and contains no clause that says “threat model.” What it does require is that design inputs include applicable regulatory requirements and the applicable outputs of risk management, that outputs be verifiable against inputs, and that designs be reviewed systematically. Because the FDA guidance expects threat modeling and the QMSR incorporates ISO 13485 by reference, medical device threat modeling becomes a design control obligation through those doors rather than through a dedicated clause.

Which ISO 13485 clauses does a threat model touch?

The core of medical device threat modeling is 7.3.3 inputs, 7.3.4 outputs, and 7.3.5 review, with verification and validation at 7.3.6 and 7.3.7 and change control at 7.3.9. Beyond design, the model touches 4.2.3 (medical device file), 4.2.4 (document control), 6.2 (competence), 7.1 (planning of product realization, linked to ISO 14971), 7.4 (purchasing, via software components), 8.2 (feedback and complaints, via vulnerability reports), and 8.5 (corrective action). Note that these are ISO 13485 clause numbers — the standard retains its pre-Annex SL architecture, so they do not map to ISO 9001's numbering.

Is a threat model the same thing as an ISO 14971 risk analysis?

No — and in medical device threat modeling, treating them as interchangeable causes real problems. ISO 14971 analyzes risk of harm to patients, users, and the environment, largely from foreseeable misuse and failure. A threat model analyzes an intelligent adversary who adapts to your controls. They converge at the point where a security event could produce patient harm, and that convergence must appear in the risk management file. AAMI TIR57 is the reference that describes the relationship between the two in detail.

Does the FDA require a specific threat modeling methodology?

No. The guidance expects threat modeling as an activity within a Secure Product Development Framework but does not mandate a method, and the MDIC and MITRE playbook is explicitly non-prescriptive. STRIDE, attack trees, data-flow decomposition, and adversary-behavior framings are all defensible. What matters for medical device threat modeling in a quality system is that the chosen method is named in a procedure, applied consistently, and produces outputs a design engineer can turn into requirements.

Does this apply to devices already on the market?

Postmarket medical device threat modeling obligations do not wait for the next design cycle. Legacy connected devices still generate vulnerability reports, still require a coordinated disclosure route, and still need patch decisions that someone can justify. Building a retrospective model for a marketed device is legitimate and common — the record simply needs to be honest about being retrospective, dated accurately, and connected to the current design file rather than backdated into it.

Who needs to be in the design review when the threat model is examined?

At minimum the design authority for the stage being reviewed, the risk management owner, someone competent to evaluate the security analysis on its merits, and a regulatory representative who understands what the submission will need to say. Clause 7.3.5 asks for representatives of the functions concerned plus other specialist personnel, and the review record should name who was present. If nobody in the room can challenge the model, the review has not met the requirement in substance even if it has in form.

How often should the threat model be revised?

Medical device threat modeling should be trigger-driven rather than calendar-driven, with a periodic backstop. Triggers worth defining: any design change affecting interfaces or connectivity, a component reaching end of support, a vulnerability report the model did not anticipate, a field deployment outside stated network assumptions, and a change in intended use. A yearly review as a floor keeps a device with no triggers from silently aging. Every revision that alters a design input is a design change under Clause 7.3.9.

Is an SBOM enough on its own?

No. A software bill of materials is an inventory, not an analysis. It tells a reviewer what the device contains; it does not explain which of those components sit on an attack path, which vulnerabilities are exploitable in your architecture, or why your controls are adequate. Medical device threat modeling is what turns the inventory into a prioritized set of decisions, and the two artifacts are expected together rather than as alternatives.

For the Executive Who Has to Fund This

Watch the ISO Executive Decision Briefs

Short leadership training videos on what ISO management systems actually decide for an organization — written for the person approving the budget, not the person writing the procedure. If you need to explain to a board why design rationale is worth funding before an inspection forces the conversation, start here.

Watch the Decision Briefs →


References and Primary Sources

• U.S. Food and Drug Administration. Cybersecurity in Medical Devices: Quality Management System Considerations and Content of Premarket Submissions (final guidance, February 3, 2026).

• U.S. Food and Drug Administration. Digital Health Center of Excellence — Cybersecurity.

• Federal Food, Drug, and Cosmetic Act, Section 524B — Ensuring Cybersecurity of Devices.

• Federal Register. Medical Devices; Quality System Regulation Amendments (QMSR final rule).

• eCFR. 21 CFR Part 820 — Quality Management System Regulation.

• MDIC and MITRE. Playbook for Threat Modeling Medical Devices.

• MITRE. Playbook for Threat Modeling Medical Devices — publication page.

• International Organization for Standardization. ISO 13485:2016 — Medical devices: Quality management systems.

• International Organization for Standardization. ISO 14971:2019 — Application of risk management to medical devices.

• International Electrotechnical Commission. IEC 62304 — Medical device software life cycle processes.

• International Electrotechnical Commission. IEC 81001-5-1 — Health software and health IT systems safety, effectiveness and security.

• AAMI. TIR57 — Principles for medical device security risk management.

• International Medical Device Regulators Forum. Principles and Practices for Medical Device Cybersecurity.

• NIST. SP 800-154 — Guide to Data-Centric System Threat Modeling.

• CISA. Industrial Control Systems and connected device advisories.

• ASQ. ISO 13485 quality resources.

• Global ACI. Global Accreditation Cooperation Incorporated — successor to IAF and ILAC as of January 1, 2026.

About Management Systems International (MSI)

Diana Lynn is President and Principal ISO Consultant at Management Systems International (MSI), a consulting firm she co-founded in 1998. With 28 years of experience including extensive AS9100 work in MSI's early years, MSI's track record includes 80+ certifications supported, 200+ audits attended, and 600+ professionals trained across manufacturing, technology, medical device, government, healthcare, and other regulated industries.

Today MSI implements ISO 9001, ISO 13485, ISO 14001, and ISO 45001, with an expanding focus on ISO 7101 healthcare quality. MSI is veteran-owned and female-owned.

msi-international.com  ·  760-434-9141

Share this post:
post by:
Picture of Diana Lynn

Diana Lynn

Founder and Principal of Management Systems International (MSI), a veteran-owned, female-owned ISO consulting firm she founded in 1998. Diana implements management systems, conducts audits, and develops MSI's entire training curriculum — 80+ organizations certified, 200+ audits, and 600+ professionals trained across manufacturing, technology, aerospace, medical device, government, healthcare, defense, and other regulated industries.
In This Guide
Stay Informed

Join our early-access list for ISO 14001:2026 briefings.

Trusted by Global Leaders

Don't miss our latest news!

Get on our Email list. MSI emails new offers, training dates, and ISO updates to our list before anyone else.

Twenty-eight years of practice, written down.
New: complete ISO procedure templates and guides. 13 procedure topics, five standards and combos, editable Word — with the judgment calls already made.
See the templates →

Buy any Template Packages and the price is credited 100% to ISO Consulting Projects, SurePath or SureResults Online or Traditional. Terms apply