network time protocol ntp
play

Network Time Protocol (NTP) server client Aanchal Malhotra Isaac - PowerPoint PPT Presentation

NDSS, 2016 Attacking the Network Time Protocol (NTP) server client Aanchal Malhotra Isaac E. Cohen, Erik Brakke Sharon Goldberg Outline of the talk Background How does NTP work? How does NTP client take time? Our attacks


  1. NDSS, 2016 Attacking the Network Time Protocol (NTP) server client Aanchal Malhotra Isaac E. Cohen, Erik Brakke Sharon Goldberg

  2. Outline of the talk • Background  How does NTP work?  How does NTP client take time? • Our attacks  Denial of Service by Spoofed Kiss-of-Death (off-path)  Denial of Service by Priming the Pump (off-path)  Timeshifting by IPv4 Packet Fragmentation (off-path) server client off-path attacker

  3. Background: How does NTP work? Stratum 3 Stratum 2 Stratum 1 client server 1 ntp.conf server 1 server 2 server 2 server 3 server 3 • Sends queries at randomized & adaptively-selected intervals • Every host can act as both client and the server • Requires certain number of self-consistent responses to update its clock • My laptop will answer queries from public Internet

  4. We assume NTP messages are not cryptographically authenticated. (Ask me why after.) We attack the NTPv4 spec (RFC5905) and its reference implementation (ntpd v4.2.8p2 & ntpd v4.2.6p5)

  5. Non-Crypto Authentication with Origin Timestamp (T 1 ) Analogous to - UDP source port randomization - TCP sequence no randomization server v4 IHL=20 TOS Total length = 76 IPID x DF MF Frag Offset client TTL Protocol = 17 IP Header Checksum TEST2 : Match Source IP T3 in Query to T1 in Response . Destination IP Source Port = 123 Destination Port = 123 Length = 76 UDP Checksum How much entropy is in Origin Off-path attacker LI v4 Response Stratum Poll Precision Timestamp ( T 1 )? Root Delay Root Dispersion ≈ 32 bits! Reference ID Reference Timestamp *ntpd does not randomize UDP source port! T 1 = Origin Timestamp T 2 = Receive Timestamp T 3 = Transmit Timestamp

  6. Outline of the talk • Background  How does NTP work?  How does NTP client take time? • Our attacks  Denial of Service by Spoofed Kiss-of-Death (off-path)  Denial of Service by Priming the Pump (off-path)  Timeshifting by IPv4 packet fragmentation (off-path) server client Off-path attacker

  7. Denial of Service via Spoofed Kiss-o-Death Kiss-o ’ -Death (KoD) “Keep quiet for 2 poll sec!” “Keep quiet for 2 17 sec! ” (36 hours!) v4 IHL=20 TOS Total length = 76 server 1 TTL Protocol = 17 IP Header Checksum client Source IP Destination IP Source Port = 123 Destination Port = 123 Length = 76 UDP Checksum One packet prevents LI v4 Response Poll Stratum client from querying its server 2 Root Delay servers for days or Root Dispersion years! Reference ID = RATE Reference Timestamp = Jan 1, 1970 0:00:00 UTC T 1 = Origin Timestamp = July 29, 2015 01:23:45 TEST2? T 2 = Receive Timestamp = July 29, 2015 01:23:45 server 3 T 3 = Transmit Timestamp = July 29, 2015 01:23:45

  8. How to learn the server’s IP for the spoofed KoD? v4 IHL=20 TOS Total length = 76 server TTL Protocol = 17 IP Header Checksum client Source IP = client Destination IP = attacker Source Port = 123 Destination Port = 123 Length = 76 UDP Checksum  An attacker can deactivate Response Stratum Poll NTP for the whole Internet Root Delay within hours / days with one Root Dispersion Reference ID = server IP machine! Reference Timestamp = Aug 18, 2015 4:40:23 AM T 1 = Origin Timestamp = Aug 18, 2015, 4:59:55 AM T 2 = Receive Timestamp = Aug 18, 2015, 4:59:56 AM T 3 = Transmit Timestamp = Aug 18, 2015, 4:59:56 AM

  9. Denial of Service by Priming-the-Pump 1. Denial of Service by Spoofed Kiss-of- Death (off-path) server Patched! ntpd 4.2.8p4 client 2. Denial of Service by Priming the Pump (off-path)

  10. Outline of the talk • Background  How does NTP work?  How does NTP client take time? • Our attacks  Denial of Service by Spoofed Kiss-of-Death (off-path)  Denial of Service by Priming the Pump (off-path)  Timeshifting by IPv4 packet fragmentation (off-path) server client Off-path attacker

  11. Background: IPv4 Packet Fragmentation IPID=1 IPID=1 Frag1 X bytes server IPID=1 client Frag2 network element client buffer

  12. How Our Attacker Uses IPv4 Packet Fragmentation? IPID=1 52 bytes LF1 68 bytes Origin Timestamp 8 bytes server client IPID=1 16 bytes LF2 8 bytes ICMP fragmentation needed to 68 bytes client buffer IPID=1 SF1 52 bytes IPID=1 16 bytes SF2 Off-path attacker

  13. Reassembled Packet T 2 T 1 0 v4 IHL=20 TOS Total length = 76 T 3 IPID x DF MF Frag Offset Protocol = 17 IP Header Checksum client Source IP Destination IP 20 Source Port = 123 Destination Port = 123 Length = 76 UDP Checksum = 0 28 LI v4 response Stratum Poll Precision=-29 Root Delay = 0.002 36 Root Dispersion = 0.003 Reference ID 44 T 2 – T 1 = - 10 years + 52 sec Reference Timestamp = 22 Feb 2016, 2:50:30 PM 52 Pass TEST2! Key Challenge: T 1 = Origin Timestamp = 22 Feb 2016, 2:50:30 PM 60 Craft a stream of packets T 2 = Receive Timestamp = 22 Feb 2006 , 2:51:22 PM where T 2 -T 1 is consistent 68 within 1 sec! T 3 = Transmit Timestamp = 22 Feb 2006 , 2:51:54 PM 76

  14. Conditions for the Attack • Server must fragment NTP packets to 68 bytes - Scanned 13M servers - About 24K servers were willing to fragment to 68-byte • Client reassembles overlapping fragments according to First policy - The client prefers fragments that arrive earliest (We can not safely measure because of teardrop [CA-1997-28]) • Server uses incrementing IPID - attacker can infer IPID using techniques explained in [Gilad, Herzberg’2013] and [ Knockell , Crandall’2014]

  15. Summary, Recommendations & Impact • Attack: DoS by spoofed KoD: • Rec: Implement TEST2 (patched in v4.2.8p4 & NTPSec & Cisco & RedHat Linux etc.) • Attack: DoS by priming the pump: • Rec: Authentication in both directions (IETF Network Time Security draft updated) • client  server & server  client • Rate limit like Response Rate Limiting (RRL) in DNS (under discussion) • Attack: Time shifting by IPv4 Packet Fragmentation: • Rec: Server should not fragment to 68 bytes (Test your server on our site) • Clients should drop overlapping fragments • Other recommendations: • Stop my laptop from answering timing queries • More work on cryptography for NTP

  16. Thank You! Questions ?

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