[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180124231952.GC14192@breakpoint.cc>
Date: Thu, 25 Jan 2018 00:19:52 +0100
From: Florian Westphal <fw@...len.de>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: Pablo Neira Ayuso <pablo@...filter.org>,
netdev <netdev@...r.kernel.org>, netfilter-devel@...r.kernel.org,
Florian Westphal <fw@...len.de>
Subject: Re: [PATCH net] netfilter: x_tables: avoid out-of-bounds reads in
xt_request_find_match()
Eric Dumazet <eric.dumazet@...il.com> wrote:
> From: Eric Dumazet <edumazet@...gle.com>
>
> It looks like syzbot found its way into netfilter territory.
Excellent. This will sure allow to find and fix more bugs :-)
> Issue here is that @name comes from user space and might
> not be null terminated.
Indeed, thanks for fixing this Eric.
xt_find_target() and xt_find_table_lock() might have similar issues.
Powered by blists - more mailing lists