23c3 Bluetooth hacking revisited

Thierry Zoller
Thierry ZollerInformation Security and Privacy Risk Manager
Bluetooth Hacking revisited
+
Kevin Finistere & Thierry
Zoller
23C3 - 2006
Bluetooth – Please just turn it off
Turn off your BT please,
,no really.
Yeah
The Goal of this Talk ?
 The Goal of this talk is not to:
 Build myths
 Show off – and not show how
 The Goal of this talk is to :
 Raise awareness
 Make risks (more) transparent
 Paradigm Shift – Bluetooth is not only for toys
 Show cool stuff…
What are we talking about today ?
 [ 0x00 ] – Introduction : What is Bluetooth ?
 Sorry this is required. Crash course..
 [ 0x01 ] – Get ready to rumble : Extending the Range
 Extending the range of Bluetooth devices
 Building automated reconnaissance and attack devices
 Bluetooth War driving (GPS, 360° Camera)
 [ 0x02 ] – Implementation issues : Bypassing Security
 Attacking drivers, Attacking applications
 Owning Bluetooth VNC style
 Attacking Internal Networks and pivoting
 Bluetooth Pin to Bluetooth Passkey
 [ 0x03 ] – Protocol/Specification issues : Ceci n’est pas une pipe
 Cracking the Pin and the Link-key (BTCrack)
 Key management, 8 bit Encryption, Collisions
 Tracking the un-trackeable
 Anti-Brute-forcing
 Random Number generators from hell
[ 0x00 ] Introduction
 Bluetooth - a few tidbits:
 Operates on the non-regulated ISM band : 2,4Ghz
 In general 79 Channels (Except France, Spain)
 Frequency Hopping (3200/sec, 1600/sec)
 Complete Framework with profiles and layers of protocols
 1 Billionth BT device sold in November 2006 (source SIG)
 Goals : Least cost cable replacement, low power usage
[ 0x00 ] Introduction
 The foundation – Protocol Stack
Hardware
Software
Redfang – read_remote_name()
L2ping
[ 0x00 ] Introduction
 “Typical” Bluetooth Scenario
Inquiry
Inquiry response
Paging (FHS)
Link establishment
Discovers
Profiles
Bluetooth
Access Point
[ 0x00 ] Introduction
 Inquiry - First Contact
 Predefined Hopping sequence
 FHS same for all devices
 Pass Paging parameters during Inquiry stage
[ 0x00 ] Introduction
 Paging - Frequency Hopping Synchronization
 Slaves always sync to the Master
 Paging initialisation :
 Slaves hop 1 Channel/sec
 Master hops 3200 times/sec
 Paging
 Both hop 1600 times/sec
 Piconet agrees to a Sequence based on parts
of the BD_ADDR and Clock-offset of the master.
(Nice fingerprint by the way)
 FH is the reason you can not easily sniff BT traffic. You have to sync to the
Master (or use a Spectral Analyzer and reconstruct afterwards – Good luck)
[ 0x00 ] Introduction
 The Bluetooth Profiles
 Represent a group and defines mandatory options
 Prevent compatibility issues, modular approach to BT extensions
 Vertical representation of BT layer usage, handled through SDP
Object Push Profile
[ 0x00 ] Introduction
 Different Bluetooth modes
 Discoverable modes
 Discoverable :
Sends inquiry responses to all inquiries.
 Limited discoverable:
Visible for a certain period of time (Implementation bug: Sony Ericsson T60..)
 Non-Discoverable: 
Never answers an inquiry scan (in theory)
 Pairing modes :
 Non-pairable mode :
Rejects every pairing request (LMP_not_accepted) (Implementation bug: Plantronic
Headset..)
 Pairable mode :
Will pair up-on request
[ 0x01 ] Get ready to rumble
 Extending the Range
[ 0x01 ] Get ready to rumble
 Long Distance - Datasets
 Antrum Lake, water reflection
guarantees longer ranges.
 788 Meters
 An old Man stole my phone
during this test! I tracked
him with the yagi.
[ 0x01 ] Get ready to rumble
 Optimizing for Penetration (1)
 Integrated Linksys Dongle
 Integrated USB Cable
 Metal Parabola
 10 * Zoom
 Laser (to be done)
 Experiment : Went through a building found the device on
the other side IN another building.
[ 0x01 ] Get ready to rumble
 Optimizing for Penetration (2)
 Bundling (Parabola)
 Higher penetration through walls
 Glass is your friend
 On board embedded device. (NSLU2)
 Autonomous scan and attack toolkit
 automatically scans
 may attack devices
 saves all the results
[ 0x01 ] Get ready to rumble
 PerimeterWatch – Bluetooth Wardriving
 Perl Script by KF
 Searches Bluetooth Devices
 Takes 360° pictures
 GPS coordinates
[ 0x02 ] Implementation bugs
 Implementation Bugs – Bypassing security
[ 0x02 ] Implementation bugs
 Menu du Jour :
 Eavesdropping on Laptops/Desktops
 Remotely controlling workstations
 Car Whisperer NG
 Owning internal Networks over Bluetooth
 Linkkey theft and abuse
 Widcomm Overflows
(Broadcom merger leaves lots of vuln users that can not patch) BTW
3.0.1.905 (../ attacks) and up to BTW 1.4.2.10 has overflows
[ 0x02 ] Implementation bugs
 Bluetooth PIN is really a Bluetooth Passkey
 Did you know ? A Bluetooth “Pin” can be more than digits…
 Not aware of any implementation, all use just digits
 Uses UTF8
 Max 16, UTF8 char may take some off
 Example :
 It’s like implementing NTLM with digits only….
 BTCrack would a lot more time if this would be “correctly” implemented
0xC3 0x84 0x72 0x6c 0x69 0x63 0x68Ärlich
0x30 0x31 0x032 0x330123
BT handlesUser enters
[ 0x02 ] Implementation bugs
 CarWhisperer – Martin Herfurt
 Listen and Record Conversations
 Not that new, but what’s new :
 Works against Workstations
Example : Widcomm < BTW 4.0.1.1500 (No Pincode)
 Kevin did a real-time patch for it
 Remove the Class ID check
 Root Cause :
