[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150715.155413.665033325568101497.davem@davemloft.net>
Date: Wed, 15 Jul 2015 15:54:13 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: daniel@...earbox.net
Cc: netdev@...r.kernel.org, roopa@...ulusnetworks.com,
sfeldma@...il.com, jgunthorpe@...idianresearch.com
Subject: Re: [PATCH net] rtnetlink: reject non-IFLA_VF_PORT attributes
inside IFLA_VF_PORTS
From: Daniel Borkmann <daniel@...earbox.net>
Date: Mon, 13 Jul 2015 00:06:02 +0200
> Similarly as in commit 4f7d2cdfdde7 ("rtnetlink: verify IFLA_VF_INFO
> attributes before passing them to driver"), we have a double nesting
> of netlink attributes, i.e. IFLA_VF_PORTS only contains IFLA_VF_PORT
> that is nested itself. While IFLA_VF_PORTS is a verified attribute
> from ifla_policy[], we only check if the IFLA_VF_PORTS container has
> IFLA_VF_PORT attributes and then pass the attribute's content itself
> via nla_parse_nested(). It would be more correct to reject inner types
> other than IFLA_VF_PORT instead of continuing parsing and also similarly
> as in commit 4f7d2cdfdde7, to check for a minimum of NLA_HDRLEN.
>
> Signed-off-by: Daniel Borkmann <daniel@...earbox.net>
Applied, thanks Daniel.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists