As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "Tutorial A3 VCC Glitch Attacks"

From ChipWhisperer Wiki
Jump to: navigation, search
(Created page with "This advanced tutorial will demonstrate power glitch attacks using the ChipWhisperer system. You can follow along with this video for details of this page too: File:youtub...")
 
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This advanced tutorial will demonstrate power glitch attacks using the ChipWhisperer system.
+
{{Warningbox|This tutorial has been updated for ChipWhisperer 5 release. If you are using 4.x.x or 3.x.x see the "V4" or "V3" link in the sidebar.}}
  
You can follow along with this video for details of this page too:
+
{{Infobox tutorial
 +
|name                  = A3: VCC Glitch Attacks
 +
|image                  =
 +
|caption                =
 +
|software versions      =
 +
|capture hardware      = CW-Lite, CW-Lite 2-Part, CW-Pro
 +
|Target Device          =
 +
|Target Architecture    = Arm
 +
|Hardware Crypto        = No
 +
|Purchase Hardware      =
 +
}}
  
[[File:youtube-vccglitch.png|YouTubeVccGlitch]]_
+
<!-- To edit this, edit Template:Tutorial_boilerplate -->
 +
{{Tutorial boilerplate}}
  
== Background on VCC (Power) Glitching ==
+
* Jupyter file: '''Fault_2-Introduction_to_Vcc_Glitch_Attacks.ipynb'''
  
The previous clock glitching tutorials looked into the assumption of a constant clock. But instead we can modify the voltage of the device, causing for example a failure to correctly read a memory location or otherwise cause havoc with the proper functioning.
 
  
[[File:vccglitch_working.png|frame|none|alt=|caption Top trace is the VCC (power) measured at the microcontroller pin, lower trace is the clock to the device.]]
+
== XMEGA Target ==
  
[[File:vccglitch_working_zoom.png|frame|none|alt=|caption A zoom in of the previous figure, showing the offset between the clock and the glitches.]]
+
This tutorial is not available for XMEGA targets.
  
[[File:vccglitch_notworking_zoom.png|frame|none|alt=|caption Changing the offset means the glitches are ineffective - this requries considerable experimentation to discover the value for offset, glitch width, and number of glitches.]]
+
== ChipWhisperer-Lite ARM / STM32F3 Target ==
  
=== Background on Glitch Generation ===
+
See the following for using:
 +
* ChipWhisperer-Lite 32-bit (STM32F3 Target)
 +
* ChipWhisperer-Lite Capture + STM32F3 Target on UFO Board (including NAE-SCAPACK-L1/L2 users)
 +
* ChipWhisperer-Pro + STM32F3 Target on UFO Board
  
For more details, please see [[Tutorial_A2_Introduction_to_Glitch_Attacks_(including_Glitch_Explorer)]], this tutorials assumes you have already performed the clock glitching tutorial. This tutorial will use the ''Glitch Explorer'', which is described in the previous tutorial.
+
https://chipwhisperer.readthedocs.io/en/latest/tutorials/fault_2-openadc-cwlitearm.html#tutorial-fault-2-openadc-cwlitearm
  
The glitch generation hardware is the same as used in the clock glitching attack. The generated glitches are synchronous to the device clock, and inserted at a precise offset from the clock edge.
+
== ChipWhisperer Nano Target ==
  
Glitches can be inserted continuously or triggered by some event. The following figure shows the generation of two glitches:
+
This tutorial is not available for the ChipWhisperer Nano.
 
+
[[File:glitchgen-mux-glitchonly.png|frame|none]]
+
 
+
The VCC glitching method here uses an electronic switch (a MOSFET) to short the power line to GND at specific instances. The following figure shows the basic function of this system:
+
 
+
[[File:glitch-vccglitcher.png|frame|none]]
+
 
+
This method allows use with the standard side-channel analysis development board, which has resistors inserted into the VCC lines already. The downside of this method is that it can only generate short glitches, since the power consumption through the shunt resistor will short out the resistor.
+
 
+
The MOSFET glitching hardware is built into the ChipWhisperer-Lite (both CW1173 and CW1180) board. The ChipWhisperer-Capture Rev2 uses an external VCC glitching board.
+
 
+
== Hardware Setup ==
+
 
+
=== ChipWhisperer-Lite (CW1173) with built-in XMEGA Target ===
+
 
