CPATH-2026-0037 · Medical IoT

RF pairing communication manipulation

At a glance

What this record establishes

Affected product
MedtronicMedtronic MiniMed / NGP 600 series insulin pumps - RF pairing protocol allows bolus/delivery manipulationInsulin pump · Pump communication accessory
  • MiniMed 620G
  • MiniMed 630G
  • MiniMed 640G
  • MiniMed 670G
  • Guardian Link 3
  • Guardian 2 Link
  • CareLink USB
  • Contour Next Link 2.4
  • Contour Plus Link 2.4
Root cause
The MiniMed 600-series wireless pairing protocol does not reliably establish that a nearby component is authentic before accepting communication that can include remote-bolus commands.
Reachable consequence
  • Injected delivery commands can stop insulin or trigger an unintended bolus, causing severe hypoglycemia, hyperglycemia, or ketoacidosis.
Remediation
No firmware fix is documented. Follow Medtronic's pairing precautions, keep the pump and accessories under physical control, reject unexpected pairing activity, and disable remote-bolus capability where advised.
Evidence status
  • Documented in a public reportNVD reports the condition.
Baseline confidence: High

Vulnerability record

Bug mechanics, affected systems, and remediation

The editorial record appears before the modeled consequence so the Path Score remains traceable to the documented vulnerability.

1. Summary

CVE-2022-32537 is a protection-mechanism failure (CWE-693) in the proprietary wireless pairing protocol used by Medtronic’s MiniMed 600 series insulin pump system to establish trust between the pump and its wireless accessories (such as the Guardian Link transmitter and the remote-bolus-capable meter) [1][2]. During the brief interval in which two components are being paired, an attacker within RF/wireless proximity can passively observe the exchange and, with advanced technical knowledge, learn aspects of the pairing communication protocol [1]. That learned knowledge is not itself a full compromise, but it removes the confidentiality of the pairing handshake and becomes the foothold for impersonating a trusted, already-paired component and injecting or modifying commands to the pump (the injection step being tracked as the companion issue CVE-2022-32538) [3][5]. The flaw is exploitable only from adjacent RF range, not over the internet [1][2][7].

2. Affected products & versions

product models affected versions fixed version
MiniMed 600 Series Insulin Pump 620G, 630G, 640G, 670G (various MMT- part numbers) all shipped firmware/hardware revisions of the 600-series pairing design not documented (no firmware patch; design-level RF issue mitigated procedurally) [3][5][6]
Guardian Link transmitter associated 600-series transmitter not documented not documented [1][5]
Wireless accessories / remote-bolus meter 600-series compatible accessories not documented not documented [3][6]

Note: the vendor did not ship a firmware fix that closes the underlying RF/protocol weakness; remediation is procedural and behavioral (see Section 7) [3][6].

3. The vulnerability in detail

The defect lives in the wireless pairing protocol that binds the MiniMed 600-series insulin pump to its wireless accessories. In this system, the pump does not operate as an isolated device; it forms a small personal-area wireless ecosystem with a continuous glucose transmitter (Guardian Link) and, importantly, a meter/remote that can issue a “remote bolus” - a command that instructs the pump to deliver a dose of insulin without the patient physically touching the pump [3][6]. For that arrangement to be safe, the pump must be able to distinguish a genuinely paired, trusted component from an arbitrary radio in the vicinity. The pairing protocol is exactly the protection mechanism responsible for establishing that trust boundary, and it is that protection mechanism that fails - hence the classification under CWE-693, Protection Mechanism Failure [1].

The root cause is that the pairing protocol leaks its own details to a nearby observer while pairing is in progress. NVD states: “an unauthorized user [could] learn aspects of the communication protocol used to pair system components while the pump is being paired with other system components” [1]. In other words, the handshake that is supposed to be a private, integrity-protected ceremony between two legitimate endpoints is observable to a third party who is listening on the RF channel at the right moment. The protocol does not adequately conceal or cryptographically protect the material an attacker would need to understand and later reproduce the trusted-component relationship [1][2]. This is a confidentiality/integrity weakness in the design of the pairing exchange itself, not a memory-safety bug or a coding error in a single function; there is no buffer, parser, or allocation defect involved - the weakness is architectural, resident in how the protocol was specified rather than in how a particular routine was coded.

