[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180131140019.tvsoyc3ihs3l44eb@salvia>
Date: Wed, 31 Jan 2018 15:00:19 +0100
From: Pablo Neira Ayuso <pablo@...filter.org>
To: Dmitry Vyukov <dvyukov@...gle.com>
Cc: kadlec@...ckhole.kfki.hu, fw@...len.de, davem@...emloft.net,
kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org, edumazet@...gle.com,
willemb@...gle.com, netfilter-devel@...r.kernel.org,
coreteam@...filter.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, syzkaller@...glegroups.com
Subject: Re: [PATCH] netfilter: fix out-of-bounds accesses in
clusterip_tg_check()
On Tue, Jan 30, 2018 at 03:21:34PM +0100, Dmitry Vyukov wrote:
> Commit 136e92bbec0a switched local_nodes from an array to a bitmask
> but did not add proper bounds checks. As the result
> clusterip_config_init_nodelist() can both over-read
> ipt_clusterip_tgt_info.local_nodes and over-write
> clusterip_config.local_nodes.
>
> Add bounds checks for both.
Applied, thanks Dmitry.
Powered by blists - more mailing lists