+
The XMEGA target is currently not supported for this tutorial. The hardware is capable of being glitched, but we are still working on improving the reliability of the attack on the XMEGA. This section will be updated when details are available.
+
 
+
=== ChipWhisperer-Lite (CW1173/CW1180) with external AVR (NOTDUino/Multi-Target) ===
+
 
+
The AVR is an extremely reliable target to glitch. To do this, you need to connect the following cables:
+
 
+
# SMA Cable from the ''Glitch'' port to the VCC shunt.
+
# 20-Pin Target Cable for Clock &amp; Data.
+
# Optional: SMA Cable from the ''Measure'' port to the VCC shunt (can be used to monitor glitch insertion).
+
 
+
The following shows an example of connecting the NOTDuino target to the ChipWhisperer-Lite:
+
 
+
<blockquote>[[File:notduino_cwlite.jpg|image]]
+
</blockquote>
+
If using a target with only a single SMA, only connect the ''Glitch'' port. The measure port is optional to allow you to monitor the VCC line as you are inserting the glitch.
+
 
+
If using the ChipWhisperer-Lite with Multi-Target board, you can connect both ports by doing the following:
+
 
+
<blockquote><ol style="list-style-type: lower-alpha;">
+
<li>Connect the ''Glitch'' port to the ''VOUT'' pin.</li>
+
<li>Connect the ''Measure'' port to the ''LNAIN'' pin.</li>
+
<li>Add the jumper across JP21 to route the ''VOUT'' to the ''LNAIN''.</li></ol>
+
</blockquote>
+
=== Using VCC Glitching Add-on with Multi-Target Board ===
+
 
+
If using the ChipWhisperer Capture Rev2 (CW1002), you do not have a glitch output port. Instead you need the VCC glitching add-on.
+
 
+
The VCC glitching add-on can be added to the AVR or SmartCard 6-pin headers, or connected to the XMEGA by a few additional jumper wires. An example of the connection is shown in the vccglitchhwsetup section.
+
 
+
The connection between the glitch input and FPGAOUT pin must be done via a jumper wire. This connects the glitch module output to the MOSFET input, such that whenever a glitch is requested the VCC on the target is shorted.
+
 
+
Note that the VCC glitcher is '''capable of being damaged''' or '''causing damage to''' the multi-target board. In particular the shunt resistor mounted on the VCC line (e.g. R1 for the AVR) is rated only for 0.1 watts. Shorting a 3.3V VCC to GND however causes 0.2 watts to be dissipated. Provided the glitch is only short-lived (as the glitches are for this system), the total average dissipation will not cause damage. If however the glitch module accidently caused a continous short of the VCC to GND, the power dissipation of the resistor may cause it to burn out.
+
 
+
The hardware is almost as in previous incarnations. Note that unlike the [[Tutorial_A2_Introduction_to_Glitch_Attacks_(including_Glitch_Explorer)]] you do not connect the FPGAOUT to the AVR Clock, instead you use the 7.37 MHz oscillator bridged to both the AVR clock and FPGAIN. This is the ''same clock setup as in the side-channel power analysis tutorials''.
+
 
+
The following figure shows the clock jumper configuration, which are the same as the settings from [[Tutorial_B5_Breaking_AES_(Straightforward)]].
+
 
+
<blockquote>[[File:hw-2.jpg|600px|image]]
+
</blockquote>
+
In addition the VCC glitcher board must be mounted, which means removing the jumpers on the 6-pin header around the AVR. Also the 'IN' pin on the VCC glitcher board connected to the FPGAOUT pin. This is done via a jumper wire. Both of these are shown in the following figure:
+
 
+
<blockquote>[[File:vccglitcher_routing.jpg|frame|none|alt=|caption The control line for the VCC glitcher board comes from the FPGAOUT pin.]]
+
 
+
[[File:vccglitcher_mounted.jpg|frame|none|alt=|caption The VCC glitcher board must be mounted with <code>GND</code> at the bottom matching, exactly as shown here.]]
+
</blockquote>
+
== Setting up Glitch Example ==
+
 
+
=== Firmware Setup ===
+
 
+
Just as in the clock glitching example, you will be required to program the AVR microcontroller with an example you can glitch. Once again program in the glitch example code to use the <code>glitch1()</code> function, as described in [[Tutorial_A2_Introduction_to_Glitch_Attacks_(including_Glitch_Explorer)]].
+
 
