Blue Goat CyberSMMedical Device Cybersecurity
    K
    MedTech segment · Diabetes / CGM

    Diabetes & Continuous Glucose Monitoring cybersecurity.

    Cybersecurity for CGMs, insulin pumps, and AID systems.

    Overview

    What we mean by diabetes / cgm.

    Automated insulin delivery (AID) systems combine a CGM, an insulin pump, and a control algorithm - often spread across vendors and a smartphone. Each interop boundary is a cyber attack surface where a fault could cause hypo- or hyperglycemia. We secure the full closed loop end-to-end.

    Automated insulin delivery (AID) is the most cyber-physical product in MedTech: a CGM, a controller, and a pump exchange dosing decisions over BLE in real time, often through a phone the patient owns. Every interop boundary is a defined attack surface under FDA's iCGM and iAGC special controls.

    iCGM, iAGC, and ACE-pump pathways exist precisely because FDA wanted these boundaries explicitly modeled, tested, and documented. Reviewers expect threat models that name each interface, not a generic 'system security' narrative.

    Typical clinical uses

    • Continuous glucose monitors (CGM / iCGM)
    • Patch and tubed insulin pumps (ACE pumps)
    • Automated insulin delivery (AID) controllers / iAGC
    • Smart insulin pens and dose-capture caps
    • Companion mobile apps for dosing, sharing, and alerts
    • Cloud platforms for clinician and family follow-up

    Key data flows & integrations

    • CGM ↔ controller / phone (BLE, authenticated pairing)
    • Controller ↔ pump (BLE)
    • Phone ↔ cloud (TLS, OAuth)
    • Cloud ↔ clinician dashboard / EHR (FHIR, SSO)
    • Cloud ↔ family / caregiver share (rate-limited APIs)
    Threat surface

    Cyber risks specific to diabetes / cgm.

    BLE pairing and key management

    Pump-to-CGM and pump-to-phone BLE links must use authenticated pairing, not Just Works, with rotating session keys.

    Algorithmic dosing manipulation

    Sensor spoofing or replay can drive an AID controller to over-deliver or stall insulin.

    Cloud and account takeover

    Companion-app account takeover can expose dosing history and, in some designs, change pump behavior.

    Real-world attacks

    Notable real-world attacks & threat scenarios.

    Diabetes devices have produced some of FDA's most-cited cybersecurity advisories. AID systems compound the risk because a fault at any boundary - sensor, pump, controller, phone, cloud - can drive hypo- or hyperglycemia.

    Historical incidents

    • Medtronic MiniMed 508 / Paradigm insulin pumps

      FDA's 2019 Safety Communication confirmed vulnerabilities in certain Medtronic MiniMed 508 and Paradigm series pumps that could allow a nearby attacker to wirelessly change pump settings or insulin delivery. Medtronic recalled affected models.

      FDA Safety Communication, Jun 2019CISA ICSMA-19-178-01

    • Medtronic MiniMed 600-series remote-controller pairing (CVE-2022-30260 et al.)

      A 2022 advisory disclosed that the wireless protocol used by the MiniMed 600-series pump and its remote controller could be exploited to deliver or block insulin doses if certain conditions were met. Medtronic instructed users to disable the remote-bolus feature pending remediation.

      CISA ICSMA-22-263-01FDA Safety Communication, Sep 2022

    • Animas OneTouch Ping insulin pump (J&J, 2016)

      Researcher disclosure showed the OneTouch Ping pump's wireless link to its meter remote was unencrypted and unauthenticated, allowing nearby attackers to deliver unauthorized insulin doses. J&J issued mitigations and ultimately exited the pump market.

    Active threat scenarios

    • Just Works BLE pairing on CGM-pump-phone links

      Pairing without authentication exposes link-layer eavesdropping, MITM, and unauthorized control commands - including dosing in some designs.

    • CGM data spoofing into AID controller

      Out-of-range or fabricated glucose readings injected into the AID loop can drive over- or under-dosing if the controller does not enforce safety bounds and source authentication.

    • Companion-app account takeover

      Account takeover on cloud companion accounts exposes dosing history (HIPAA + safety) and, in remote-bolus-enabled designs, can change pump behavior.

    • iCGM/iAGC interoperability boundary abuse

      Special-controls boundaries between interoperable components are a documented FDA review focus and a frequent threat-model gap.

    What FDA reviewers cite

    Reviewer talking points from these incidents

    • Authenticated BLE pairing (LESC) with no Just Works fallback
    • Sensor-source authentication and dosing-bound enforcement in the AID controller
    • Threat model for every iCGM/iAGC special-controls boundary
    • Documented secure-update mechanism for pump and controller
    Top concerns

    Top cybersecurity concerns for diabetes / cgm.

    Automated insulin delivery (AID) crosses 3+ devices and a phone in real time - every interop boundary is an attack surface where a fault can cause hypo- or hyperglycemia.

    • BLE pairing using Just Works instead of authenticated pairing
    • Sensor data spoofing or replay driving the AID controller
    • Companion-app account takeover changing pump behavior
    • Cloud APIs leaking dosing history (HIPAA + safety implications)
    • Algorithmic dosing manipulation through sensor fault injection
    • Interoperable iCGM/iAGC boundary controls per FDA special controls
    • Smartphone OS / sideloaded-app risks on patient devices
    • Multi-vendor firmware coordination for closed-loop safety
    Operational challenges

    Where diabetes / cgm teams get stuck.

    iCGM/iAGC special controls

    Interoperability special controls require explicit threat modeling of each defined boundary and tested mitigations - not just narrative claims.

    Phone-as-controller risk

    Off-the-shelf phones aren't medical devices - your design has to compensate for OS variability, sideloading, and screen-lock bypass.

    Dosing-loop latency vs. integrity checks

    Adding crypto checks can't push closed-loop control out of clinically acceptable timing windows.

    Recall sensitivity

    AID recalls disrupt therapy; secure update + staged rollout design is a premarket conversation, not a postmarket scramble.

    What FDA scrutinizes

    Reviewer focus areas

    Interoperability special controls

    Each iCGM / iAGC / ACE boundary requires explicit threat modeling and tested mitigations - not narrative claims.

    Phone-as-controller assumptions

    Off-the-shelf phones are not medical devices; the design must compensate for OS variability, sideloading, and screen-lock bypass.

    Closed-loop timing budgets

    Crypto checks cannot push control-loop latency outside clinically acceptable windows - performance evidence must accompany the threat model.

    Regulatory pathways and standards

    Regulatory pathways

    FDA pathways we support

    510(k) De Novo iCGM / iAGC special controls
    Standards & guidance

    Applicable standards

    FDA 2026 Premarket Cyber Guidance AAMI SW96 IEC 62304 ISO 14971 ISO/IEC 27001

    Standards & deliverables

    What you owe FDA for diabetes / cgm - at a glance.

    Six deliverables FDA and notified bodies expect across MedTech, with the diabetes / cgm-specific wrinkle on each row. Use it as a scoping checklist before you brief vendors or your QA team.

    Deliverable Status Cadence Standard / guidance Diabetes / CGM 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 Inventory each interop boundary - sensor, controller, pump, phone - with separate component lists.
    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 iCGM/iAGC special controls require ongoing monitoring evidence at the boundary level, not just the device.
    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 Test must include sensor spoofing, dosing-loop fault injection, and companion-app account takeover.
    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 the smartphone OS as hostile and the closed-loop control path as safety-critical.
    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 can't push closed-loop latency outside clinically acceptable bounds - validate timing under crypto load.
    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 accept reports about all interop partners' components, not only your own.
    • SBOM + VEX

      Required

      Machine-readable SBOM (CycloneDX/SPDX) plus VEX feed for every CVE that touches a listed component.

      Cadence
      Premarket + monthly refresh
      Standard
      FDA Cybersecurity Guidance §V · CISA SBOM minimum elements
      Diabetes / CGM note
      Inventory each interop boundary - sensor, controller, pump, phone - with separate component lists.
    • Postmarket monitoring

      Required

      Continuous CVE / advisory monitoring against the SBOM, with a documented triage and disclosure path.

      Cadence
      Continuous (≤30-day triage)
      Standard
      FD&C Act §524B · FDA Postmarket Cybersecurity Guidance
      Diabetes / CGM note
      iCGM/iAGC special controls require ongoing monitoring evidence at the boundary level, not just the device.
    • Penetration test scope

      Required

      Black/grey-box testing across device, wireless interfaces, mobile apps, cloud APIs, and service tooling.

      Cadence
      Premarket + on material change
      Standard
      AAMI TIR57 · FDA Premarket Cyber Guidance §VI.A.5
      Diabetes / CGM note
      Test must include sensor spoofing, dosing-loop fault injection, and companion-app account takeover.
    • Threat model

      Required

      STRIDE-per-interface threat model with documented mitigations and residual-risk acceptance.

      Cadence
      Premarket, refreshed each design change
      Standard
      AAMI TIR57 · FDA Premarket Cyber Guidance §V.A
      Diabetes / CGM note
      Model the smartphone OS as hostile and the closed-loop control path as safety-critical.
    • Secure update mechanism

      Required

      Signed firmware/software updates with rollback protection, integrity verification, and staged rollout.

      Cadence
      Designed premarket, exercised lifecycle-long
      Standard
      FDA Cyber Guidance §IV · IEC 81001-5-1
      Diabetes / CGM note
      Updates can't push closed-loop latency outside clinically acceptable bounds - validate timing under crypto load.
    • Coordinated Vulnerability Disclosure

      Required

      Public CVD policy, intake channel, and SLAs for triage, fix, and customer communication.

      Cadence
      Continuous, lifecycle-long
      Standard
      ISO/IEC 29147 + 30111 · Section 524B(b)(2)
      Diabetes / CGM note
      CVD must accept reports about all interop partners' components, not only your own.
    Services

    How we help diabetes / cgm teams.

    FAQs

    Diabetes / CGM cybersecurity FAQs.

    Do interoperable iCGM/iAGC special controls require extra cybersecurity work?

    Yes. Interoperability special controls require explicit threat modeling of each defined boundary (sensor-controller, controller-pump, controller-app, app-cloud) and documented mitigations for spoofing, replay, and tampering at each one. The cyber package has to demonstrate that the cleared interoperability claim survives realistic adversarial conditions, and the SPDF cross-references the special controls so reviewers can trace each requirement to a specific control and test.

    How do you test BLE pairing on a CGM-pump pair?

    We exercise pairing modes (LE Secure Connections passkey, numeric comparison, OOB), verify session-key rotation and bonding storage, and run replay/MITM tests against bonded and unbonded sessions. Downgrade behavior, peer denylisting, and recovery from a lost or stolen peer device are all tested. The threat model documents the chosen pairing mode, the rationale, and the residual risk; the IFU tells the patient what 'good' looks like.

    What about third-party AID controllers running on the patient's phone?

    We model the controller as a trusted-but-isolated component with explicit assumptions about the host phone (OS version, lock-screen behavior, sideloading posture), test its API surface against pump and sensor, and document the constraints the IFU places on the patient's environment. Where the controller is third-party, the boundary is documented as an explicit interoperable interface and the cleared claim is exercised under realistic adversarial conditions including stale tokens, replay, and concurrent peer interference.

    How do you cover sensor spoofing of the AID loop?

    We inject malformed, out-of-range, and adversarially-crafted glucose readings into the controller and verify the algorithm's safety bounds, alerting, fallback dosing, and IEC 14971-aligned hazard mitigations. The test plan exercises both single-sample and time-series attack patterns because closed-loop algorithms are sensitive to trajectory, not just point values. Findings tie back to specific hazard entries in the risk file so safety and security teams act on the same evidence.

    Can you handle FDA cyber and EU MDR cyber together?

    Yes. Our package maps the same artifacts to FDA's 2026 premarket guidance, AAMI SW96, ISO 14971, IEC 62304, MDR Annex I §17.2, and MDCG 2019-16 so you don't redo work for Europe. Notified-body specific deltas (e.g., evidence-of-conformity expectations) are flagged and addressed in the same package, and the postmarket plan satisfies both section 524B and MDR vigilance obligations.

    What does the postmarket plan look like for AID systems?

    Continuous SBOM monitoring across the pump, controller, sensor stacks, and any companion app; a Coordinated Vulnerability Disclosure intake with severity-based SLAs; a defined process for hot-fixing the mobile controller without breaking the cleared interoperability claim; and explicit handling for sensor and pump firmware updates that respect therapy continuity. The plan is delivered as part of the premarket package so it's ready for clearance.

    How do you handle the dosing-loop latency vs. integrity-check tradeoff?

    Crypto and integrity checks added to the closed-loop control path can't push the loop out of the clinically acceptable timing window, so the design has to budget cryptographic overhead from the start. We measure end-to-end timing under realistic conditions, document the budget in the SPDF, and verify that the chosen primitives (e.g., AES-CCM/GCM, hardware-accelerated where available) hold within budget across the supported device variants. Findings that push timing out of budget are escalated as safety-relevant.

    What about smartphone OS variability and sideloaded-app risk?

    Off-the-shelf phones are not medical devices, so the design must compensate for OS variability, sideloading, accessibility-service abuse, and OS-level screen-lock bypass. We document the supported OS versions and platform constraints in the IFU, exercise the highest-impact platform-abuse scenarios in pen testing, and verify root/jailbreak detection, secure storage, and attestation (where available) behave as documented. Where the controller depends on phone-side controls, the residual risk is explicit.

    How do you cover cloud APIs that hold dosing history?

    Cloud APIs holding dosing history are tested for BOLA, multi-tenant authorization, scope confusion, JWT claim tampering, soft-delete/undelete tenancy leaks, and rate-limiting/abuse resistance. Encryption at rest and in transit, key custody, audit logging, and region/residency are documented in the SPDF. Findings are tied to specific code paths because in this segment a single authorization gap can expose continuous dosing data for many patients - which is both a HIPAA and a safety event.

    What standards stack applies to AID and CGM systems?

    Typical baseline: FDA 2026 final premarket cybersecurity guidance, AAMI SW96, AAMI TIR57, IEC 62304 (Class C for AID controllers), ISO 14971, IEC 60601-1 with applicable particulars (e.g., -2-24 for infusion pumps), IEC 81001-5-1 for the secure software lifecycle, OWASP MASVS for the controller app, and Bluetooth SIG profile-specific security requirements. EU manufacturers add MDR Annex I §17.2 and MDCG 2019-16; we map across both regimes.

    How long does a diabetes/CGM premarket cyber engagement typically take?

    For a connected AID system with pump, sensor, mobile controller, and cloud, end-to-end premarket cyber work generally runs 10-16 weeks. Threat modeling and SBOM front-load in weeks 1-4, pen testing across pump/sensor/controller/cloud and interoperability boundaries runs in weeks 4-12, and the consolidated submission package and postmarket plan close in the final weeks - all under a written clearance guarantee.

    Diabetes / CGM cybersecurity

    De-risk your CGM, pump, or AID system before submission.

    We test mobile apps, BLE pairing, and cloud control paths for closed-loop insulin delivery - and document it for FDA.

    Book a CGM/AID cyber review
    • 30-min discovery call
    • Fixed-fee proposal in 48 hrs
    • No sales pressure
    Other segments

    Explore more MedTech segments

    In their words

    Backed by MedTech leaders.

    Tim Sandberg, VP of IT Operations at Matrix One
    "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."
    Tim Sandberg
    VP of IT Operations · Matrix One
    For Diabetes / CGM

    Get Diabetes / CGM cybersecurity that lands.

    Cybersecurity for CGMs, insulin pumps, and AID systems.