RSSAmplifier

Blog

Courk's Blog

courk.ccRSS feed ↗8 posts

Latest posts

Laser Fault Injection on a Budget: DEFCON 33 Showcase

Following my work on bypassing the Secure Boot feature of the RP2350 microcontroller using laser fault injection (see the relevant article for more details ), I was honored to be invited to the 33rd edition of the DEFCON convention by Raspberry Pi . There, I showcased my budget-friendly “Laser Fault Injection Platform” and gave two small talks discussing its design. This short article provides…

Laser Fault Injection on a Budget: RP2350 Edition

In August 2024, Raspberry Pi introduced the RP2350 microcontroller . This part iterates over the RP2040 and comes with numerous new features. These include security-related capabilities, such as a Secure Boot implementation. A couple of days after this announcement, during DEFCON 2024 , an interesting challenge targeted at these new features was launched: the RP2350 Hacking Challenge . After some…

Fault Injection Attacks against the ESP32-C3 and ESP32-C6

In a previous article , the vulnerabilities of the ESP32-C3 and ESP32-C6 against side-channel attacks have been demonstrated. Recovering enough key information to decrypt the external flash data is possible. However, a new attack needs to be performed for each new 128-byte block. Since attacking a single block takes hours, this makes decrypting the entire flash content using such a method very…

Breaking the Flash Encryption Feature of Espressif's Parts

I recently read the Unlimited Results: Breaking Firmware Encryption of ESP32-V3 paper. This paper is about breaking the firmware encryption feature of the ESP32 SoC using a Side-Channel attack . This was an interesting read, and soon, I wanted to try to reproduce these results with the following constraints: To understand everything about this attack, I wanted to start from scratch, even if it…

Running Custom Code on a Google Home Mini (Part 2)

After the work detailed in part 1 , altering the content of the NAND Flash of the Google Home Mini with ease is now possible. Despite this very privileged access, because of Google’s secure boot implementation, running arbitrary code on the CPU of the device isn’t possible using simple and naive methods. However, as we’ll see, there is still a way . This post will detail how I achieved code…

Running Custom Code on a Google Home Mini (Part 1)

As demonstrated in the previous articles of this website, I’ve always been interested in running my own code on consumer devices. In this series of two articles, we’ll take a look at the well-known Google Home Mini. To achieve this goal, we’ll have to go rather deep into the rabbit hole. Various topics and techniques will be explored.

A "Remote" Vulnerability

A couple of months ago, I spent some time fiddling around my ISP-provided residential gateway. This gateway is actually not just a gateway. It’s more like a mix between a set-top Box and a gateway. Additionally, to access the Internet, the end-user can also use it to watch TV through the HDMI output of the device. I actually went quite far, and I’ve found a couple of interesting things. This post…

Reverse Engineering & Exploitation of a "Connected Alarm Clock"

I received the Aura, a device advertised as a “Connected Alarm Clock”. This device in itself is quite cool and uses different sounds and color patterns to help the user fall asleep and wake him up during light stages of his sleep cycles. Soon I was interested in doing some reverse engineering on it because: It was fun. I wanted to really own the device, I wanted to be able to run my own code on…