MedDeviceGuideMedDeviceGuide
Back

Coordinated Vulnerability Disclosure for Medical Device Cybersecurity

Practical guide to medical device CVD programs, including PSIRT setup, vulnerability intake, CVSS scoring, SBOM linkage, FDA Section 524B, EU expectations, and customer communication.

Ran Chen
Ran Chen
Global MedTech Expert | 10× MedTech Global Access
Published 2026-04-30Last reviewed 2026-04-3011 min read

Why Coordinated Vulnerability Disclosure Is Now Mandatory

Medical device cybersecurity has moved from a voluntary best practice to a regulatory requirement. With the FDA's Quality Management System Regulation (QMSR) effective February 2, 2026 — incorporating ISO 13485:2016 by reference — cybersecurity is now a quality system element, not a standalone technical consideration.

Section 524B of the FD&C Act requires manufacturers of "cyber devices" to submit a plan to "monitor, identify, and address, as appropriate, in a reasonable time, postmarket cybersecurity vulnerabilities and exploits, including coordinated vulnerability disclosure and related procedures." This is not a recommendation — it is a legal requirement for any device with software that can connect to the internet (including USB, Bluetooth, serial, and Wi-Fi).

This guide provides a practical framework for building and operating a coordinated vulnerability disclosure (CVD) program for medical device manufacturers — from PSIRT establishment through vulnerability intake, triage, remediation, disclosure, and regulatory notification.

Regulatory Framework

FDA Requirements

RequirementSourceEffective Date
Vulnerability monitoring planSection 524B(b)(1) of the FD&C ActMarch 2023 (enforcement from Oct 2023)
Coordinated disclosure proceduresSection 524B(b)(1)March 2023
SBOM for cyber devicesSection 524B(b)(2)March 2023
Cybersecurity in QMSQMSR (21 CFR 820, amended)February 2, 2026
Premarket cybersecurity documentationFDA Guidance, February 2026February 3, 2026
Post-market cybersecurity managementFDA Postmarket Management Guidance (2016)Ongoing

The FDA's February 2026 cybersecurity guidance update aligns with QMSR, making clear that cybersecurity must be traced to ISO 13485 design controls (Clause 7.3), validation (Clause 7.3.7), and improvement processes (Clause 8.5). If your threat model cannot be traced to Clause 7.3 design controls, your cybersecurity framework is structurally outside the quality system.

EU Requirements

RequirementSource
Post-market surveillanceMDR Article 84–86
Vigilance reportingMDR Article 87–89
Incident reportingIVDR Article 82–84
Cyber resilienceNIS2 Directive, Cyber Resilience Act
Notified body expectationsMDR Annex I GSPR 12.1 (software verification)
MDCG guidanceMDCG 2019-16 (cybersecurity for medical devices)

The EU Cyber Resilience Act (CRA), adopted in 2024, introduces mandatory vulnerability handling requirements for products with digital elements, including medical devices. While MDR requirements take precedence for medical devices, manufacturers must be aware of overlapping obligations.

Building a PSIRT

A Product Security Incident Response Team (PSIRT) is the organizational structure for receiving, assessing, and resolving product security vulnerabilities.

PSIRT Structure

RoleResponsibility
PSIRT LeadOverall coordination, escalation decisions, regulatory notification
Vulnerability AnalystTriage, CVSS scoring, SBOM correlation
Security EngineerReproducibility testing, exploit analysis, fix development
Regulatory AffairsNotification decisions (MDR, 524B), field safety notices
Product ManagerDeployment scheduling, customer communication
CommunicationsAdvisory drafting, disclosure coordination

PSIRT Intake Channels

Manufacturers must provide at least one publicly accessible channel for vulnerability reporting:

ChannelBest Practice
Dedicated emailsecurity@company.com or psirt@company.com
Web formStructured intake with required fields
PGP keyEncrypt sensitive submissions; publish public key
CISA coordinatorRegister with CISA for coordinated disclosure
Bug bounty platformOptional; HackerOne, Bugcrowd, or similar

Safe Harbor Language

A vulnerability disclosure policy must include safe harbor language assuring good-faith researchers that they will not face legal action. Key elements:

  • Explicit scope (which products and versions are in scope)

  • What is out of scope (e.g., live patient environments, DoS testing)

  • Expected researcher behavior (no unauthorized data access, report promptly)

  • Manufacturer commitment (acknowledgment within defined SLA, no legal action for good-faith research)

  • Public disclosure timeline (typically 90 days, extendable for safety-critical issues)

