From: Stephen Hemminger <stephen@networkplumber.org>
To: Phil Sutter <phil@nwl.cc>
Cc: netdev@vger.kernel.org
Subject: Re: [iproute PATCH v2] ip-route: Fix segfault with many nexthops
Date: Mon, 10 Sep 2018 12:17:07 -0700 [thread overview]
Message-ID: <20180910121707.419b04bc@shemminger-XPS-13-9360> (raw)
In-Reply-To: <20180906133151.21753-1-phil@nwl.cc>
On Thu, 6 Sep 2018 15:31:51 +0200
Phil Sutter <phil@nwl.cc> wrote:
> It was possible to crash ip-route by adding an IPv6 route with 37
> nexthop statements. A simple reproducer is:
>
> | for i in `seq 37`; do
> | nhs="nexthop via 1111::$i "$nhs
> | done
> | ip -6 route add 3333::/64 $nhs
>
> The related code was broken in multiple ways:
>
> * parse_one_nh() assumed that rta points to 4kB of storage but caller
> provided just 1kB. Fixed by passing 'len' parameter with the correct
> value.
>
> * Error checking of rta_addattr*() calls in parse_one_nh() and called
> functions was completely absent, so with above fix in place output
> flood would occur due to parser looping forever.
>
> While being at it, increase message buffer sizes to 4k. This allows for
> at most 144 nexthops.
>
> Signed-off-by: Phil Sutter <phil@nwl.cc>
Thanks for fixing this.
Shows where more test cases are needed.
prev parent reply other threads:[~2018-09-11 0:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-06 13:31 [iproute PATCH v2] ip-route: Fix segfault with many nexthops Phil Sutter
2018-09-10 19:17 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180910121707.419b04bc@shemminger-XPS-13-9360 \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
--cc=phil@nwl.cc \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox