Typical clinical uses
- Continuous vital-sign patches (ECG, SpO2, temp, respiration)
- Hospital-at-home and post-acute monitoring kits
- Chronic-disease RPM (CHF, COPD, hypertension)
- Maternal and pediatric RPM
- Medication adherence trackers
Cybersecurity for clinical wearables and RPM ecosystems.
Clinical wearables and RPM platforms span sensor, BLE link, mobile app, cloud, and EHR integration. We secure the full data path with a single coordinated engagement.
RPM and wearable devices stream PHI continuously over BLE and cellular into the cloud. High data volume, low device compute, and a large attack surface per patient - this is the segment where 'HIPAA-only' thinking most often misses FDA's premarket cyber expectations.
Successful RPM cybersecurity programs treat the device, gateway, cloud, and clinician dashboard as one system with a single SPDF and a single CVD process.
Typical clinical uses
Key data flows & integrations
Unauthenticated BLE pairing, fixed PINs, and unencrypted GATT services are the most common findings.
Telemetry brokers (MQTT, custom) need authenticated tenants, authorization at the topic level, and abuse limits.
Wearables need signed, atomic, rollback-safe OTA - and a CVD plan for the deployed fleet.
Wearables and RPM stream PHI continuously across BLE, cellular, and cloud. Public advisories on the underlying BLE stacks, cellular modems, and cloud APIs are extensive - and reviewers expect each layer addressed.
Historical incidents
Disclosed flaws in BLE SoC stacks from multiple major silicon vendors could be triggered by malformed link-layer packets to crash, deadlock, or bypass pairing on devices using the affected chips - including medical wearables.
CISA ICSMA-20-063-02CVE-2019-16336 et al.
Researchers disclosed 16 vulnerabilities affecting Bluetooth Classic stacks across 11 SoC vendors. Devices that include BR/EDR alongside BLE inherit this exposure unless the stack is patched or feature is disabled.
BrakTooth disclosure, Aug 2021
Although Garmin's affected products were largely consumer fitness, the multi-day outage of the cloud telemetry pipeline illustrated the operational and clinical-continuity risk of a cloud compromise to any wearable platform with safety-relevant alerts.
Active threat scenarios
GATT characteristics that read PHI or accept configuration without authentication are a routine finding on first-generation wearable products.
MQTT or custom telemetry brokers with weak topic-level authorization expose cross-tenant data.
Unsigned, non-atomic, or rollback-vulnerable OTA exposes the deployed fleet to mass compromise.
Account takeover exposes longitudinal PHI and, in many designs, device configuration.
What FDA reviewers cite
RPM and wearable devices stream PHI continuously over BLE and cellular into the cloud - high data volume, low device compute, and a large attack surface per patient.
Strong session crypto can blow battery targets - architecture has to balance both from day one.
Hundreds of thousands of devices per customer demands automation in SBOM monitoring, key rotation, and CVD response.
Many RPM teams come from a HIPAA mindset and miss FDA's explicit premarket cyber expectations.
EHR write-back and clinician dashboards add new authorization layers that have to be modeled and tested.
What FDA scrutinizes
Reviewers expect certificate pinning, secure boot on the gateway, and tamper-evident telemetry.
Hundreds of thousands of devices per customer demands automation in SBOM monitoring, key rotation, and CVD response.
EHR write-back and clinician dashboards add new authorization layers that have to be modeled and tested.
Standards & deliverables
Six deliverables FDA and notified bodies expect across MedTech, with the wearables / rpm-specific wrinkle on each row. Use it as a scoping checklist before you brief vendors or your QA team.
| Deliverable | Status | Cadence | Standard / guidance | Wearables / RPM note |
|---|---|---|---|---|
| SBOM + VEX Machine-readable SBOM (CycloneDX/SPDX) plus VEX feed for every CVE that touches a listed component. |
Required | Premarket + monthly refresh | FDA Cybersecurity Guidance §V · CISA SBOM minimum elements | SBOM must include device firmware, companion-app SDKs, and cloud ingestion stack. |
| Postmarket monitoring Continuous CVE / advisory monitoring against the SBOM, with a documented triage and disclosure path. |
Required | Continuous (≤30-day triage) | FD&C Act §524B · FDA Postmarket Cybersecurity Guidance | Fleet scale (100k+ devices) requires automated SBOM-to-CVE matching and key-rotation tooling. |
| Penetration test scope Black/grey-box testing across device, wireless interfaces, mobile apps, cloud APIs, and service tooling. |
Required | Premarket + on material change | AAMI TIR57 · FDA Premarket Cyber Guidance §VI.A.5 | Pen test scope: BLE pairing/link-layer, cloud ingestion APIs, patient portal, multi-tenant isolation. |
| Threat model STRIDE-per-interface threat model with documented mitigations and residual-risk acceptance. |
Required | Premarket, refreshed each design change | AAMI TIR57 · FDA Premarket Cyber Guidance §V.A | Model lost/stolen devices, hostile patient phones, and provider/payer multi-tenant separation. |
| Secure update mechanism Signed firmware/software updates with rollback protection, integrity verification, and staged rollout. |
Required | Designed premarket, exercised lifecycle-long | FDA Cyber Guidance §IV · IEC 81001-5-1 | Updates have to be battery-aware - rollback-safe OTA without breaking clinical data continuity. |
| Coordinated Vulnerability Disclosure Public CVD policy, intake channel, and SLAs for triage, fix, and customer communication. |
Required | Continuous, lifecycle-long | ISO/IEC 29147 + 30111 · Section 524B(b)(2) | CVD must absorb a much larger reporter volume than typical implants - automate intake and triage. |
Machine-readable SBOM (CycloneDX/SPDX) plus VEX feed for every CVE that touches a listed component.
Continuous CVE / advisory monitoring against the SBOM, with a documented triage and disclosure path.
Black/grey-box testing across device, wireless interfaces, mobile apps, cloud APIs, and service tooling.
STRIDE-per-interface threat model with documented mitigations and residual-risk acceptance.
Signed firmware/software updates with rollback protection, integrity verification, and staged rollout.
Public CVD policy, intake channel, and SLAs for triage, fix, and customer communication.
Only when you make a clinical claim and pursue clearance (510(k), De Novo, or PMA). The moment you do, the full premarket cyber package applies - threat model, SBOM, security architecture, authenticated penetration testing, MDS2, labeling, and a postmarket plan under section 524B. Wellness-only positioning avoids the cyber package, but the line is narrower than most consumer-electronics teams expect, so we frequently help scope a Pre-Sub to settle it.
Authenticated pairing under LE Secure Connections - either numeric comparison or out-of-band - is the expected baseline for any clinical wearable. Just Works pairing is hard to defend in a threat model because it offers no MITM protection, and 'Just Works on first pair, encrypted thereafter' has known downgrade attacks. The threat model documents the chosen pairing mode, the rationale, and the residual risk; the IFU tells the patient what 'good' looks like.
We verify cryptographic signature validation against a hardware-rooted trust anchor where available, anti-rollback enforcement, atomic install with A/B partitioning or equivalent, and recovery behavior under interrupted updates. The cloud delivery path's authentication, integrity, and authorization are pen-tested separately, and we exercise downgrade and substitution scenarios to ensure a hostile peer or compromised cloud cannot push an older or malicious build.
Yes when the EHR integration is part of the cleared system. Typically the FHIR or HL7 endpoint, its authentication (SMART on FHIR, mTLS, OAuth), its authorization model (scopes, claims, tenancy), and its rate-limiting/abuse-resistance properties are tested as part of the wearable system. Findings here often have outsized impact because a single integration may serve many patients across many provider tenants.
Battery exhaustion and DoS are recognized safety-relevant cyber threats for wearables - a forced-pairing storm, a malicious BLE peer, or a malformed advertisement flood can drain a clinical device and silence its alarms. We model and exercise these scenarios on the device and document the mitigations (rate limiting, peer denylisting, exponential backoff, low-battery alarm integrity) in the SPDF and labeling. The IEC 14971 risk file ties the controls back to specific patient hazards.
We perform cross-tenant authorization testing (BOLA), key-scoping and KMS-policy verification, audit-trail review, and tenant-migration / soft-delete / undelete flow testing. Every cross-tenant access we surface is treated as a critical finding because in this segment a single authorization gap can expose continuous physiologic data for thousands of patients. Findings are tied back to specific code paths so remediation is unambiguous.
Cellular-connected patches and wearables get an additional radio-stack review: APN configuration, certificate pinning on the cellular backhaul, IMEI/IMSI handling, and SIM lifecycle (eSIM provisioning, deactivation, replay). We also pen-test the device-management layer that controls the cellular fleet because compromise there can affect every patient device simultaneously. The threat model includes the carrier as an explicit untrusted-but-contractually-bound party.
Continuous data raises the impact ceiling for any confidentiality finding, so we test encryption at rest and in transit, key custody, region/residency controls, audit logging, and retention with the same rigor as a high-volume health platform. The SPDF documents the data classification, lawful basis, retention windows, and access patterns, and pen testing exercises the highest-volume read paths (clinician dashboards, exports, research APIs) under realistic authorization conditions.
Companion apps get the standard mobile premarket package: OWASP MASVS L2 baseline with MSTG-driven test cases, secure storage of pairing material, TLS pinning, root/jailbreak detection where clinically justified, and authorization checks against both the device and any cloud APIs. Findings on the app are tied back to the device threat model so the system view stays coherent.
Typical baseline: FDA 2026 final premarket cybersecurity guidance, AAMI SW96, AAMI TIR57, IEC 62304 (typically Class B for monitoring-only, Class C when therapy is in the loop), ISO 14971, OWASP MASVS for the app, OWASP ASVS for the cloud, plus Bluetooth SIG profile-specific security requirements and applicable IEC 60601 particulars where the device is electrically connected to the patient. EU manufacturers add MDR Annex I §17.2 and MDCG 2019-16.
For a connected wearable with mobile app, cloud, and EHR integration, end-to-end premarket cyber work generally runs 6-12 weeks. Threat modeling and SBOM front-load in weeks 1-3, device/app/cloud/EHR pen testing runs in weeks 3-9, and the consolidated submission package and postmarket plan close in the final weeks - all under a written clearance guarantee.
BLE/Wi-Fi protocol testing, mobile companion app pen testing, and SBOM for connected RPM devices.

"The timeliness of this project exceeded my expectations - this was not my experience with other vendors. Blue Goat Cyber delivered a thorough, detailed report and complete testing faster than I anticipated, without compromising quality."
Cybersecurity for clinical wearables and RPM ecosystems.