It is worth being precise about what CVE-2022-32537 is and is not. This CVE covers only the information-disclosure/protection-failure link: the fact that the pairing exchange leaks protocol details to a passive listener. The subsequent act of using that knowledge to impersonate a trusted component and actually inject or modify commands is tracked separately as the companion CVE-2022-32538 [3][5]. The two are frequently discussed together in the CISA advisory (ICSMA-22-263-01) because they chain, but conflating them obscures where the boundary lies: CVE-2022-32537 by itself yields reconnaissance and a defeated trust-establishment control, not the injection of commands. The NVD impact metrics for -32537 record integrity impact only (I:H) with confidentiality and availability marked none (C:N/A:N); the disclosure defeats the integrity of the trust relationship rather than exfiltrating patient data or denying service on its own [1].

The mechanism of exploitation has hard preconditions that shape the entire risk profile. First, the attacker must be within wireless/RF proximity of the patient and the device - this is an adjacent-network attack (AV:A), not a remote one; there is no internet-facing path [1][2][7]. Second, the attacker must be present and listening during the pairing window, which is a brief, operator-initiated event rather than a continuously available surface; the pairing ceremony happens when a patient sets up or re-links an accessory, so the vulnerable interval is narrow and not attacker-triggerable at will (this contributes to the high attack complexity, AC:H) [1]. Third, exploitation “requires advanced technical knowledge” and, in practice, specialist RF/protocol-analysis capability to capture the over-the-air exchange and interpret and reuse what is observed [1][7]. These three conditions are cumulative: an attacker must simultaneously be physically close, be present at the right moment, and possess the tooling and expertise to make sense of an undocumented proprietary radio protocol.

The step-by-step chain is: (1) the attacker positions within RF range of the patient during a legitimate pairing event; (2) the attacker passively observes the pairing exchange and, applying protocol expertise, learns aspects of the pairing communication protocol [1]; (3) armed with that protocol knowledge, the attacker is positioned to impersonate a trusted, paired component - the pump can no longer reliably tell the impersonator apart from a legitimate accessory [1][3]; (4) using the companion weakness CVE-2022-32538, the attacker sends commands to the pump that appear to originate from a legitimate accessory [3][5]; (5) the pump acts on those commands as though they came from a trusted, already-paired accessory. CVE-2022-32537 is specifically the reconnaissance/protection-failure link that makes step (4) achievable; the subsequent clinical outcomes of step (5) are treated in Section 6. Note that only steps (1)-(3) are within the scope of CVE-2022-32537 itself; steps (4)-(5) require chaining to the companion CVE-2022-32538 and are included here only to show where this bug sits in the larger attack.

The underlying weakness (CWE-693). CWE-693, Protection Mechanism Failure, describes a situation where a security control exists but does not actually deliver the protection it is meant to provide - the guard is present but ineffective. Here the pairing protocol is the intended guard for the pump’s trust boundary; because it leaks the information an adversary needs to understand and later imitate a trusted peer, the guard fails to enforce the boundary it was designed to enforce [1]. The pump is not missing an authentication step outright - it has a pairing/trust mechanism - but that mechanism does not resist a proximate observer, which is precisely the “present-but-ineffective control” shape that CWE-693 captures. This is why the flaw qualifies as a vulnerability even though no single line of code is “wrong” in the conventional sense: the design of the ceremony, not any one routine, is what fails to hold the trust boundary.

4. Discovery & timeline

The issue originated from Medtronic’s own product-security disclosure via a security bulletin describing the MiniMed 600 series pairing/communication issue [3]. It was published coordinated with the U.S. government: CISA issued ICS Medical Advisory ICSMA-22-263-01 covering both CVE-2022-32537 and the companion CVE-2022-32538, listing affected models and mitigations [2]. The FDA safety communication and Medtronic notice were made public on September 22, 2022, which anchors the public-disclosure window to late September 2022 [7]. The CISA advisory’s publication date is not stated in public sources; the “22-263” identifier in the advisory ID is consistent with a September 2022 timeframe but does not, by itself, establish a specific calendar date, so the September 2022 window is taken from the dated press coverage rather than from the advisory identifier [2][7]. The NVD record for CVE-2022-32537 carries a published date of December 12, 2022, reflecting the later CVE-database entry rather than the initial advisory [1]. The FDA issued a parallel safety communication to patients and providers, stating it had no evidence of real-world exploitation [7]. The UK’s NHS England Digital issued its own mirror alert, CC-4176, independently confirming the vulnerability and remediation guidance [4]. Vendor response was to publish mitigation guidance rather than a firmware patch, reflecting the design-level nature of the RF weakness [3][6]. A specific patch date is not documented because no firmware fix closing the root cause was released [3].

