Side-Channel Attack
An attack that extracts secrets by analyzing physical or timing signals rather than breaking cryptography directly.
Definition
A side-channel attack extracts secret data - typically cryptographic keys, PINs, or biometric templates - by measuring physical phenomena that leak from a device while it processes those secrets, rather than by breaking the cryptographic algorithm itself. Common side channels include power consumption (DPA - Differential Power Analysis), electromagnetic emissions (TEMPEST/EM-SCA), execution timing, cache access patterns, and acoustic emissions. The 2018 Meltdown/Spectre family demonstrated the relevance of cache-timing side channels even on commodity CPUs.What this means in practice
Side-channel resistance matters most for devices an attacker can physically possess (implantable programmers, home-use devices) and for any device where extracting a single device's keys would compromise an entire fleet. Commodity hardware typically lacks side-channel hardening; secure elements and dedicated crypto coprocessors include countermeasures.- •Storing per-device keys in commodity microcontroller flash with no side-channel hardening.
- •Implementing cryptography in software with non-constant-time operations.
- •Re-using a single signing key across an entire device fleet - one extraction compromises all.
Frequently asked questions
Related terms
Grouped by themeEditor's picks
· Hand-selected related conceptsSecrets - passwords, API keys, certificates - embedded in firmware or source code shipped on every device.
The bundle of cybersecurity artifacts a sponsor includes in a 510(k), De Novo, PMA, or HDE submission for a cyber device.
A chain-of-trust mechanism that ensures only cryptographically signed firmware and software can run on a device.
A structured analysis that identifies how an attacker could compromise a medical device and what controls mitigate each threat.
More in Cybersecurity
· Same categoryAAMI/ANSI standard establishing requirements for medical-device cybersecurity activities throughout the lifecycle.
AAMI Technical Information Report providing MedTech-specific guidance on cybersecurity risk management.
AAMI Technical Information Report on post-market security risk management for medical device manufacturers, the operational companion to TIR57.
Unauthorized remote control of an implanted neurostimulator (e.g., DBS) to alter stimulation parameters and harm a patient.
Primary references
3 sources- 1
NIST SP 800-90B Recommendation for the Entropy SourcesVerifiedNISTcsrc.nist.gov
- 2
FDA Cybersecurity Guidance (Sept 2023)VerifiedFDAfda.gov
- 3
MDCG Cybersecurity GuidanceVerifiedMDCGhealth.ec.europa.eu
Inline markers like [1] jump to the matching reference above.