Paring mode, discoverable, hard coded Pin.
[ 0x02 ] Implementation bugs
 HidAttack - Owning Bluetooth VNC Style
 HID = Human Interface Device
 Requires 2 HID (PSM) endpoints to act
as server
 2 implementations :
 Keyboard connects to the HID server
 HID server connects to the Keyboard
 You can control the Mouse and Keyboard HID just as you were in
front of the PC.
 Discovered by Collin Mulliner , fixed in hidd Bluez <2.25, Widcomm,
Toshiba not really tested. Yours?
 Code release today : www.mulliner.org/bluetooth/hidattack01.tar.gz
 Thanks Collin !
[ 0x02 ] Implementation bugs
 Demo - Owning internal networks
 Apple
 OSX 10.3 Tiger
 OSX 10.4 Jaguar
Vanilla, delayed release
 Windows
 Widcomm, Toshiba,
Bluesoil, others ?
 Pocket PC
 Kevin: Apple asked me to not tell 10.4 was shipping vulnerable
 OSX 10.3.9 patched, OSX 10.4 shipped vulnerable patched a month
after OSX 10.3.9
[ 0x02 ] Implementation bugs
 Demo – Remote Root over BT
 Vulnerability shown :
_Directory Traversal_ in un-authenticated
Obexserver (Patched)
 Cause :
User input validated client-side (except btftp)
 ObexFTP server directory traversal exploit & malicious InputManager & local
root exploit = remote login tty over rfcomm = 0WNAGE
 Was possible on Windows and Pocket PC and everything that has Toshiba or
Broadcom & Widcomm (estimate 90%), and most probably others too. But we
choose a MAC, because…we can.
 Points are :
- Macs are NOT invulnerable (far from that) - You can own internal networks
over Bluetooth
[ 0x02 ] Implementation bugs
 Windows Widcomm - Buffer overflows
[ 0x02 ] Implementation bugs
 Windows Widcomm - Buffer overflows
 Vulnerable versions known to us :
 Widcomm Stack up to 3.x is vuln
 Widcomm BTStackServer 1.4.2 .10
 Widcomm BTStackServer 1.3.2 .7
 Widcomm Bluetooth Communication Software 1.4.1 .03
 HP IPAQ 2215
 HP IPAQ 5450
[ 0x03 ] Protocol issues
They are just
implementation
Bugs*
*This is supposed to be a joke
[ 0x03 ] Protocol issues
 Menu du Jour :
 Why the Pin is not that important
 Unit Keys
 How to find non discoverable devices
 Random Number generators that may be from Hell
 Link Keys
 Reconstructing them
 Abusing them
 Re-force Pairing, Corruption
 Denial of Service
[ 0x03 ] Protocol issues
 The PIN is not really that useful
 The link key is !
 Here’s why :
 Pairing mode required for PIN
 The LK is enough to authenticate
 Encryption (E0) calculated from
the LK
 We can authenticate against both
sides with the same key
 Protocol 1.2 Authentication :
[ 0x03 ] Protocol issues
 Unit keys
 Generated by the device when starting up
 Based on a PRNG that may come from hell
 Permanently saved and cannot be changed
 Only has one key
 Problem :
 The SIG clearly does not recommend it’s use.
A B
Step1
A C
Step2
[ 0x03 ] Protocol issues
 How to find nondiscoverable devices passively
 From the man himself: Joshua Wright
 We knew read_remote_name(), now l2ping.
 Target : BD_Addr : 48-bit
4. Sniff on a preset channel and wait for devices to hop by , capture
the Bluetooth Preamble, extract the cannel access code (which
is based on 24 bits of the BD_addr)
5. Extract Error Correction field (baseband header – CRC 10bit
field)
6. Assume the first 8 bits 00
7. Brute force the remaining: 8bits
00:11:9F:C5:F1:AE
[ 0x03 ] Specification issues
 Random Number Generators from Hell
 Specification is not very clear about what to achieve or how to achieve
it
 The specification reads :
Each device has a pseudo-random number generator. Pseudo-random
numbers are used for many purposes within the security functions − for
instance, for the challenge-response scheme, for generating authentication and
encryption keys, etc.
Within this specification, the requirements placed on the random
numbers used are non-repeating and randomly generated
For example, a non-repeating value could be the output of a counter that
is unlikely to repeat during the lifetime of the authentication key, or a
date/time stamp.
[ 0x03 ] Specification issues
 Random Number Generators from Hell
 Remember the Clock inside each Device ?
 Remember that we can get the clock-offset with an simple non-authenticated
inquiry ?
 RND do not look very random, had no time left to investigate fully, looks
horrible.
 They don’t trust it themselves :
The reason for using the output of and not directly
choosing a random number as the key*, is to avoid
possible problems with degraded randomness due
to a poor implementation of the random number
generator within the device.
*What a great idea that would have been…
[ 0x03 ] Protocol issues
 Introducing BTCrack
 First presented at Hack.lu 2006
 Released for 23C3
 Cracks PIN and Link key
 Requires values from a Pairing sniff
 Imports CVS Data
Available for download here now:
http://www.nruns.com/security_tools.php
[ 0x03 ] Protocol issues
 History
 Ollie Whitehouse - 2003
 Presents weaknesses of the pairing process and how it may be used
crack the PIN
 Shaked and Wool - 2005
 Implemented and optimised the attack
 Found ways to re-initiate pairing
 Thierry Zoller – 2006
 Win32 implementation, first public release
 Tremendous help from somebody that will recognize himself
[ 0x03 ] Protocol issues
 Speed - Dual-Core P4-2GHZ
 BTcrack v0.3 (Hack.lu)
 22.000 keys per second
 BTcrack v0.5
 47.000 keys per second
 BTcrack v1.0
 Thanks to Eric Sesterhenn
 Optimised for caching,
cleaning code, static funcs,
removing Junk
 ICC
 185.000 keys per second
Results :
• 4 digit pin : 0.035 seconds
• 5 digit pin : 0.108 seconds
• 6 digit pin : 4.312 seconds
• 9 digit pin : 1318 seconds
[ 0x03 ] Protocol issues
 BT Crack – Behind the scenes (1)
