Files
linux/include/net
Eric Dumazet 225a24ae97 tcp: take care of truncations done by sk_filter()
[ Upstream commit ac6e780070e30e4c35bd395acfe9191e6268bdd3 ]

With syzkaller help, Marco Grassi found a bug in TCP stack,
crashing in tcp_collapse()

Root cause is that sk_filter() can truncate the incoming skb,
but TCP stack was not really expecting this to happen.
It probably was expecting a simple DROP or ACCEPT behavior.

We first need to make sure no part of TCP header could be removed.
Then we need to adjust TCP_SKB_CB(skb)->end_seq

Many thanks to syzkaller team and Marco for giving us a reproducer.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Marco Grassi <marco.gra@gmail.com>
Reported-by: Vladis Dronov <vdronov@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-11-21 10:06:40 +01:00
..
2015-03-04 00:23:23 -05:00
2015-06-28 16:55:44 -07:00
2016-04-20 15:42:04 +09:00
2015-03-06 21:50:02 -05:00
2015-09-17 17:18:37 -07:00
2015-12-14 23:52:00 -05:00
2015-09-24 12:25:23 -07:00
2015-11-02 22:47:14 -05:00
2015-12-07 17:07:33 -05:00
2016-11-15 07:46:39 +01:00
2015-10-08 04:27:03 -07:00
2015-10-23 06:26:42 -07:00
2016-11-15 07:46:36 +01:00
2015-03-12 22:58:12 -04:00
2015-10-26 22:24:22 -07:00