+
If using the AVR target, be sure to modify the <code>makefile</code> to select the new target type (i.e. if you previously targeted the XMEGA, that hex-file will not work on the NOTDuino).
+
 
+
Programming the device is also described in Step #4 in the following section.
+
 
+
=== Software Setup ===
+
 
+
<ol style="list-style-type: decimal;">
+
<li><p>Connect to the ChipWhisperer device:</p>
+
<blockquote><ol style="list-style-type: decimal;">
+
<li>As the ''Scope Module'', select the ''ChipWhisperer/OpenADC'' option</li>
+
<li>As the ''Target Module'', select the ''Simple Serial'' option</li>
+
<li>Switch to the ''Scope Settings'' tab, and as the ''connection'', select the ''ChipWhisperer Rev2'' or ''ChipWhisperer-Lite'' option</li>
+
<li>Switch to the ''Target Settings'' tab, and as the ''connection'', select the ''ChipWhisperer Rev2'' or ''ChipWhisperer-Lite'' option</li>
+
<li>Run connect on both the Scope &amp; Target. They should both switch to green circles indicating the system is connected.</li></ol>
+
</blockquote></li>
+
<li><p>Setup the CLKGEN Module to Generate a 7.37 MHz clock and route it through the Glitch Generator</p>
+
<blockquote><ol style="list-style-type: decimal;">
+
<li>Switch the ''Freq Counter Src'' to the ''CLKGEN Output''</li>
+
<li>Set the ''Desired Frequency'' to 7.37 MHz. Note you should only adjust the 'frequency' portion of this, if you highlight the entire field you may not be able to type the frequency into the system.</li>
+
<li>Confirm the ''DCM Locked'' checkbox is checked, if not hit the ''Reset CLKGEN DCM'' box. Check the ''Freq Counter'' to ensure the system is correctly generating about a 7.37 MHz clock.</li>
+
<li><p>Under the ''Glitch Module'' set the ''Clock Source'' as ''CLKGEN'':</p>
+
<p>[[File:glitchgen-clkgen.png|image]]</p></li>
+
<li><p>Set the ''Target HS IO-Out'' appropriately. This depends on the hardware in use:</p>
+
<blockquote><ol style="list-style-type: lower-alpha;">
+
<li>For the ChipWhisperer-Lite (CW1173/CW1180), set ''Target HS IO-Out'' option to ''CLKGEN''.</li>
+
<li>For the ChipWhisperer-Capture Rev 2 (CW1002), set ''Target HS IO-Out'' option to ''Glitch Module''.</li></ol>
+
</blockquote></li></ol>
+
</blockquote></li>
+
<li><p>Connect the Serial Port</p>
+
<blockquote><ol style="list-style-type: decimal;">
+
<li>For the XMEGA Target (including the CW-Lite integrated target), perform the following:
+
<ol style="list-style-type: lower-alpha;">
+
<li>Switch to the ''Scope Settings'' tab, and scroll down to ''Target IOn Pins''</li>
+
<li>Switch the ''Target IO1'' to be ''Serial RXD''</li>
+
<li>Switch the ''Target IO2'' to be ''Serial TXD''</li></ol>
+
</li>
+
<li><p>From the ''Tools'' menu select ''Open Terminal'', and press ''Connect'' on the terminal:</p>
+
<blockquote><p>[[File:termconn.png|image]]</p></blockquote></li>
+
<li>The baud rate for this system is 38400, which should be the default for the ChipWhisperer serial port.</li></ol>
+
</blockquote></li>
+
<li><p>Program the <code>.hex</code> file into the target. When programming the AVR, it needs a working clock source before the programming will succeed. Now that this is enabled, you can use the appropriate programmer (such as the AVR or XMEGA programming from the ''Tools'' menu if using a CW-Lite) to program the hex file.</p>
+
<p>You should see the &quot;Hello&quot; message printed on the terminal emulator window.</p>
+
<blockquote><p>'''warning'''</p>
+
<p>Releases of the ChipWhisperer-Capture software prior to 0.13 had a bug in the AVR reset logic, which never released the device from reset. You must update your ChipWhisperer-Capture release in order to complete this tutorial.</p></blockquote></li>
+
<li><p>Setup the Glitch Module to NOT output anything by default '''VERY IMPORTANT TO AVOID DAMAGE'''</p>
+
<blockquote><ol style="list-style-type: decimal;">
+
<li><p>Under the ''Glitch Module'' set the ''Output Mode'' as ''Glitch Only'', this is the step that insurances '''you do not cause constant glitches''':</p>
+
<blockquote><p>[[File:glitchexample-capsetup1.png|image]]</p></blockquote></li>
+
<li><p>For the ChipWhisperer-Lite (CW1173 or CW1180):</p>
+
<blockquote><ol style="list-style-type: lower-alpha;">
+
<li><p>Under the ''Glitch Module'' set the ''Clock Source'' as ''CLKGEN''</p>
+
<blockquote><p>[[File:glitchexample-capsetupclkgen.png|image]]</p></blockquote></li>
+
<li><p>Check the box marked ''HS-Glitch Out Enable (Low Power)'':</p>
+
<blockquote><p>[[File:glitchexample-capsetup2b.png|image]]</p></blockquote></li></ol>
+
</blockquote></li>
+
<li><p>For the ChipWhisperer-Capture Rev 2 (CW1002):</p>
+
<blockquote><ol style="list-style-type: lower-alpha;">
+
<li><p>Under the ''Glitch Module'' set the ''Clock Source'' as ''TargetIO-IN'':</p>
+
<blockquote><p>[[File:glitchexample-capsetup2.png|image]]</p></blockquote></li>
+
<li><p>Under the ''Target HS IO-Out'' option select the ''Glitch Module'', ensuring you've already set the ''Output Mode'' as ''Glitch Only'' under ''Glitch Module'':</p>
+
<p>[[File:targioout.png|image]]</p></li></ol>
+
</blockquote></li></ol>
+
</blockquote></li>
+
<li><p>Switch the ''Glitch Trigger'' mode to ''Ext Trigger:Single-Shot'':</p>
+
<p>[[File:singleshot.png|image]]</p></li>
+
<li><p>Switch to the ''General Settings'' tab, and select the appropriate &quot;Auxiliary Module&quot;:</p>
+
<ol style="list-style-type: lower-alpha;">
+
<li>For ChipWhisperer-Lite (CW1173/CW1180), select &quot;Reset AVR/XMEGA via CW-Lite&quot;</li>
+
<li>For ChipWhisperer-Capture Rev 2, select &quot;Reset AVR via ISP-MKII&quot;</li></ol>
+
 