Step1
Generates (RAND)
K = E22(RAND, PIN, PIN_LEN)
Device A Device B
Step1
K = E22(RAND, PIN, PIN_LEN)
Rand
Step2
Generates (RANDA)
CA = RANDA xor K
Step2
Generates (RANDB)
CB = RANDB xor K
CA
CB
Step3
RANDB=CA xor K
LKA=E21(RANDA, ADDRA)
LKB=E21(RANDB,ADDRB)
LKAB=LKA xor LKB
Step3
RANDB=CA xor K
LKA=E21(RANDA, ADDRA)
LKB=E21(RANDB,ADDRB)
LKAB=LKA xor LKB
Step4
SRESA =
E1(CH_RANDA,ADDRB,LKAB)
Step4
SRESB =
E1(CH_RANDA,ADDRB,LKAB)
CH_RANDA
SRESB
Step5
SRESA = SRESB
E22 = Connection key
E21 = Device key
[ 0x03 ] Protocol issues
 BT Crack – Behind the scenes
Pin =-1;
Do
{
PIN++;
CR_K=E22(RAND, PIN, length(PIN));
CR_RANDA = CA xor CR_K;
CR_RANDB = CB xor CR_K;
CR_LKA = E21 (CR_RANDA, ADDRA);
CR_LKB = E21 (CR_RANDB, ADDRB);
CR_LKAB = CR_LKA xor CR_LKB;
CR_SRES = (CH_RAND, ADDRB, CR_LKAB);
}
while (CR_SRES == SRES)
 Right : Shaked and Wool logic
 Top : Pseudo code by Tomasz Rybicki
Hackin9 04/2005
[ 0x03 ] Protocol issues
 BT Crack – Demo
[ 0x03 ] Protocol issues
 Link keys – What can I do with them ?
 Authenticated to both devices Master & Slave with the same link key
 Dump them from any Linux, Mac, Windows machine
 Create a encrypted hidden stealth channel, plant the linkkey
 You can decrypt encrypted traffic with the linkkey
 How to force repairing ?
 Shaked and Wool proposed:
 Injection of LMP_Not_Accepted spoofing the Master
 Before the master sends Au_rand, inject In_rand to the slave
 Before the master sends Au_rand, inject random SRES messages
 We propose :
 Use bdaddr to change the Bd_Addr to a member, connect to the master
with a unknown linkkey.
[ 0x04 ] Kick-Out
 Sooooo now we have :
 A quick and reliable way to get the BD_ADDR
 A way to crack the Pin and the keys
 What's left ?
 The sniffer. It costs around 13.000$, you can get it on eBay
sometimes for the 1/10 of the amount.
 Assignment : Go and make one for everybody.
[ 0x04 ] Kick-Out
 Things to Remember :
 Bluetooth might be a risk for your Company
 Risk assessment is rather complex
 Don’t accept every file you are being send, just click NO.
 Disable Bluetooth if not required
 Pair in “secure” places (SIG Recommendations)
 Don’t use Unit Keys
 Hold your Bluetooth vendor accountable for vulnerabilities
 Delete your pairings
 Use BT 2.0 and “Simple Paring”
1 of 41

Recommended

Aes by
AesAes
AesJyoshna Cec Cse Staf bejjam
223 views17 slides
Eos - Efficient Private Delegation of zkSNARK provers by
Eos  - Efficient Private Delegation of zkSNARK proversEos  - Efficient Private Delegation of zkSNARK provers
Eos - Efficient Private Delegation of zkSNARK proversAlex Pruden
172 views48 slides
CNIT 123 Ch 10: Hacking Web Servers by
CNIT 123 Ch 10: Hacking Web ServersCNIT 123 Ch 10: Hacking Web Servers
CNIT 123 Ch 10: Hacking Web ServersSam Bowne
1.3K views75 slides
LR parsing by
LR parsingLR parsing
LR parsingichikaz3
10.2K views198 slides
katagaitai CTF勉強会 #5 Crypto by
katagaitai CTF勉強会 #5 Cryptokatagaitai CTF勉強会 #5 Crypto
katagaitai CTF勉強会 #5 Cryptotrmr
6.4K views149 slides
Deque with Haskel by
Deque with HaskelDeque with Haskel
Deque with HaskelKen Ogura
1.9K views93 slides

More Related Content

What's hot

Race condition by
Race conditionRace condition
Race conditionhama7230
1.4K views36 slides
技術勉強会(楕円曲線暗号)資料 by
技術勉強会(楕円曲線暗号)資料技術勉強会(楕円曲線暗号)資料
技術勉強会(楕円曲線暗号)資料Tetsuyuki Oishi
23.2K views45 slides
Computer Security Lecture 3: Classical Encryption Techniques 2 by
Computer Security Lecture 3: Classical Encryption Techniques 2Computer Security Lecture 3: Classical Encryption Techniques 2
Computer Security Lecture 3: Classical Encryption Techniques 2Benha University
1.7K views42 slides
Cuddling the Cozy Bear Emulating APT29 by
Cuddling the Cozy Bear Emulating APT29Cuddling the Cozy Bear Emulating APT29
Cuddling the Cozy Bear Emulating APT29Jorge Orchilles
1.3K views30 slides
Library Operating System for Linux #netdev01 by
Library Operating System for Linux #netdev01Library Operating System for Linux #netdev01
Library Operating System for Linux #netdev01Hajime Tazaki
45.3K views40 slides
深入淺出C語言 by
深入淺出C語言深入淺出C語言
深入淺出C語言Simen Li
8.9K views152 slides

What's hot(20)

