Is Your Bluetooth Chip Leaking Secrets via RF Signals?
16 comments
·November 2, 2025ryukoposting
matthewdgreen
Apple claims to have implemented an entire second security level for their Bluetooth apps based on iMessage, but I trust it not at all.
(To be clear, I trust the iMessage protocol with reasonable confidence. I judge the probability that Apple has applied this extra layer of security uniformly to all sensitive data to be about 8%.)
cozzyd
Text written with a non-apple Bluetooth keyboard is green?
Verdex
Time for everyone to implement some variation of https://www.bluetooth.com/specifications/specs/authorization... ?
null
3abiton
I read the abstract, while not familiar with the topic, how would we go about limiting the inpact?
Retr0id
Rotating keys frequently would probably help. But the best thing to do is use implementations that are less leaky in the first place (which is easier said than done).
vardump
A side channel attack revealing AES key from just 90,000 traces.
Sigh, side channel attacks seem to be everywhere now.
barbegal
That 90,000 traces did take 225 hours to capture so it is truly a huge amount of data and not a trivial attack.
karlgkk
On the other hand, I’d argue that it’s close enough to trivial to be considered trivial. How many embedded devices transmit sensitive information?
Now, I know that pretty much every Bluetooth based credit card reading device explicitly defends against a channel such as this, but there are tons of access control solutions, and medical devices that don’t
Would you notice a raspberry pi tucked into the mess of wires beneath the security guard guards desk?
throwaway89201
> How many embedded devices transmit sensitive information?
Every Zigbee device uses AES keys to secure the network, although the security of the protocol is pretty weak in most deployments, especially when new devices join the network. Leaking the network key would provide access to the entire network. The ARM Cortex-M4 is often used, which the side-channel attack in the article is about.
sitzkrieg
people are finally aware everything leaks, it's just a matter of how closely you look
boulevard
Everything leaks if you stare at it long enough
czbond
Everything has data exhaust.... the exhaust type just differs.
formerly_proven
There's a lot of signal left between you and the noise floor!
As someone who finally recently escaped bluetooth firmware development: yes, Bluetooth is leaking secrets and it doesn't even require any silly RF shenanigans. Almost nothing actually implements LESC. Apple refuses to implement OOB pairing, so no peripherals can force you to use it, so everything is subject to MITM attacks. The entire ecosystem is a mess of consultants and underpaid devs copy-pasting Nordic sample code, with no time or financial incentive to do more than the bare minumum. Never trust any product that moves sensitive data through Bluetooth.