+
<p>[[File:glitching_aux_1.png|image]]</p></li>
+
<li>Switch to the ''Aux Settings'' tab. Depending on your module you will see different settings here, for example the ChipWhisperer-Lite lets you select between AVR and XMEGA targets. This normally defaults to the &quot;XMEGA&quot; device, so be sure to switch this to the &quot;AVR&quot; device if using the NOTDuino or Multi-Target boards!</li>
+
<li><p>Press the ''Test Reset'' button in the ''Aux Settings'' tab. This should reset the AVR target. Confirm this by monitoring the terminal emulator window, and check the startup message (of &quot;hello&quot;) is printed again.</p>
+
<p>You can also use the &quot;Reset&quot; button on the NOTDuino to confirm the startup message is printed.</p></li>
+
<li>Switch to the ''Target Settings'' tab, and remove all the text in the ''Load Key Command'', ''Go Command'', and ''Output Format'' fields.</li></ol>
+
 
+
Optionally, you can also configure the power measurement setup too:
+
 
+
=== Monitoring Glitch Insertion ===
+
 
+
We can optionally enable the power analysis capture, and monitor how the power consumption changes as we insert a glitch. To do this:
+
 
+
<ol style="list-style-type: decimal;">
+
<li>Switch to the ''Scope Settings'' tab.</li>
+
<li>Switch the ''ADC Clock Source'' as being ''CLKGEN x4''.</li>
+
<li>Press ''Reset ADC DCM'', confirm the frequency is 29.5 MHz as expected.</li>
+
<li>Switch the ''Trigger Setup'' --&gt; ''Mode'' to be ''Rising Edge''</li>
+
<li>Switch the ''Trigger Setup'' --&gt; ''Total Samples'' to be ''1000''</li>
+
<li>Switch the ''Gain Setting'' --&gt; ''Setting'' to be ''40''. You might need to adjust this for different hardware.</li>
+
<li><p>Press ''Capture 1'', confirm some waveform is displayed. For example with the NOTDuino Target on the ChipWhisperer-Lite, the waveform looks like this:</p>
+
<p>[[File:waveform-notduino-normal.png|image]]</p></li>
+
<li>If this does't work: check the trigger in use is the ''Target IO4'' pin.</li>
+
<li><p>Play around a bit with the glitch width, offset, and repeat. You should see different effects in the power consumption traces. For example the following shows a narrow (15% pulse width) glitch being inserted:</p>
+
<p>[[File:waveform-notduino-glitch1.png|image]]</p></li></ol>
+
 
