Security control category
Authentication
Who or what is this, and where did this information come from?
Definition
Authentication provides evidence that an entity is who or what it claims to be and that information came from a known, trusted source without unauthorized alteration.
In plain language
Authentication is an identity check. It applies to people, devices, applications, servers, messages, commands, clinical data, software, and updates.
Why it is important
- A device must distinguish a clinician, patient, service technician, connected device, or server from an impostor.
- A receiving system must be able to trust the source of commands, clinical data, and software updates.
- Weak authentication can let an attacker impersonate a trusted person or system and use valid device functions in an unsafe way.
How the control works
- 1. Claim
User • device • server • message
An identity or information source is presented.
- 2. Proof
Credentials • certificates • signatures
The device checks cryptographic or user evidence.
- 3. Trusted result
Session • command • telemetry • update
The system accepts valid proof and handles failure.
Four primary implementation approaches
- 1
User authentication
Passwords, passkeys, smartcards, biometrics, or multi-factor authentication selected for the user, privilege level, and clinical context.
- 2
Device and service authentication
Certificates or other cryptographic credentials that allow devices, applications, and servers to verify each other.
- 3
Information authentication
Digital signatures or message authentication codes that verify the source and integrity of messages, telemetry, software, and firmware.
- 4
Session and replay protection
Session limits, nonces, sequence values, or equivalent measures that prevent reuse of captured valid communications.
Medical-device examples
Implant programmer
A clinician programmer and an implanted device authenticate each other before the programmer can change therapy settings.
Automated insulin delivery
A glucose monitor and insulin pump verify the source of glucose readings before the readings influence insulin delivery.
Home monitoring
A home-use device authenticates the manufacturer cloud service before it uploads data or accepts instructions.
Firmware update
A device verifies the digital signature on a firmware package before installation.
Questions RA and QA can ask
- 1.Which people, devices, services, messages, and updates must be authenticated?
- 2.What happens when authentication fails or a credential expires?
- 3.Could a security step delay urgent clinical access, and how has that risk been addressed?