5. Technical reference

  • CVE: CVE-2022-32537 (companion: CVE-2022-32538, the command-injection/impersonation issue) [1][3].
  • CWE: CWE-693 Protection Mechanism Failure (assigned by Medtronic as CNA; NVD additionally records NVD-CWE-Other) [1].
  • CVSS v3.1: base 4.8 (MEDIUM); vector CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N [1].
  • AV:A (Adjacent) - reachable only from the local RF/wireless network, not the internet [1][7].
  • AC:H (High) - the vector records high attack complexity [1].
  • PR:L (Low) - the vector asserts low privileges required; the cited sources do not further explain what privilege level PR:L represents for a passive-RF-observation flaw, so this is reported from the CVSS vector alone and not further interpreted (not explained in public advisories) [1].
  • UI:N - no user interaction required by the victim (as recorded in the vector) [1].
  • S:U (scope unchanged); C:N/I:H/A:N - confidentiality none, integrity high, availability none, as recorded in the NVD vector [1].
  • Published date: NVD published 2022-12-12; public advisory/reporting dated September 2022 [1][7].
  • Code/commit refs: none — closed vendor firmware [3].

6. Consequence & CFSE path analysis

Real-world consequence: if the full chain is executed, an attacker within RF range can impersonate a trusted paired component and inject or modify insulin-delivery commands. That can cause an unintended bolus (over-delivery), producing severe hypoglycemia with risk of seizure, coma, or death; or slowed/stopped delivery (under-delivery), producing hyperglycemia that can progress to diabetic ketoacidosis (DKA) [6]. This is a direct patient-safety consequence, not a data-confidentiality one.

Why the CFSE Path Score diverges from CVSS: CVSS scores this vulnerability at 4.8 MEDIUM because its model is dominated by the exploitation-difficulty vector (AV:A, AC:H) and by integrity-only impact metrics (I:H, C:N, A:N) - the CVSS numeric result reflects how hard it is to reach and how it maps onto the CIA triad, and therefore lands mid-band. This is the mechanism behind the CVSS-vs-CFSE tension: because CVSS impact is capped at integrity-only and its exploitability vector is heavily discounted for adjacency and complexity, the safety-critical target does not move the base score. The CFSE Path analysis instead decomposes the vulnerability into consequence-bearing paths and scores the severity of the outcome the path enables, keeping the exploitation difficulty as an exposure modifier rather than letting it collapse the whole verdict. Because the single dominant (and only) path here delivers a life-threatening safety outcome, the path verdict is CRITICAL even though CVSS is MEDIUM.

CFSE bands / verdict:

verdict: CRITICAL. The entry decomposes the vulnerability into a single safety risk path, DEVICE_CONTROL_SAFETY, which is scored in the CRITICAL band and is the dominant (and only) path. The reasoning holds that an attacker within RF/wireless proximity during a brief component-pairing window can impersonate a trusted paired component and inject or modify insulin-delivery commands, causing severe hypoglycemia (unintended bolus) or hyperglycemia/DKA (slowed or stopped insulin). Exposure is bounded by high execution complexity (AC:H): the technique needs precise timing, specialist RF equipment, protocol expertise, and adjacent-only access (AV:A), so practical exposure is kept low (EX=1) despite broad device reach. It is scored as service/command authority (AT=3) rather than firmware or signing authority, a single radio-to-command boundary hop (CH=2) with no reusable cross-domain bridge, per-pairing/per-device targeting (SR=1) and one-at-a-time non-scalable execution (SX=1). Recovery is per-device and procedural (OR=2), and mitigations are only partially effective against the underlying RF design weakness (LS PARTIALLY_MITIGATED), with the condition documented publicly (EV=2) and no known in-the-wild exploitation. The overall path_verdict is CRITICAL, driven entirely by the severe safety consequence, with no cap or systemic uplift applied.