+
=== Starting the Glitch Attack ===
+
 
+
We'll now look at glitching this routine. As before after sending the <code>A</code> the system goes into an infinite loop, and sends <code>1234</code> after exiting from the loop. Using VCC glitching we'll escape from this loop!
+
 
+
Rather than using the manual trigger, we'll jump right into using the Glitch Explorer to break this target. First, we'll setup some basic glitch parameters for your specific target.
+
 
+
<ol style="list-style-type: decimal;">
+
<li>Switch to the ''Target Settings'' tab, and set the ''Output Format'' to <code>$GLITCH$</code>.</li>
+
<li><p>Open the ''Glitch Explorer'', and hit ''Capture 1'' a few times. Confirm this populates the table with various examples.</p>
+
<p>[[File:ge-normal.png|image]]</p></li>
+
<li><p>We need to setup the ''Normal Response'' and ''Successful Response''. Note in this example the normal response has a little random noise we want to ignore, but we want to capture when the device resets after the glitch and sends the &quot;hello&quot; message twice. We could accomplish this with the following bit of Python code:</p>
+
<pre>s.endswith(&quot;hello\nA&quot;) and (len(s) &lt; 12)</pre>
+
<p>This looks for both the ending without glitch, and the length of the string isn't too long. In the case of the successful glitch, we just want to see if &quot;1234&quot; is printed. This can be accomplished in Python with:</p>
+
<pre>&quot;1234&quot; in s</pre>
+
<p>You can always experiment using the ''Python Console'' to see how your potential systems work. For example here is checking that the first line works:</p>
+
<pre>&gt;&gt;&gt; s = &quot;\x1ahello\nA&quot;
+
&gt;&gt;&gt; s.endswith(&quot;hello\nA&quot;) and (len(s) &lt; 12)
+
True
+
&gt;&gt;&gt; s = &quot;\x1ahello\nAhello\nA&quot;
+
&gt;&gt;&gt; s.endswith(&quot;hello\nA&quot;) and (len(s) &lt; 12)
+
False</pre>
+
<p>Finally, configure the Glitch Explorer:</p>
+
<blockquote><ol style="list-style-type: lower-alpha;">
+
<li>Set the ''Normal Response'' to <code>s.endswith(&quot;hello\nA&quot;) and (len(s) &lt; 12)</code></li>
+
<li>Set the ''Successful Response'' to <code>&quot;1234&quot; in s</code></li></ol>
+
</blockquote>
+
<p>You can test the updated color-coding seems to be working too with a few ''Capture 1'' events.</p></li>
+
<li><p>Using the following table, set the ''Glitch Width (as % of period)'' and ''Repeat'' on the ''Scope Settings'' tab:</p>
+
<blockquote>{|
+
! Parameter
+
! AVR on Multi-Target or NOTDuino
+
|-
+
| Glitch Width (as % of period)
+
| 49
+
|-
+
| Repeat
+
| 10
+
|}
+
</blockquote></li>
+
<li>Finally, let's configure the Glitch Explorer to give us the required sweep of the ''Offset'' parameter.
+
<ol style="list-style-type: lower-alpha;">
+
<li>Adjust the ''Glitch Offset (as % of period)'' up or down by 1 in the ''Glitch Module'' settings. We do this only to get the required string printed to the ''Script Commands'' output.</li>
+
<li>Set the ''Tuning Parameters'' to ''1'' in the Glitch Explorer.</li>
+
<li><p>Set the parameters as appropriate:</p>
+
<blockquote>{|
+
! Option
+
! Value
+
|-
+
| Name
+
| Offset
+
|-
+
| Script Command
+
| ['Glitch Module', 'Glitch Offset (as % of period)', 0.0]
+
|-
+
| Data Format
+
| Float
+
|-
+
| Range
+
| -49 : 49
+
|-
+
| Value
+
| -49
+
|-
+
| Step
+
| 0.5
+
|-
+
| Repeat
+
| 1
+
|}
+
</blockquote></li></ol>
+
</li>
+
<li><p>On the ''General Settings'' tab:</p>
+
<blockquote><ol style="list-style-type: lower-alpha;">
+
<li>Ensure the ''Trace Format'' is set to ''None'' (i.e., no traces will be written to disk).</li>
+
<li>Set the ''Number of Traces'' to 200.</li></ol>
+
</blockquote></li>
+
<li>Press the ''Capture Multi'' button. You will get a warning as there is no trace writer, but can just hit ''Continue Anyway'', since we do not want to store traces to disk.</li>
+
<li><p>Hopefully you will determine some useful parameters for glitching this target:</p>
+
<blockquote><p>[[File:ge-success.png|image]]</p></blockquote></li>
+
<li>Try reducing the ''Repeat'' parameter in the ''Glitch Module'' settings. See how few cycles you can glitch while still achieving a reliable glitch.</li></ol>
+
 