Race condition by hama7230
Race conditionRace condition
Race condition
hama72301.4K views
技術勉強会(楕円曲線暗号)資料 by Tetsuyuki Oishi
技術勉強会(楕円曲線暗号)資料技術勉強会(楕円曲線暗号)資料
技術勉強会(楕円曲線暗号)資料
Tetsuyuki Oishi23.2K views
Computer Security Lecture 3: Classical Encryption Techniques 2 by Benha University
Computer Security Lecture 3: Classical Encryption Techniques 2Computer Security Lecture 3: Classical Encryption Techniques 2
Computer Security Lecture 3: Classical Encryption Techniques 2
Benha University1.7K views
Cuddling the Cozy Bear Emulating APT29 by Jorge Orchilles
Cuddling the Cozy Bear Emulating APT29Cuddling the Cozy Bear Emulating APT29
Cuddling the Cozy Bear Emulating APT29
Jorge Orchilles1.3K views
Library Operating System for Linux #netdev01 by Hajime Tazaki
Library Operating System for Linux #netdev01Library Operating System for Linux #netdev01
Library Operating System for Linux #netdev01
Hajime Tazaki45.3K views
深入淺出C語言 by Simen Li
深入淺出C語言深入淺出C語言
深入淺出C語言
Simen Li8.9K views
Zksnarks in english by Ronak Kogta
Zksnarks in englishZksnarks in english
Zksnarks in english
Ronak Kogta902 views
New methods for exploiting ORM injections in Java applications by Mikhail Egorov
New methods for exploiting ORM injections in Java applicationsNew methods for exploiting ORM injections in Java applications
New methods for exploiting ORM injections in Java applications
Mikhail Egorov12.1K views
SCYTHE Purple Team Workshop with Tim Schulz by Jorge Orchilles
SCYTHE Purple Team Workshop with Tim SchulzSCYTHE Purple Team Workshop with Tim Schulz
SCYTHE Purple Team Workshop with Tim Schulz
Jorge Orchilles912 views
Hacking ATM machines for fun and profit! by Zigoo0
Hacking ATM machines for fun and profit!Hacking ATM machines for fun and profit!
Hacking ATM machines for fun and profit!
Zigoo01.7K views
DNS hijacking using cloud providers – No verification needed by Frans Rosén
DNS hijacking using cloud providers – No verification neededDNS hijacking using cloud providers – No verification needed
DNS hijacking using cloud providers – No verification needed
Frans Rosén13.4K views
[嵌入式系統] 嵌入式系統進階 by Simen Li
[嵌入式系統] 嵌入式系統進階[嵌入式系統] 嵌入式系統進階
[嵌入式系統] 嵌入式系統進階
Simen Li9.3K views
[CB19] FileInsight-plugins: Decoding toolbox for malware analysis by 萬谷 暢崇 by CODE BLUE
[CB19] FileInsight-plugins: Decoding toolbox for malware analysis by 萬谷 暢崇[CB19] FileInsight-plugins: Decoding toolbox for malware analysis by 萬谷 暢崇
[CB19] FileInsight-plugins: Decoding toolbox for malware analysis by 萬谷 暢崇
CODE BLUE506 views
Securing AEM webapps by hacking them by Mikhail Egorov
Securing AEM webapps by hacking themSecuring AEM webapps by hacking them
Securing AEM webapps by hacking them
Mikhail Egorov3.7K views
ICS/SCADA/PLC Google/Shodanhq Cheat Sheet by qqlan
ICS/SCADA/PLC Google/Shodanhq Cheat SheetICS/SCADA/PLC Google/Shodanhq Cheat Sheet
ICS/SCADA/PLC Google/Shodanhq Cheat Sheet
qqlan21.9K views
0wn-premises: Bypassing Microsoft Defender for Identity by Nikhil Mittal
0wn-premises: Bypassing Microsoft Defender for Identity0wn-premises: Bypassing Microsoft Defender for Identity
0wn-premises: Bypassing Microsoft Defender for Identity
Nikhil Mittal1.6K views
Introduction to Homomorphic Encryption by Christoph Matthies
Introduction to Homomorphic EncryptionIntroduction to Homomorphic Encryption
Introduction to Homomorphic Encryption
Christoph Matthies13.5K views

Similar to 23c3 Bluetooth hacking revisited

All your Bluetooth is belong to us - the rest too. by
All your Bluetooth is belong to us - the rest too.All your Bluetooth is belong to us - the rest too.
All your Bluetooth is belong to us - the rest too.Thierry Zoller
248 views51 slides
Hack.lu 2006 - All your Bluetooth is belong to us by
Hack.lu 2006 - All your Bluetooth is belong to usHack.lu 2006 - All your Bluetooth is belong to us
Hack.lu 2006 - All your Bluetooth is belong to usThierry Zoller
314 views51 slides
SIGFOX Makers Tour - Porto by
SIGFOX Makers Tour - PortoSIGFOX Makers Tour - Porto
SIGFOX Makers Tour - PortoNicolas Lesconnec
687 views87 slides
Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015 by
Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015
Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015CODE BLUE
2.3K views57 slides
DEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CEC by
DEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CECDEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CEC
DEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CECFelipe Prado
126 views53 slides
Fundamentals of network hacking by
Fundamentals of network hackingFundamentals of network hacking
Fundamentals of network hackingPranshu Pareek
91 views38 slides

Similar to 23c3 Bluetooth hacking revisited(20)

All your Bluetooth is belong to us - the rest too. by Thierry Zoller
All your Bluetooth is belong to us - the rest too.All your Bluetooth is belong to us - the rest too.
All your Bluetooth is belong to us - the rest too.
Thierry Zoller248 views
Hack.lu 2006 - All your Bluetooth is belong to us by Thierry Zoller
Hack.lu 2006 - All your Bluetooth is belong to usHack.lu 2006 - All your Bluetooth is belong to us
Hack.lu 2006 - All your Bluetooth is belong to us
Thierry Zoller314 views
Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015 by CODE BLUE
Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015
Wireless security testing with attack by Keiichi Horiai - CODE BLUE 2015
CODE BLUE2.3K views
DEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CEC by Felipe Prado
DEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CECDEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CEC
DEFCON 23 - Joshua Smith - high def fuzzing - exploitation over HDMI-CEC
Felipe Prado126 views
Fundamentals of network hacking by Pranshu Pareek
Fundamentals of network hackingFundamentals of network hacking
Fundamentals of network hacking
Pranshu Pareek91 views
IoThings you don't even need to hack by Slawomir Jasek
IoThings you don't even need to hackIoThings you don't even need to hack
IoThings you don't even need to hack
Slawomir Jasek1.9K views
Controlling Bluetooth Low Energy Devices by Keerati Torach
Controlling Bluetooth Low Energy DevicesControlling Bluetooth Low Energy Devices
Controlling Bluetooth Low Energy Devices
Keerati Torach1.4K views
Videoconferencing Technology Workshop by Videoguy
Videoconferencing Technology WorkshopVideoconferencing Technology Workshop
Videoconferencing Technology Workshop
Videoguy1K views
The (Io)Things you don't even need to hack. Should we worry? by SecuRing
The (Io)Things you don't even need to hack. Should we worry?The (Io)Things you don't even need to hack. Should we worry?
The (Io)Things you don't even need to hack. Should we worry?
SecuRing1.6K views
Brst – Border Router Security Tool by tleroy0928
Brst – Border Router Security ToolBrst – Border Router Security Tool
Brst – Border Router Security Tool
tleroy0928562 views
Putting an Apple IIgs BBS on the internet by Andrew Roughan
Putting an Apple IIgs BBS on the internetPutting an Apple IIgs BBS on the internet
Putting an Apple IIgs BBS on the internet
Andrew Roughan2.2K views
Client Server Development – Problems in Supporting Different Wireless Platform by gustavoeliano
Client Server Development – Problems in Supporting Different Wireless PlatformClient Server Development – Problems in Supporting Different Wireless Platform
Client Server Development – Problems in Supporting Different Wireless Platform
gustavoeliano363 views
Basic Device And Security Configuration Paper by Megan Mack
Basic Device And Security Configuration PaperBasic Device And Security Configuration Paper
Basic Device And Security Configuration Paper
Megan Mack2 views
DEFCON 23 - Matteo Becarro Matteo Collura - extracting the painf by Felipe Prado
DEFCON 23 - Matteo Becarro Matteo Collura - extracting the painfDEFCON 23 - Matteo Becarro Matteo Collura - extracting the painf
DEFCON 23 - Matteo Becarro Matteo Collura - extracting the painf
Felipe Prado26 views