Recommended Reading
MDCG 2026-4: Who Uploads SSCP and SSP to EUDAMED, the Handover, and 2027 Clocks
EU MDR / IVDREUDAMED2026-09-05 · 28 min read

Vulnerability Intake and Triage Process

Step 1: Intake and Acknowledgment

ActionTimelineOwner
Acknowledge receiptWithin 48 hours (business days)PSIRT Analyst
Assign incident IDAt intakePSIRT Analyst
Confirm scopeWithin 5 business daysPSIRT Analyst
Initial classificationWithin 5 business daysVulnerability Analyst

Step 2: Triage and Scoring

Each vulnerability must be assessed using a structured scoring methodology:

CVSS v4.0 Scoring (preferred for medical devices):

CVSS MetricConsiderations for Medical Devices
Attack vectorNetwork, adjacent, local, physical
Attack complexityLow/high — does exploit require specialized access?
Privileges requiredNone, low, high
User interactionNone, passive, active
Safety impact (new in v4)Direct patient harm potential
ConfidentialityPHI/PII exposure risk
IntegrityData modification risk affecting clinical decisions
AvailabilityDevice downtime impact on clinical workflow

Safety Impact Assessment: Beyond CVSS, medical device vulnerabilities require a separate safety impact assessment:

FactorAssessment
Could the vulnerability cause or contribute to patient harm?ISO 14971 risk analysis
Is clinical function affected?Impact on diagnostic or therapeutic output
Are there compensating controls?Existing mitigations in the device or clinical environment
What is the installed base exposure?How many devices, in what settings

Step 3: SBOM Correlation

Cross-reference the vulnerability against your Software Bill of Materials:

StepAction
1Identify affected component in SBOM
2Determine which product versions contain the component
3Map to installed base (how many devices, which customers)
4Check for known exploits (CISA Known Exploited Vulnerabilities Catalog)
5Assess if the component is actively maintained or end-of-support

Per RunSafe Security's 2026 Medical Device Cybersecurity Index, 28% of healthcare organizations operate devices past end-of-support, and 44% acknowledge running devices with known, unpatched vulnerabilities.

Step 4: Classification and Prioritization

PriorityCriteriaExpected Response Time
CriticalActive exploitation + patient safety risk24–72 hours
HighExploitable + safety-relevant1–2 weeks
MediumExploitable, no direct safety impact30–60 days
LowTheoretical, significant barriers to exploitation90 days

Remediation and Fix Development

Fix Development Workflow

StepActionQuality System Record
1Root cause analysisCAPA record
2Develop fixDesign change per ISO 13485 Clause 7.3.9
3Verify fix effectivenessDesign verification
4Validate no regressionRegression testing
5Security testing of fixPenetration testing, SAST/DAST
6Update SBOMSBOM revision record
7Prepare customer communicationAdvisory, IFU update
8Submit to FDA if required30-day notice or PMA supplement

When FDA Notification Is Required

ScenarioFDA ReportingTimeline
Vulnerability may have caused or contributed to death/serious injuryMDR report (21 CFR Part 803)Within 30 days (10 days for certain events)
Vulnerability creates unreasonable risk of substantial harm524B disclosure + field correctionBefore or at time of disclosure
Software update to address cybersecurity vulnerability30-Day Notice (for PMA) or new 510(k) if indications/technology changePer applicable pathway
No patient safety impact, routine patchDocument in vulnerability monitoring planPer internal schedule

Coordinated Disclosure

Disclosure Timeline

DayAction
0Receive vulnerability report
1–5Acknowledge, triage, classify
5–15Reproduce vulnerability, develop remediation plan
15–45Develop and test fix
45–60Prepare advisory, coordinate with reporter
60–75Internal review, regulatory notification if needed
75–90Publish advisory and deploy fix
90+If fix requires longer, communicate timeline to reporter and extend

The standard coordinated disclosure timeline is 90 days from report to public advisory. For medical devices where patient safety is involved, extensions may be necessary and should be communicated transparently to the reporter.

Advisory Content

A security advisory should include:

