summaryrefslogtreecommitdiff
path: root/lib/mpi/mpicoder.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-07-10 10:04:02 +0200
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-10 13:47:41 -0700
commiteede2b614db5433d8f34a411bf922359a2807a53 (patch)
treee186cb199016052973c37ec4fb168c721cb0dd12 /lib/mpi/mpicoder.c
parent1fac7f53bdec193dfbaba8a9706075dc4d5ff756 (diff)
tcp: make challenge acks less predictable
Yue Cao claims that current host rate limiting of challenge ACKS (RFC 5961) could leak enough information to allow a patient attacker to hijack TCP sessions. He will soon provide details in an academic paper. This patch increases the default limit from 100 to 1000, and adds some randomization so that the attacker can no longer hijack sessions without spending a considerable amount of probes. Based on initial analysis and patch from Linus. Note that we also have per socket rate limiting, so it is tempting to remove the host limit in the future. v2: randomize the count of challenge acks per second, not the period. Fixes: 282f23c6ee34 ("tcp: implement RFC 5961 3.2") Reported-by: Yue Cao <ycao009@ucr.edu> Signed-off-by: Eric Dumazet <edumazet@google.com> Suggested-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Yuchung Cheng <ycheng@google.com> Cc: Neal Cardwell <ncardwell@google.com> Acked-by: Neal Cardwell <ncardwell@google.com> Acked-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Change-Id: I1bf93d033e788c37899837f0c9e930bc4e20aa4c Git-repo: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git Git-commit: 75ff39ccc1bd5d3c455b6822ab09e533c551f758 [d-cagle@codeaurora.org: Resolve trivial merge conflict] Signed-off-by: Dennis Cagle <d-cagle@codeaurora.org>
Diffstat (limited to 'lib/mpi/mpicoder.c')
0 files changed, 0 insertions, 0 deletions