Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@

[^201]: R. Konoth, V. van der Veen et al., "How Anywhere Computing Just Killed Your Phone-Based Two-Factor Authentication", in Proceedings of the 20th Conference on Financial Cryptography and Data Security, 2016.

[^202]: J. Forristal, Android: One Root to Own Them All, presented at Blackhat, 2013; https://media.blackhat.com/us-13/US-13-Forristal-Android-One-Root-to-Own-Them-All-Slides.pdf [accessed 8/24/2016]
[^202]: J. Forristal, Android: One Root to Own Them All, presented at Blackhat, 2013; https://www.slideserve.com/debbie/one-root-to-own-them-all [accessed 7/26/2022]

[^203]: J. Timmer, "UAE cellular carrier rolls out spyware as a 3G 'update'", Ars Technica, 23 Jul 2009; http://arstechnica.com/business/2009/07/mobile-carrier-rolls-out-spyware-as-a-3g-update/ [accessed 8/23/2016]

Expand Down
12 changes: 9 additions & 3 deletions _stack-threats/STA-37.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ ID: STA-37
Threat: Power Glitching
ThreatDescription: Power glitching microprocessors are designed to operate from a stable voltage wherein interruptions of the power supply are likely to crash running applications or reset the circuit. A power glitch will affect both the stored and the threshold values. Different internal capacities will cause the values to be influenced differently, possibly resulting in a misinterpretation of the actual value.
ThreatOrigin: A Review of Smartcard Security Issues [^212]
ExploitExample:
CVEExample:
PossibleCountermeasures: {}
ExploitExample: Implementing Practical Electrical Glitching Attacks[^309]

CVEExample:CVE-2020-35553
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatting for CVEExample and PossibleCountermeasures is incorrect. Please see other threats for formatting examples.


PossibleCountermeasures: {
Mobile App Developer
The rigid use of sensors for voltage, frequency and temperature is the most common strategy against power glitching attacks.
Software and application countermeasures implemented to detect and recover from fault injection
Checking the flow decisions and cryptographic results carry out the fault detection}
title: STA-37
rawID: 37
---