linux/net/netfilter
Eric Dumazet da17c73b6e netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}
It looks like syzbot found its way into netfilter territory.

Issue here is that @name comes from user space and might
not be null terminated.

Out-of-bound reads happen, KASAN is not happy.

v2 added similar fix for xt_request_find_target(),
as Florian advised.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: syzbot <syzkaller@googlegroups.com>
Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2018-01-25 12:31:34 +01:00
..
2017-11-15 13:46:33 -08:00
2017-05-02 10:16:04 -04:00
2017-04-15 11:51:33 +02:00
2015-05-14 13:00:27 +02:00
2017-07-25 12:31:37 -07:00
2016-12-25 17:21:22 +01:00