+
Once you have the glitch parameter determined, you can work on trying to recreate some of the previous tutorials such as glitching passed the password prompt.
+
 
+
== Glitching More Advanced Targets: Raspberry Pi ==
+
 
+
It is also possible to glitch more advanced targets, such as the Raspberry Pi development board! This requires some additional hardware setup which will be discussed here.
+
 
+
The Raspberry Pi is a small ARM-based computer that runs Linux. This tutorial will show you how to influence a program running in userland via voltage glitching.
+
 
+
We will use the ChipWhisperer-Lite board, as it has integrated high-power glitching MOSFET.
+
 
+
=== Hardware Setup ===
+
 
+
<blockquote>'''warning'''
+
 
+
This tutorial can cause permanent damage to your Raspberry Pi board. The generation of glitches means driving the power supply and device beyond limits specified in the absolute maximum ratings. Only perform this tutorial if you are not too attached to your Raspberry Pi board.
+
 
+
YOU PERFORM THIS TUTORIAL AT YOUR OWN RISK. NEWAE TECHNOLOGY INC. IS NOT RESPONSIBLE FOR DAMAGE CAUSED BY FOLLOWING THIS TUTORIAL.
+
</blockquote>
+
To glitch the board, you must solder a wire onto the ''VDD_CORE'' power supply, ideally as close to the BGA power pin as possible. To do this identify the power plane by looking at the schematic:
+
 
+
<blockquote>[[File:rpi_schematic.png|image]]
+
</blockquote>
+
And then solder a wire onto the VCC side of a decoupling capacitor, such as C65. Check the polarity with a DMM to ensure you have the positive side and solder a fine wire to it.
+
 
+
<blockquote>[[File:rpi_solder1.jpg|400px|image]]
+
 
+
[[File:rpi_solder2.jpg|400px|image]]
+
</blockquote>
+
We will now mount a connector so we can connect this to the ChipWhisperer-Lite Glitch port. This will require you to check your specific revision - on this board an empty hole (test point) labeled &quot;TP2&quot; connects to ground, and made a handy location to connect the SMA connector to ground.
+
 
+
The following shows an example of soldering the SMA connector onto the board, note the GND is soldered on both top and bottom to give additional strength:
+
 
+
[[File:rpi_sma.jpg|400px|image]]
+
 
+
The positive side of the capacitor connects to the inner conductor of the SMA &quot;GLITCH&quot; port, and connect the outer connector to ground on the Raspberry Pi. At this point do not yet plug into the GLITCH port, we will do that once setup is complete.
+
 
+
Finally you need to boot the Raspberry Pi and connect to it. This is suggested to be done with a SSH shell over the Ethernet connection, as the Ethernet connection typically has very good protection against voltage transients. If you connect the Raspberry Pi to a monitor over HDMI, there is a chance the glitches may cause invalid voltage levels on the HDMI port which could damage your monitor.
+
 
+
Once you have connected to it, simply make a file called <code>glitch.c</code> with the following contents:
+
 
+
<pre>#include &lt;stdio.h&gt;
+
 