SectionContent
TitleClear identification of the vulnerability
Affected productsProduct names, model numbers, software versions
Vulnerability descriptionTechnical details (CVE number if assigned)
Impact assessmentSafety, clinical, and security impact
CVSS scorev3.1 and/or v4.0 score with vector string
MitigationsInterim measures customers can take
RemediationSoftware update version, how to obtain
CreditAcknowledgment of reporter (if agreed)
ContactPSIRT contact information

Multi-Party Coordination

When a vulnerability affects components shared across multiple manufacturers:

  1. Coordinate through CISA's coordinated vulnerability disclosure process

  2. Use Traffic Light Protocol (TLP) labels for information sharing (TLP:AMBER for limited distribution, TLP:GREEN for community-wide)

  3. Agree on common disclosure date across affected manufacturers

  4. Follow FIRST.org guidelines for multi-party coordination

Recommended Reading
EClinCloud EDC for Device Studies: Linking Versions, Deficiencies and Endpoints
Clinical EvidenceRegulatory2026-09-07 · 35 min read

Integration with Quality Management System

Under QMSR, cybersecurity must be integrated into the quality management system. Key integration points:

QMS ElementCybersecurity Integration
Design controls (ISO 13485 Clause 7.3)Threat modeling, security requirements
Design validation (Clause 7.3.7)Security testing as part of validation
CAPA (Clause 8.5)Vulnerability handling in improvement processes
Supplier management (Clause 7.4)SBOM tracking, third-party component monitoring
Post-market surveillance (MDR Art. 84)Vulnerability monitoring as PMS input
Risk management (ISO 14971)Security risks assessed alongside safety risks

FDA's Compliance Program Manual (#7382.850), effective February 2, 2026, includes a cybersecurity section to support investigators during inspections — signaling that FDA inspectors will assess cybersecurity during routine QMS audits.

Compliance Checklist

Use this checklist to assess your CVD program readiness:

ElementStatus
PSIRT charter with defined roles and responsibilities
Public vulnerability disclosure policy with safe harbor language
Dedicated intake channel (email, web form) with PGP encryption
SLA for acknowledgment (48 hours) and triage (5 business days)
CVSS v4.0 scoring methodology documented
Patient safety impact assessment procedure
SBOM maintained for each released product version
Installed base mapping (customers, product versions, locations)
Vulnerability-to-SBOM correlation procedure
Fix development workflow integrated with QMS design controls
Advisory template with all required sections
Regulatory notification decision tree (MDR, 524B, 30-day notice)
Multi-party coordination procedure (CISA, TLP)
90-day disclosure timeline with extension criteria
Annual program review and metrics reporting
Training records for PSIRT team members
Evidence retention in quality system for audit readiness

Key Takeaways

  1. Section 524B makes coordinated vulnerability disclosure a legal requirement for cyber devices — not a voluntary best practice.

  2. PSIRT structure must be formalized with defined roles, intake channels, SLAs, and safe harbor language.

  3. CVSS v4.0 scoring includes a safety impact metric particularly relevant for medical devices — use it alongside ISO 14971 risk analysis.

  4. SBOM correlation is essential for understanding installed base exposure — 81% of procurement professionals now rate SBOMs as important or essential.

  5. QMS integration is non-negotiable under QMSR — cybersecurity must trace to ISO 13485 design controls, validation, and improvement processes.

  6. FDA inspectors will assess cybersecurity during routine QMS audits per Compliance Program Manual #7382.850.

Recommended Reading
CT, MRI & Fluoroscopy FDA Recalls: Siemens, Philips & GE Teardown
RegulatoryPost-Market Surveillance2026-07-14 · 17 min read

Sources

  • FDA Guidance: Cybersecurity in Medical Devices: Quality Management System Considerations and Content of Premarket Submissions (February 2026)

  • FD&C Act Section 524B — Ensuring Cybersecurity of Medical Devices

  • FDA Postmarket Management of Cybersecurity in Medical Devices (2016)

  • FDA Compliance Program Manual #7382.850 (effective February 2, 2026)

  • RunSafe Security — 2026 Medical Device Cybersecurity Index

  • MDIC — Medical Device Cybersecurity Report: Advancing Coordinated Vulnerability Disclosure (2018)

  • FIRST.org — Guidelines for Multi-Party Vulnerability Coordination

  • MDCG 2019-16 — Cybersecurity for Medical Devices

  • EU Cyber Resilience Act (2024)