[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANn89iKmt2hKOuastFw5Qc4qL7wFVk==kSP3bP0h8rfbS4_rCg@mail.gmail.com>
Date: Mon, 23 Jan 2017 16:06:18 -0800
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>,
Willem de Bruijn <willemb@...gle.com>,
Alexei Starovoitov <ast@...nel.org>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: Re: [PATCH net-next 2/2] ipv6: fix ip6_tnl_parse_tlv_enc_lim()
On Mon, Jan 23, 2017 at 3:58 PM, Eric Dumazet <edumazet@...gle.com> wrote:
> This function suffers from multiple issues.
>
> First one is that pskb_may_pull() may reallocate skb->head,
> so the 'raw' pointer needs either to be reloaded or not used at all.
>
> Second issue is that NEXTHDR_DEST handling does not validate
> that the options are present in skb->data, so we might read
> garbage or access non existent memory.
>
> With help from Willem de Bruijn.
Hmm, I've added a bug. Will send a V2, sorry for this.
Powered by blists - more mailing lists