More from Thierry Zoller

BLtouch marlin configuration by
BLtouch marlin configurationBLtouch marlin configuration
BLtouch marlin configurationThierry Zoller
888 views5 slides
Neo coolcam - smart-plug user guide v2 - Zwave by
Neo coolcam  - smart-plug user guide v2 - ZwaveNeo coolcam  - smart-plug user guide v2 - Zwave
Neo coolcam - smart-plug user guide v2 - ZwaveThierry Zoller
10.1K views10 slides
Cansecwest - The Death of AV defence in depth by
Cansecwest - The Death of AV defence in depthCansecwest - The Death of AV defence in depth
Cansecwest - The Death of AV defence in depthThierry Zoller
860 views47 slides
Heise Security - Scheunentor Bluetooth by
Heise Security - Scheunentor BluetoothHeise Security - Scheunentor Bluetooth
Heise Security - Scheunentor BluetoothThierry Zoller
528 views44 slides
Managing Application Security Risk in Enterprises - Thoughts and recommendations by
Managing Application Security Risk in Enterprises - Thoughts and recommendationsManaging Application Security Risk in Enterprises - Thoughts and recommendations
Managing Application Security Risk in Enterprises - Thoughts and recommendationsThierry Zoller
200 views30 slides
IPV6 - Threats and Countermeasures / Crash Course by
IPV6 - Threats and Countermeasures / Crash CourseIPV6 - Threats and Countermeasures / Crash Course
IPV6 - Threats and Countermeasures / Crash CourseThierry Zoller
1.1K views27 slides

More from Thierry Zoller(9)

BLtouch marlin configuration by Thierry Zoller
BLtouch marlin configurationBLtouch marlin configuration
BLtouch marlin configuration
Thierry Zoller888 views
Neo coolcam - smart-plug user guide v2 - Zwave by Thierry Zoller
Neo coolcam  - smart-plug user guide v2 - ZwaveNeo coolcam  - smart-plug user guide v2 - Zwave
Neo coolcam - smart-plug user guide v2 - Zwave
Thierry Zoller10.1K views
Cansecwest - The Death of AV defence in depth by Thierry Zoller
Cansecwest - The Death of AV defence in depthCansecwest - The Death of AV defence in depth
Cansecwest - The Death of AV defence in depth
Thierry Zoller860 views
Heise Security - Scheunentor Bluetooth by Thierry Zoller
Heise Security - Scheunentor BluetoothHeise Security - Scheunentor Bluetooth
Heise Security - Scheunentor Bluetooth
Thierry Zoller528 views
Managing Application Security Risk in Enterprises - Thoughts and recommendations by Thierry Zoller
Managing Application Security Risk in Enterprises - Thoughts and recommendationsManaging Application Security Risk in Enterprises - Thoughts and recommendations
Managing Application Security Risk in Enterprises - Thoughts and recommendations
Thierry Zoller200 views
IPV6 - Threats and Countermeasures / Crash Course by Thierry Zoller
IPV6 - Threats and Countermeasures / Crash CourseIPV6 - Threats and Countermeasures / Crash Course
IPV6 - Threats and Countermeasures / Crash Course
Thierry Zoller1.1K views
The Rise of the Vulnerability Markets - History, Impacts, Mitigations - Thier... by Thierry Zoller
The Rise of the Vulnerability Markets - History, Impacts, Mitigations - Thier...The Rise of the Vulnerability Markets - History, Impacts, Mitigations - Thier...
The Rise of the Vulnerability Markets - History, Impacts, Mitigations - Thier...
Thierry Zoller272 views
SSL Audit - The SSL / TLS Scanner by Thierry Zoller
SSL Audit -  The SSL / TLS ScannerSSL Audit -  The SSL / TLS Scanner
SSL Audit - The SSL / TLS Scanner
Thierry Zoller1.6K views
The TLS/SSLv3 renegotiation vulnerability explained by Thierry Zoller
The TLS/SSLv3 renegotiation vulnerability explainedThe TLS/SSLv3 renegotiation vulnerability explained
The TLS/SSLv3 renegotiation vulnerability explained
Thierry Zoller71.4K views

Recently uploaded

Yin Sun - Shell by
Yin Sun - ShellYin Sun - Shell
Yin Sun - ShellDutch Power
6 views17 slides
Christan van Dorst - Hyteps by
Christan van Dorst - HytepsChristan van Dorst - Hyteps
Christan van Dorst - HytepsDutch Power
6 views24 slides
Thanks Giving Encouragement Wednesday.pptx by
Thanks Giving Encouragement Wednesday.pptxThanks Giving Encouragement Wednesday.pptx
Thanks Giving Encouragement Wednesday.pptxFamilyWorshipCenterD
10 views13 slides
CitSciOz MOUA Inspiring Change Through Art by
CitSciOz MOUA Inspiring Change Through ArtCitSciOz MOUA Inspiring Change Through Art
CitSciOz MOUA Inspiring Change Through ArtChristian Bartens
42 views16 slides
PB CV by
PB CVPB CV
PB CVPedro Borracha
6 views16 slides
falsettos by
falsettosfalsettos
falsettosRenzoCalandra
5 views48 slides

