virtualised usb fuzzing using qemu and scapy
play

Virtualised USB Fuzzing using QEMU and Scapy Breaking USB for Fun - PowerPoint PPT Presentation

Intro Fuzzing Results Virtualised USB Fuzzing using QEMU and Scapy Breaking USB for Fun and Profit Tobias Mueller (c) 2015, CC-BY-SA 3.0 2015-10-01 1 / 25 Intro Fuzzing Results 1 Intro Motivation USB Architecture 2 Fuzzing Obtaining


  1. Intro Fuzzing Results Virtualised USB Fuzzing using QEMU and Scapy Breaking USB for Fun and Profit Tobias Mueller (c) 2015, CC-BY-SA 3.0 2015-10-01 1 / 25

  2. Intro Fuzzing Results 1 Intro Motivation USB Architecture 2 Fuzzing Obtaining valid USB communication QEMU Virtual USB Device 3 Results Stack Stress Test USB Fingerprinting Driver Flaws 2 / 25

  3. Intro Motivation Fuzzing USB Architecture Results Motivation What’s the problem? USB supported by every major OS USB widely deployed USB drivers in kernel space Not easy to assess security Development board? Inject messages into kernel? 3 / 25

  4. Digital Voting Pen Yes, it uses USB. hehe

  5. In-Flight entertainment Based on Linux or VxWorks

  6. Intro Motivation Fuzzing USB Architecture Results Architecture Host initiated communication → polling Yes, even with keyboards or mice packet-based SETUP IN OUT 8 / 25

  7. usb-kernel-ipe.pdf

  8. Device Descriptor Configuration Configuration Interface Interface Interface Endpoint Endpoint Endpoint Endpoint

  9. Device Descriptor 44 3e 48 00 69 00 00 00 00 00 12 00 00 00 QemuUSB 12 01 pipe direction ’D > H’ (device to h[...] pid IN 00 02 00 00 00 40 07 13 63 01 00 01 01 02 03 01 devaddr 0 devep 0 length 18 USBIn Descriptor length 18 type Device DeviceDescriptor bcdUSB 0x0200 bDeviceClass Base Class bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize 64 idVendor 0x1307 idProduct 0x0163 bcdDevice 256 iManufacturer 1 iProduct 2 iSerialNumber 3 bNumConfigurations1

  10. Intro Motivation Fuzzing USB Architecture Results Known USB issues The Playstation 3 Hack Configuration Descriptor overflow. . . m( 12 / 25

  11. Intro Motivation Fuzzing USB Architecture Results Known USB issues (cont.) Solaris FAIL Configuration Descriptor overflow by Andy Davies (CVE-2011-2295) BadUSB Put several classes onto one device 13 / 25

  12. Intro Motivation Fuzzing USB Architecture Results Physical Access? Often argued that it’s not in the OS’s threat model except, it is. . . Not necessarily needed due to: USB/IP Wireless USB 14 / 25

  13. Intro Obtaining valid USB communication Fuzzing QEMU Results Virtual USB Device Fuzzing Dumb Fuzzing coined in late 80’s feed program with random(?) data received a lot of attention ∼ 2004 Smart Fuzzing Modify existing valid structured data Checksums Cover more code Patent encumbered? Scapy Awesome (!) framework sniff, manipulate, craft, send (Ethernet) packets models packets in Python 15 / 25

  14. Intro Obtaining valid USB communication Fuzzing QEMU Results Virtual USB Device Obtaining Valid USB communication Read specs :-( mount none -t debugfs /sys/kernel/debug mount none -t usbmon see Documentation/usb/usbmon.txt :-( Using QEMU: Implement filter to pipe out communication (originally done by Moritz Jodeit) 16 / 25

  15. Intro Obtaining valid USB communication Fuzzing QEMU Results Virtual USB Device 17 / 25

  16. Intro Obtaining valid USB communication Fuzzing QEMU Results Virtual USB Device QEMU Full virtualisation (not Xen, OpenVZ, UML, etc. . . ) Free (as in speech) Virtualisation (not VMWare) Existing Virtual USB Drivers (Unusable) Existing infrastructure for USB indirection 18 / 25

  17. Intro Obtaining valid USB communication Fuzzing QEMU Results Virtual USB Device Virtual USB Device Take simple existing MSD or Serial driver Write out / Read in USB packets Implement desired behaviour externally cat and echo Or enhancing Scapy to read/write from pipes → Automaton class 19 / 25

  18. Intro Obtaining valid USB communication Fuzzing QEMU Results Virtual USB Device 20 / 25

  19. USB Stack stress testing How many devices can you handle? def r u n s i m p l e t e s t (qemu , timeout =4, d e l e t e=False ) : qemu . usb add ( ’mouse’ ) time . s l e e p ( timeout ) cmd = l i s t ( ’dmesg’ ) + [ ’space’ ] \ + [ ’minus’ ] + [ ’c’ ] + [ ’enter’ ] qemu . sendkeys (cmd) u s b d e v i c e s = qemu . u s b i n f o () i f d e l e t e : for d e v i c e in u s b d e v i c e s [ ’usbdevices’ ] : qemu . u s b d e l ( ’%d.%d’ % ( d e v i c e [ ’busnr’ ] , d e v i c e [ ’devaddr’ ] ) ) print qemu . c p u i n f o ()

  20. Intro Stack Stress Test Fuzzing USB Fingerprinting Results USB Fingerprinting Targetted attacks OS Packet Sequence Retries Windows SETUP, IN, OUT 3 Linux 2.6.33 SETUP (9x), RESET 4+2 OpenBSD 4.7 SETUP, IN, OUT 7 FreeBSD 8.0 SETUP, IN, OUT 6 Tabelle : USB Stack Fingerprints of various operating systems 22 / 25

  21. Intro Fuzzing Results Future Work What’s next? USB-3? (SuperSpeed, Device Initiated Communication) Making it work with GadgetFS Make that work on phones Get more OS fingerprints Exploit more drivers Run shellcode USB Firewall 24 / 25

  22. Intro Fuzzing Results Q&A Questions? Muchas Gracias! Tobi(as) Mueller Mail 4tmuelle@informatik.uni-hamburg.de FF52 DA33 C025 B1E0 B910 92FC 1C34 19BF 1BF9 8D6D 25 / 25

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend