announcements
play

Announcements Today: Last lecture , special topic on smart - PowerPoint PPT Presentation

Announcements Today: Last lecture , special topic on smart transportation security Attention: Its within the scope of final exam Final exam: 12/12, 1:30-3:30 PM Should be in this class room (HSLH 100A) Bring your photo ID with


  1. Announcements Today: Last lecture , special topic on smart transportation security • Attention: It’s within the scope of final exam Final exam: 12/12, 1:30-3:30 PM • Should be in this class room (HSLH 100A) • Bring your photo ID with you 1

  2. DNS: Domain Name Service DNS maps symbolic names to numeric IP addresses (for example, www.uci.edu ↔ 128.195.188.233) root & edu DNS server www.ics.uci.edu uci.edu Local DNS server Client DNS recursive resolver ics.uci.edu DNS server 2

  3. Cached Lookup Example root & edu DNS server ftp.ics.uci.edu uci.edu Local DNS server Client DNS recursive resolver ics.uci.edu DNS server 3

  4. DNS “ Authentication ” Request contains random 16-bit transaction id  TXID root & edu DNS server www.ics.uci.edu Response accepted if TXID is the same uci.edu Stays in cache for a long time (TTL) Local DNS server Client DNS recursive resolver ics.uci.edu DNS server 4

  5. DNS Spoofing / DNS Cache Poisoning 6.6.6.6 Trick client into looking up www.foo.com (how?) Guess TXID, www.foo.com is at 6.6.6.6 Another guess, www.foo.com is at 6.6.6.6 Another guess, www.foo.com is at 6.6.6.6 www.foo.com ns.foo.com Local Client DNS server resolver Several opportunities to win the race If attacker loses, has to wait until TTL expires … but can try again with host1.foo.com, host2.foo.com, etc. … but what ’ s the point of hijacking host2.foo.com? 5

  6. DNS Spoofing / DNS Cache Poisoning [Kaminsky] 6.6.6.6 Trick client into looking up <random>.foo.com Guessed TXID, very long TTL I don ’ t know where <random>.foo.com is Ask the authoritative server at www.foo.com www.foo.com It lives at 6.6.6.6 <random>.foo.com ns.foo.com Local Client DNS server resolver If attacker wins, future DNS requests for www.foo.com will go to 6.6.6.6 The cache is now poisoned… for a very long time! No need to win future races! 6

  7. DNSSEC • Goals: authentication and integrity of DNS requests and responses • PK-DNSSEC (public key) – DNS server signs its data (can be done in advance) – How do other servers learn the public key? MORE INFO: http://www.dnssec.net/presentations 7

  8. Lecture 17 CS 134 Smart Transportation Security Qi Alfred Chen Department of Computer Science

  9. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) 9

  10. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) 10

  11. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) 11

  12. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) 12

  13. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) Autonomy software 13

  14. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) Autonomy software [ISOC NDSS’18] [ACM CCS’19] First software security analysis of a First software security analysis of CV-based transportation system LiDAR-based AV perception 14

  15. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) [ISOC NDSS’18] [ACM CCS’19] First software security analysis of a First software security analysis of CV-based transportation system LiDAR-based AV perception 15

  16. Background: Connected Vehicle technology • Wirelessly connect vehicles & infrastructure to dramatically improve mobility & safety • Will soon transform transportation systems today – 2016.9, USDOT launched CV Pilot Program CV technology Under deployment OBU RSU 16 CV = Connected Vehicle OBU = On-Board Unit RSU = Road-Side Unit

  17. First security analysis of CV-based transp. • Target : Intelligent Traffic Signal System (I-SIG) – Use real-time CV data for intelligent signal control – USDOT sponsored design & impl. – Fully implemented & tested in Anthem, AZ, & Palo Alto, CA • ~30% reduction in total vehicle delay – Under deployment in NYC and Tampa, FL Real-time CV data I-SIG RSU Control 17 CV = Connected Vehicle OBU = On-Board Unit RSU = Road-Side Unit

  18. Threat model • Malicious vehicle owners deliberately control the OBU to send spoofed data – OBU is compromised physically 1 , wirelessly 2 , or by malware 3 • Can only spoof data, e.g., location & speed – Can’t spoof identity due to USDOT’s vehicle certificate system Real-time Spoofed CV CV data data I-SIG RSU Control Influence Malicious vehicle owner signal control 18 1 Koscher et al.@IEEE S&P’10 2 Checkoway et al.@Usenix Security'11 3 Mazloom et al.@UsenixWOOT’16

  19. Attack goals Traffic congestion Increase total delay of vehicles in the intersection Personal gain Minimize attacker’s travel time (at the cost of others’) 19

  20. Attack goals This work Traffic congestion Increase total delay of vehicles in the intersection Personal gain Minimize attacker’s travel time (at the cost of others’) 20

  21. Analysis approach overview Analysis of Attack input data flow Data spoofing Source code strategies Spoofing w/ Dynamic analysis high delay inc Spoofing Increased option enum delay calc Congestion creation vuln. Traffic snapshots from simulator Exploit construction Congestion creation exploit 21

  22. Analysis result summary Analysis of Attack input data flow 2 distinct types of algorithm-level Data spoofing vulnerabilities: Source code strategies One single attack vehicle can greatly manipulate traffic control! Spoofing w/ Dynamic analysis high delay inc Spoofing Increased option enum delay calc Congestion creation vuln. Traffic snapshots from simulator Exploit construction Congestion creation exploit 22

  23. I-SIG system 2 3 1 4 I-SIG 8 5 7 6 23

  24. COP (Controlled Optimization of Phases) 2 Input: All vehicles’ location & speed Dynamic programming 3 Signal plan ( green light length & order) Output: with lowest total delay Delay = 15 1: 5 sec 2: 3 sec 1: 7 sec 5 sec 5 3 ( total delay: 15 sec ) 5 7 3 1 5 I-SIG 1 Delay = 0 Delay = 0 24

  25. COP (Controlled Optimization of Phases) 2 Data from one single vehicle: Very 3 hard to affect signal plan +3 × n +n • Commonly, 1 vehicle vs > 25 vehicles’ Delay = 15 delay in 5 conflicting lanes 5 3 • Can’t change even 1 sec +n 5 7 3 1 1 5 I-SIG 1 Delay = 0 Delay = 0 25

  26. Vuln #1: Last vehicle advantage • Attack : Spoof to arrive as late as possible to increase the delay of queuing vehicles in other lanes +105 2 +12 Delay = 15 9 5 3 9 7 40 3 5 1 5 … 1 I-SIG Delay = 0 Delay = 0 26

  27. Cause: Effectiveness & timeliness trade-off • COP on RSU = 4-5 sec decision time < 3 sec • To meet timeliness requirement, customize COP to limit the # of servings per lane Sub-optimal COP 2 – By default, only serve each lane once +12 Unexpectedly Security Delay = 15 exposed vuln. 9 5 3 Timeliness Effectiveness Sub-optimal COP also good 7 3 9 5 1 5 1 I-SIG Delay = 0 Delay = 0 27 RSU = Road-Side Unit

  28. Vuln #2: Curse of transition period • I-SIG has 2 operation modes based on PR: – PR ≥ 95%, full deployment: Directly run COP – PR < 95%, transition: COP becomes ineffective, use an unequipped vehicle estimation algorithm as pre-processing step Yes (full deployment period) COP PR ≥ 95% algorithm No (transition period) Unequipped vehicle estimation 28 PR = Penetration Rate

  29. Unequipped vehicle estimation algorithm Yes (full deployment period) COP PR ≥ 95% algorithm No (transition period) Unequipped vehicle estimation Vulnerable Free flow region Slow-down region Queuing region 29 PR = Penetration Rate

  30. Vulnerable queue estimation • Data from one single attack vehicle can add 30-50 “ghost” vehicles to COP input • Dramatically increase length of (wasted) green light Est. queue length = 3 Spoof the vehicle location! Est. queue length = 7 30

  31. Attack video demo • Demo time! – https://www.youtube.com/watch?v=3iV1sAxPuL0 31

  32. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) [ISOC NDSS’18] [ACM CCS’19] First software security analysis of a First software security analysis of CV-based transportation system LiDAR-based AV perception 32

  33. Recent interest: Autonomy software security in smart transportation Autonomous Vehicle (AV) Connected Vehicle (CV) [ISOC NDSS’18] [ACM CCS’19] First software security analysis of a First software security analysis of CV-based transportation system LiDAR-based AV perception 33

  34. Background: Autonomous Vehicle technology • Equip vehicles with various types of sensors to enable self driving 34

  35. Goal: First security analysis of AV autonomy software • New attack surface: Sensors – Key input channel for critical control decisions – Public channel shared with potential adversaries • Fundamentally unavoidable attack surface 35

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