Recently uploaded(20)

Christan van Dorst - Hyteps by Dutch Power
Christan van Dorst - HytepsChristan van Dorst - Hyteps
Christan van Dorst - Hyteps
Dutch Power6 views
OSMC 2023 | IGNITE: Serving Server-Side WASM with Web Awareness with NGINX Un... by NETWAYS
OSMC 2023 | IGNITE: Serving Server-Side WASM with Web Awareness with NGINX Un...OSMC 2023 | IGNITE: Serving Server-Side WASM with Web Awareness with NGINX Un...
OSMC 2023 | IGNITE: Serving Server-Side WASM with Web Awareness with NGINX Un...
NETWAYS11 views
231121 SP slides - PAS workshop November 2023.pdf by PAS_Team
231121 SP slides - PAS workshop November 2023.pdf231121 SP slides - PAS workshop November 2023.pdf
231121 SP slides - PAS workshop November 2023.pdf
PAS_Team115 views
BLogSite (Web Programming) (1).pdf by Fiverr
BLogSite (Web Programming) (1).pdfBLogSite (Web Programming) (1).pdf
BLogSite (Web Programming) (1).pdf
Fiverr10 views
Helko van den Brom - VSL by Dutch Power
Helko van den Brom - VSLHelko van den Brom - VSL
Helko van den Brom - VSL
Dutch Power7 views
Roozbeh Torkzadeh - TU Eindhoven by Dutch Power
Roozbeh Torkzadeh - TU EindhovenRoozbeh Torkzadeh - TU Eindhoven
Roozbeh Torkzadeh - TU Eindhoven
Dutch Power6 views
OSMC 2023 | Icinga for Windows – Age of PowerShell by Christian Stein by NETWAYS
OSMC 2023 | Icinga for Windows – Age of PowerShell by Christian SteinOSMC 2023 | Icinga for Windows – Age of PowerShell by Christian Stein
OSMC 2023 | Icinga for Windows – Age of PowerShell by Christian Stein
NETWAYS8 views
OSMC | SNMP Monitoring at scale by Rocco Pezzani & Thomas Gelf by NETWAYS
OSMC | SNMP Monitoring at scale by Rocco Pezzani & Thomas Gelf OSMC | SNMP Monitoring at scale by Rocco Pezzani & Thomas Gelf
OSMC | SNMP Monitoring at scale by Rocco Pezzani & Thomas Gelf
NETWAYS10 views
Post-event report intro session-1.docx by RohitRathi59
Post-event report intro session-1.docxPost-event report intro session-1.docx
Post-event report intro session-1.docx
RohitRathi5912 views
Speaking with confidence-converted.pdf by Abdul salam
Speaking with confidence-converted.pdfSpeaking with confidence-converted.pdf
Speaking with confidence-converted.pdf
Abdul salam 16 views
OSMC 2023 | IGNITE: Metrics, Margins, Mutiny – How to make your SREs (not) ru... by NETWAYS
OSMC 2023 | IGNITE: Metrics, Margins, Mutiny – How to make your SREs (not) ru...OSMC 2023 | IGNITE: Metrics, Margins, Mutiny – How to make your SREs (not) ru...
OSMC 2023 | IGNITE: Metrics, Margins, Mutiny – How to make your SREs (not) ru...
NETWAYS7 views