The band structure is internally consistent with the bug as described: authority is command/service-level (the attacker gains the ability to issue trusted commands, not to reflash firmware or forge signatures, hence AT=3); the boundary crossing is the single radio-to-command hop with no lateral or cross-domain reuse (CH=2, SR=1, SX=1), matching the one-patient-at-a-time, per-pairing nature of the attack; and LS PARTIALLY_MITIGATED correctly reflects that the vendor’s mitigations are behavioral and do not close the underlying protocol-disclosure weakness [3][6].

7. Remediation & mitigations

Remediation for CVE-2022-32537 is procedural, because the vendor did not release a firmware fix that closes the RF pairing-protocol disclosure; the following measures are specific to this bug’s exploitation preconditions [3][6]:

  • Disable Remote Bolus. The remote-bolus feature is the highest-impact command path an impersonating component can abuse, and it is enabled by default. Medtronic advises patients to turn it off unless actively needed [6].
  • Pair components only in a private, non-public setting. Since the attack requires an observer within RF range during the pairing window, performing the pairing ceremony away from unknown persons removes the observation opportunity that steps (1)-(2) of the chain depend on [3].
  • Keep pump and connected components under the patient’s physical control at all times, and do not connect/pair with unknown or untrusted devices - this denies the proximity and pairing-window preconditions the flaw requires [3][5].
  • Watch for and act on pump alerts/alarms indicating unexpected connection or bolus activity, and follow Medtronic’s device-security guidance for reporting suspected tampering [3][6].
  • Detection specific to this issue is limited to observing anomalous pairing attempts or unexpected bolus/connection alerts on the device itself; there is no network-based signature because the attack is RF-adjacent, not IP-borne [2][7].

8. Sources

[1] NVD - CVE-2022-32537 - NIST NVD - https://nvd.nist.gov/vuln/detail/CVE-2022-32537 - Authoritative record: confirmed CVSS 3.1 base 4.8 MEDIUM, exact vector, CWE-693 (with NVD-CWE-Other), NVD published date 2022-12-12, and the canonical description of the pairing-protocol disclosure. Credibility: primary advisory. [2] ICSMA-22-263-01: Medtronic NGP 600 Series Insulin Pumps - CISA - https://www.cisa.gov/news-events/ics-medical-advisories/icsma-22-263-01 - Official government advisory pairing CVE-2022-32537 with CVE-2022-32538; affected models, adjacent-RF-only constraint, mitigations, timeline anchor. Credibility: primary advisory. [3] Security Bulletin - MiniMed 600 Series Pump System Communication Issue - Medtronic - https://global.medtronic.com/xg-en/product-security/security-bulletins/minimed-600-series-communication-issue.html - Originating vendor disclosure; pairing communication issue, affected components, and patient mitigation guidance. Credibility: primary advisory. [4] NHS England Digital Cyber Alert CC-4176 - NHS England Digital - https://digital.nhs.uk/cyber-alerts/2022/cc-4176 - Independent national government mirror confirming vulnerability, affected products, and remediation. Credibility: primary advisory. [5] Vulnerability Identified in Medtronic MiniMed 600 Series Insulin Pumps - HIPAA Journal - https://www.hipaajournal.com/vulnerability-identified-in-medtronic-minimed-600-series-insulin-pumps/ - Most complete affected-model/part-number breakdown, CVSS 4.8, pairing-protocol root cause, full mitigation list. Credibility: reputable press. [6] Medtronic issues urgent notice about MiniMed insulin pump system vulnerability - MedTech Dive - https://www.medtechdive.com/news/medtronic-issues-urgent-notice-minimed-insulin-pump-system-vulnerability/632305/ - Clinical-consequence framing (hypoglycemia to seizure/coma/death; hyperglycemia/DKA) and the Remote-Bolus-disable mitigation plus its default-on status. Credibility: reputable press. [7] Medtronic’s MiniMed 600 series insulin pumps potentially at risk of compromise, says FDA - Malwarebytes Labs - https://www.malwarebytes.com/blog/news/2022/09/medtronics-minimed-600-series-insulin-pumps-potentially-at-risk-of-compromise-says-fda - FDA safety-communication angle (article dated September 22, 2022); confirms FDA/Medtronic unaware of real-world exploitation and summarizes adjacent-proximity constraint. Credibility: reputable press.

Causal model

How the exploit reaches this consequence

1 modeled path · each transition states what supports it.

Safety · Dominant path

Device-control safety

Injected delivery commands can stop insulin or trigger an unintended bolus, causing severe hypoglycemia, hyperglycemia, or ketoacidosis.

