1. DNS/毒盛/Kaminsky手法/2020/rateLimit

UDP/rateLimit

https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/cao

Authors:

Yue Cao, Zhiyun Qian, Zhongjie Wang, Tuan Dao, and Srikanth V. Krishnamurthy, University of California, Riverside; Lisa M. Marvel, United States Army Research Laboratory

1.1. Abstract:

In this paper, we report a subtle yet serious side channel vulnerability (CVE-2016-5696) introduced in a recent TCP specification.

The specification is faithfully implemented in Linux kernel version 3.6 (from 2012) and beyond, and affects a wide range of devices and hosts.

In a nutshell, the vulnerability allows a blind off-path attacker to infer if any two arbitrary hosts on the Internet are communicating using a TCP connection.

Further, if the connection is present, such an off-path attacker can also infer the TCP sequence numbers in use, from both sides of the connection; this in turn allows the attacker to cause connection termination and perform data injection attacks.

We illustrate how the attack can be leveraged to disrupt or degrade the privacy guarantees of an anonymity network such as Tor, and perform web connection hijacking.

Through extensive experiments, we show that the attack is fast and reliable.

On average, it takes about 40 to 60 seconds to finish and the success rate is 88% to 97%.

Finally, we propose changes to both the TCP specification and implementation to eliminate the root cause of the problem.

MoinQ: DNS/毒盛/2020/rateLimit (last edited 2020-11-14 22:54:57 by ToshinoriMaeno)