23c3 Bluetooth hacking revisited

  • 1. Bluetooth Hacking revisited + Kevin Finistere & Thierry Zoller 23C3 - 2006
  • 2. Bluetooth – Please just turn it off Turn off your BT please, ,no really. Yeah
  • 3. The Goal of this Talk ?  The Goal of this talk is not to:  Build myths  Show off – and not show how  The Goal of this talk is to :  Raise awareness  Make risks (more) transparent  Paradigm Shift – Bluetooth is not only for toys  Show cool stuff…
  • 4. What are we talking about today ?  [ 0x00 ] – Introduction : What is Bluetooth ?  Sorry this is required. Crash course..  [ 0x01 ] – Get ready to rumble : Extending the Range  Extending the range of Bluetooth devices  Building automated reconnaissance and attack devices  Bluetooth War driving (GPS, 360° Camera)  [ 0x02 ] – Implementation issues : Bypassing Security  Attacking drivers, Attacking applications  Owning Bluetooth VNC style  Attacking Internal Networks and pivoting  Bluetooth Pin to Bluetooth Passkey  [ 0x03 ] – Protocol/Specification issues : Ceci n’est pas une pipe  Cracking the Pin and the Link-key (BTCrack)  Key management, 8 bit Encryption, Collisions  Tracking the un-trackeable  Anti-Brute-forcing  Random Number generators from hell
  • 5. [ 0x00 ] Introduction  Bluetooth - a few tidbits:  Operates on the non-regulated ISM band : 2,4Ghz  In general 79 Channels (Except France, Spain)  Frequency Hopping (3200/sec, 1600/sec)  Complete Framework with profiles and layers of protocols  1 Billionth BT device sold in November 2006 (source SIG)  Goals : Least cost cable replacement, low power usage
  • 6. [ 0x00 ] Introduction  The foundation – Protocol Stack Hardware Software Redfang – read_remote_name() L2ping
  • 7. [ 0x00 ] Introduction  “Typical” Bluetooth Scenario Inquiry Inquiry response Paging (FHS) Link establishment Discovers Profiles Bluetooth Access Point
  • 8. [ 0x00 ] Introduction  Inquiry - First Contact  Predefined Hopping sequence  FHS same for all devices  Pass Paging parameters during Inquiry stage
  • 9. [ 0x00 ] Introduction  Paging - Frequency Hopping Synchronization  Slaves always sync to the Master  Paging initialisation :  Slaves hop 1 Channel/sec  Master hops 3200 times/sec  Paging  Both hop 1600 times/sec  Piconet agrees to a Sequence based on parts of the BD_ADDR and Clock-offset of the master. (Nice fingerprint by the way)  FH is the reason you can not easily sniff BT traffic. You have to sync to the Master (or use a Spectral Analyzer and reconstruct afterwards – Good luck)
  • 10. [ 0x00 ] Introduction  The Bluetooth Profiles  Represent a group and defines mandatory options  Prevent compatibility issues, modular approach to BT extensions  Vertical representation of BT layer usage, handled through SDP Object Push Profile
  • 11. [ 0x00 ] Introduction  Different Bluetooth modes  Discoverable modes  Discoverable : Sends inquiry responses to all inquiries.  Limited discoverable: Visible for a certain period of time (Implementation bug: Sony Ericsson T60..)  Non-Discoverable:  Never answers an inquiry scan (in theory)  Pairing modes :  Non-pairable mode : Rejects every pairing request (LMP_not_accepted) (Implementation bug: Plantronic Headset..)  Pairable mode : Will pair up-on request
  • 12. [ 0x01 ] Get ready to rumble  Extending the Range
  • 13. [ 0x01 ] Get ready to rumble  Long Distance - Datasets  Antrum Lake, water reflection guarantees longer ranges.  788 Meters  An old Man stole my phone during this test! I tracked him with the yagi.
  • 14. [ 0x01 ] Get ready to rumble  Optimizing for Penetration (1)  Integrated Linksys Dongle  Integrated USB Cable  Metal Parabola  10 * Zoom  Laser (to be done)  Experiment : Went through a building found the device on the other side IN another building.
  • 15. [ 0x01 ] Get ready to rumble  Optimizing for Penetration (2)  Bundling (Parabola)  Higher penetration through walls  Glass is your friend  On board embedded device. (NSLU2)  Autonomous scan and attack toolkit  automatically scans  may attack devices  saves all the results
  • 16. [ 0x01 ] Get ready to rumble  PerimeterWatch – Bluetooth Wardriving  Perl Script by KF  Searches Bluetooth Devices  Takes 360° pictures  GPS coordinates
  • 17. [ 0x02 ] Implementation bugs  Implementation Bugs – Bypassing security
  • 18. [ 0x02 ] Implementation bugs  Menu du Jour :  Eavesdropping on Laptops/Desktops  Remotely controlling workstations  Car Whisperer NG  Owning internal Networks over Bluetooth  Linkkey theft and abuse  Widcomm Overflows (Broadcom merger leaves lots of vuln users that can not patch) BTW 3.0.1.905 (../ attacks) and up to BTW 1.4.2.10 has overflows
  • 19. [ 0x02 ] Implementation bugs  Bluetooth PIN is really a Bluetooth Passkey  Did you know ? A Bluetooth “Pin” can be more than digits…  Not aware of any implementation, all use just digits  Uses UTF8  Max 16, UTF8 char may take some off  Example :  It’s like implementing NTLM with digits only….  BTCrack would a lot more time if this would be “correctly” implemented 0xC3 0x84 0x72 0x6c 0x69 0x63 0x68Ärlich 0x30 0x31 0x032 0x330123 BT handlesUser enters
  • 20. [ 0x02 ] Implementation bugs  CarWhisperer – Martin Herfurt  Listen and Record Conversations  Not that new, but what’s new :  Works against Workstations Example : Widcomm < BTW 4.0.1.1500 (No Pincode)  Kevin did a real-time patch for it  Remove the Class ID check  Root Cause : Paring mode, discoverable, hard coded Pin.
  • 21. [ 0x02 ] Implementation bugs  HidAttack - Owning Bluetooth VNC Style  HID = Human Interface Device  Requires 2 HID (PSM) endpoints to act as server  2 implementations :  Keyboard connects to the HID server  HID server connects to the Keyboard  You can control the Mouse and Keyboard HID just as you were in front of the PC.  Discovered by Collin Mulliner , fixed in hidd Bluez <2.25, Widcomm, Toshiba not really tested. Yours?  Code release today : www.mulliner.org/bluetooth/hidattack01.tar.gz  Thanks Collin !
  • 22. [ 0x02 ] Implementation bugs  Demo - Owning internal networks  Apple  OSX 10.3 Tiger  OSX 10.4 Jaguar Vanilla, delayed release  Windows  Widcomm, Toshiba, Bluesoil, others ?  Pocket PC  Kevin: Apple asked me to not tell 10.4 was shipping vulnerable  OSX 10.3.9 patched, OSX 10.4 shipped vulnerable patched a month after OSX 10.3.9
  • 23. [ 0x02 ] Implementation bugs  Demo – Remote Root over BT  Vulnerability shown : _Directory Traversal_ in un-authenticated Obexserver (Patched)  Cause : User input validated client-side (except btftp)  ObexFTP server directory traversal exploit & malicious InputManager & local root exploit = remote login tty over rfcomm = 0WNAGE  Was possible on Windows and Pocket PC and everything that has Toshiba or Broadcom & Widcomm (estimate 90%), and most probably others too. But we choose a MAC, because…we can.  Points are : - Macs are NOT invulnerable (far from that) - You can own internal networks over Bluetooth
  • 24. [ 0x02 ] Implementation bugs  Windows Widcomm - Buffer overflows
  • 25. [ 0x02 ] Implementation bugs  Windows Widcomm - Buffer overflows  Vulnerable versions known to us :  Widcomm Stack up to 3.x is vuln  Widcomm BTStackServer 1.4.2 .10  Widcomm BTStackServer 1.3.2 .7  Widcomm Bluetooth Communication Software 1.4.1 .03  HP IPAQ 2215  HP IPAQ 5450
  • 26. [ 0x03 ] Protocol issues They are just implementation Bugs* *This is supposed to be a joke
  • 27. [ 0x03 ] Protocol issues  Menu du Jour :  Why the Pin is not that important  Unit Keys  How to find non discoverable devices  Random Number generators that may be from Hell  Link Keys  Reconstructing them  Abusing them  Re-force Pairing, Corruption  Denial of Service
  • 28. [ 0x03 ] Protocol issues  The PIN is not really that useful  The link key is !  Here’s why :  Pairing mode required for PIN  The LK is enough to authenticate  Encryption (E0) calculated from the LK  We can authenticate against both sides with the same key  Protocol 1.2 Authentication :
  • 29. [ 0x03 ] Protocol issues  Unit keys  Generated by the device when starting up  Based on a PRNG that may come from hell  Permanently saved and cannot be changed  Only has one key  Problem :  The SIG clearly does not recommend it’s use. A B Step1 A C Step2
  • 30. [ 0x03 ] Protocol issues  How to find nondiscoverable devices passively  From the man himself: Joshua Wright  We knew read_remote_name(), now l2ping.  Target : BD_Addr : 48-bit 4. Sniff on a preset channel and wait for devices to hop by , capture the Bluetooth Preamble, extract the cannel access code (which is based on 24 bits of the BD_addr) 5. Extract Error Correction field (baseband header – CRC 10bit field) 6. Assume the first 8 bits 00 7. Brute force the remaining: 8bits 00:11:9F:C5:F1:AE
  • 31. [ 0x03 ] Specification issues  Random Number Generators from Hell  Specification is not very clear about what to achieve or how to achieve it  The specification reads : Each device has a pseudo-random number generator. Pseudo-random numbers are used for many purposes within the security functions − for instance, for the challenge-response scheme, for generating authentication and encryption keys, etc. Within this specification, the requirements placed on the random numbers used are non-repeating and randomly generated For example, a non-repeating value could be the output of a counter that is unlikely to repeat during the lifetime of the authentication key, or a date/time stamp.
  • 32. [ 0x03 ] Specification issues  Random Number Generators from Hell  Remember the Clock inside each Device ?  Remember that we can get the clock-offset with an simple non-authenticated inquiry ?  RND do not look very random, had no time left to investigate fully, looks horrible.  They don’t trust it themselves : The reason for using the output of and not directly choosing a random number as the key*, is to avoid possible problems with degraded randomness due to a poor implementation of the random number generator within the device. *What a great idea that would have been…
  • 33. [ 0x03 ] Protocol issues  Introducing BTCrack  First presented at Hack.lu 2006  Released for 23C3  Cracks PIN and Link key  Requires values from a Pairing sniff  Imports CVS Data Available for download here now: http://www.nruns.com/security_tools.php
  • 34. [ 0x03 ] Protocol issues  History  Ollie Whitehouse - 2003  Presents weaknesses of the pairing process and how it may be used crack the PIN  Shaked and Wool - 2005  Implemented and optimised the attack  Found ways to re-initiate pairing  Thierry Zoller – 2006  Win32 implementation, first public release  Tremendous help from somebody that will recognize himself
  • 35. [ 0x03 ] Protocol issues  Speed - Dual-Core P4-2GHZ  BTcrack v0.3 (Hack.lu)  22.000 keys per second  BTcrack v0.5  47.000 keys per second  BTcrack v1.0  Thanks to Eric Sesterhenn  Optimised for caching, cleaning code, static funcs, removing Junk  ICC  185.000 keys per second Results : • 4 digit pin : 0.035 seconds • 5 digit pin : 0.108 seconds • 6 digit pin : 4.312 seconds • 9 digit pin : 1318 seconds
  • 36. [ 0x03 ] Protocol issues  BT Crack – Behind the scenes (1) Step1 Generates (RAND) K = E22(RAND, PIN, PIN_LEN) Device A Device B Step1 K = E22(RAND, PIN, PIN_LEN) Rand Step2 Generates (RANDA) CA = RANDA xor K Step2 Generates (RANDB) CB = RANDB xor K CA CB Step3 RANDB=CA xor K LKA=E21(RANDA, ADDRA) LKB=E21(RANDB,ADDRB) LKAB=LKA xor LKB Step3 RANDB=CA xor K LKA=E21(RANDA, ADDRA) LKB=E21(RANDB,ADDRB) LKAB=LKA xor LKB Step4 SRESA = E1(CH_RANDA,ADDRB,LKAB) Step4 SRESB = E1(CH_RANDA,ADDRB,LKAB) CH_RANDA SRESB Step5 SRESA = SRESB E22 = Connection key E21 = Device key
  • 37. [ 0x03 ] Protocol issues  BT Crack – Behind the scenes Pin =-1; Do { PIN++; CR_K=E22(RAND, PIN, length(PIN)); CR_RANDA = CA xor CR_K; CR_RANDB = CB xor CR_K; CR_LKA = E21 (CR_RANDA, ADDRA); CR_LKB = E21 (CR_RANDB, ADDRB); CR_LKAB = CR_LKA xor CR_LKB; CR_SRES = (CH_RAND, ADDRB, CR_LKAB); } while (CR_SRES == SRES)  Right : Shaked and Wool logic  Top : Pseudo code by Tomasz Rybicki Hackin9 04/2005
  • 38. [ 0x03 ] Protocol issues  BT Crack – Demo
  • 39. [ 0x03 ] Protocol issues  Link keys – What can I do with them ?  Authenticated to both devices Master & Slave with the same link key  Dump them from any Linux, Mac, Windows machine  Create a encrypted hidden stealth channel, plant the linkkey  You can decrypt encrypted traffic with the linkkey  How to force repairing ?  Shaked and Wool proposed:  Injection of LMP_Not_Accepted spoofing the Master  Before the master sends Au_rand, inject In_rand to the slave  Before the master sends Au_rand, inject random SRES messages  We propose :  Use bdaddr to change the Bd_Addr to a member, connect to the master with a unknown linkkey.
  • 40. [ 0x04 ] Kick-Out  Sooooo now we have :  A quick and reliable way to get the BD_ADDR  A way to crack the Pin and the keys  What's left ?  The sniffer. It costs around 13.000$, you can get it on eBay sometimes for the 1/10 of the amount.  Assignment : Go and make one for everybody.
  • 41. [ 0x04 ] Kick-Out  Things to Remember :  Bluetooth might be a risk for your Company  Risk assessment is rather complex  Don’t accept every file you are being send, just click NO.  Disable Bluetooth if not required  Pair in “secure” places (SIG Recommendations)  Don’t use Unit Keys  Hold your Bluetooth vendor accountable for vulnerabilities  Delete your pairings  Use BT 2.0 and “Simple Paring”