CRITICAL
  1. accessSource-backed

    Proximity or local access

    The attacker must be within radio range during the brief component-pairing event.

    Evidence NVD

  2. boundaryModel inference

    One cross-boundary bridge

    The pairing flaw creates one radio-to-command transition into insulin delivery; it does not establish a wider control-plane bridge.

    Evidence Derived from the cited facts.

  3. capabilityModel inference

    Severe therapy or actuation consequence

    Injected delivery commands can stop insulin or trigger an unintended bolus, causing severe hypoglycemia, hyperglycemia, or ketoacidosis.

    Evidence Derived from the cited facts.

  4. consequenceModel inference

    Device-control safety

    Injected delivery commands can stop insulin or trigger an unintended bolus, causing severe hypoglycemia, hyperglycemia, or ketoacidosis.

    Evidence Derived from the cited facts.

  5. recoveryOperational assumption

    Patch, reset, or reconfiguration

    Recovery is per-device and procedural: end the suspect pairing, verify the pump, and apply the available mitigation guidance.

    Evidence Required deployment or recovery condition.

Decision trail

How the final band follows

  1. Base bandCRITICAL
  2. No adjustment

    The CRITICAL base band remains final because no separate cap or systemic uplift applies. Injected delivery commands can stop insulin or trigger an unintended bolus, causing severe hypoglycemia, hyperglycemia, or ketoacidosis.

  3. Final bandCRITICAL
Inspect every metric judgment

Decision rationale

How this band was reached

Reach and effort
ReachabilityRE 2
Proximity or local access

The attacker must be within radio range during the brief component-pairing event.

Source-backedNVD
Execution complexityEC 1
Narrow or timing-dependent technique

The technique requires precise timing, specialist equipment, and protocol expertise to impersonate a component during pairing.

Source-backedNVD
ExposureEX 1
Execution effort limits exposure

The interface is broadly reachable, but the required technique keeps practical exposure below that reach.

Model inference
Consequence
Physical / safetyPH 4
Severe therapy or actuation consequence

Injected delivery commands can stop insulin or trigger an unintended bolus, causing severe hypoglycemia, hyperglycemia, or ketoacidosis.

Model inference
Data / perceptionDP 0
No data consequence

The path changes dosing and command state rather than extracting patient records.

Model inference
AuthorityAT 3
Administrative or command authority

A forged paired component can issue insulin-delivery commands, but it does not obtain pump firmware or signing authority.

Model inference
Scale and recovery
ChainabilityCH 2
One cross-boundary bridge

The pairing flaw creates one radio-to-command transition into insulin delivery; it does not establish a wider control-plane bridge.

Model inference
Reuse scaleSR 1
Target-specific technique

The attacker must win a new pairing window for each target rather than reuse a shared credential.

Operational assumption
Execution scaleSX 1
One device at a time

Every attempt is one patient and one pairing event at a time within radio range.

Operational assumption
Recovery burdenOR 2
Patch, reset, or reconfiguration

Recovery is per-device and procedural: end the suspect pairing, verify the pump, and apply the available mitigation guidance.

Operational assumption
Confidence and status
Evidence strengthEV 2
Documented in a public report

NVD reports the condition.

Source-backedNVD
LivenessLS Partially mitigated
Partial mitigation leaves residual exposure

Mitigation reduces the path, but exposed devices may still need the fix.

Source-backedNVD
Technical vector
Compact machine notationCPATH:1.0/TT:DEVICE_CONTROL_SAFETY/RE:2/EC:1/EX:1/PH:4/DP:0/AT:3/CH:2/SR:1/SX:1/OR:2/EV:2/LS:PARTIALLY_MITIGATEDRead the scoring method →

Triage implication

Prioritize the safety transition.

Set remediation urgency from the deployment-specific transition between digital control or perception and physical action.

Evidence ledger

Public sources used by this record.

Published baseline

Why this band differs from CVSS

RelationshipPaths model is higher
Baseline confidencehigh
Scored2026-06-03
v3.1 · 4.8 MEDIUMsecurity via NVD / NVD
CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N

Related paths

Compare trust boundaries across products.

Cite this entryCFSE Consequence Paths Registry 1.0, CPATH-2026-0037 (“RF pairing communication manipulation”), paths.cfse.ai/CPATH-2026-0037 (published 2026-06-03).