+
int main(void){
+
    int i,j,k,cnt;
+
    k = 0;
+
    while(1){
+
    cnt = 0;
+
    for(i=0; i&lt;5000; i++){
+
      for(j=0; j&lt;5000; j++){
+
          cnt++;
+
      }
+
    }
+
    printf(&quot;%d %d %d %d\n&quot;, cnt, i, j,k++);
+
    }
+
}</pre>
+
Compile to an executable with:
+
 
+
<pre>$ gcc glitch.c -o glitch</pre>
+
And run the executable:
+
 
+
<pre>$ ./glitch
+
25000000 5000 5000 0
+
25000000 5000 5000 1
+
25000000 5000 5000 2
+
25000000 5000 5000 3
+
25000000 5000 5000 4
+
25000000 5000 5000 5</pre>
+
The output is split into two parts. The first three are used to monitor the glitch insertion (this is the <code>25000000 5000 5000</code>, the second makes it easier for you to confirm if the Raspberry Pi has crashed.
+
 
+
Now that you have a working system - let's break it!
+
 
+
=== Glitch Parameters ===
+
 
+
Glitching the Raspberry Pi is very simple. We just need to generate an appropriately sized glitch, as the following shows:
+
 
+
<ol style="list-style-type: decimal;">
+
<li>Start ChipWhisperer-Capture.</li>
+
<li>Set the ''Scope Module'' to ''ChipWhisperer/OpenADC'', and the ''connection'' to ''ChipWhisperer-Lite''.</li>
+
<li>Hit the ''Scope Connect'' button. There is no target for this example.</li>
+
<li>Set the CLKGEN frequency to ''120 MHz''.</li>
+
<li>Set the Glitch module Source to ''CLKGEN''.</li>
+
<li>Set the Glitch Mode to ''Enable Only''.</li>
+
<li>Ensure the ''Glitch Trigger'' is ''Manual''.</li>
+
<li>Set the ''Repeat'' to ''38''.</li>
+
<li>Click the ''HS-Glitch Out Enable (High Power)'' check-box.</li>
+
<li>Connect the SMA cable for the glitch output to the Raspberry Pi.</li>
+
<li><p>With the output of the ''glitch'' program running, hit the ''Manual Trigger'' button. This will cause a glitch to be inserted, and observe the output of your glitch program.</p>
+
<p>Most likely the glitch width was insufficient for a glitch to be inserted, so increase the ''Repeat'' count to increase the width, and try pressing the ''Manual Trigger'' button again. In this example a glitch was successfully inserted with a width of ''52'', so you might want to try a few larger numbers. If you do things wrong your Raspberry Pi will crash and you'll need to reboot it and continue experimenting.</p>
+
<p>The following shows an example of inserting several glitches successfully:</p>
+
<p>[[File:rpi-glitch.png|image]]</p></li></ol>
+

Latest revision as of 06:31, 29 July 2019

This tutorial has been updated for ChipWhisperer 5 release. If you are using 4.x.x or 3.x.x see the "V4" or "V3" link in the sidebar.

A3: VCC Glitch Attacks
Target Architecture Arm
Hardware Crypto No
Software Release V3 / V4 / V5

This tutorial will introduce you to measuring the power consumption of a device under attack. It will demonstrate how you can view the difference between assembly instructions. In ChipWhisperer 5 Release, the software documentation is now held outside the wiki. See links below.

To see background on the tutorials see the Tutorial Introduction on ReadTheDocs, which explains what the links below mean. These wiki pages (that you are reading right now) only hold the hardware setup required, and you have to run the Tutorial via the Jupyter notebook itself. The links below take you to the expected Jupyter output from each tutorial, so you can compare your results to the expected/known-good results.

Running the tutorial uses the referenced Jupyter notebook file.

  • Jupyter file: Fault_2-Introduction_to_Vcc_Glitch_Attacks.ipynb


XMEGA Target

This tutorial is not available for XMEGA targets.

ChipWhisperer-Lite ARM / STM32F3 Target

See the following for using:

  • ChipWhisperer-Lite 32-bit (STM32F3 Target)
  • ChipWhisperer-Lite Capture + STM32F3 Target on UFO Board (including NAE-SCAPACK-L1/L2 users)
  • ChipWhisperer-Pro + STM32F3 Target on UFO Board

https://chipwhisperer.readthedocs.io/en/latest/tutorials/fault_2-openadc-cwlitearm.html#tutorial-fault-2-openadc-cwlitearm

ChipWhisperer Nano Target

This tutorial is not available for the ChipWhisperer Nano.