Home
last modified time | relevance | path

Searched hist:"076 ed3da0c9b2f88d9157dbe7044a45641ae369e" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dcipso_ipv4.cdiff 076ed3da0c9b2f88d9157dbe7044a45641ae369e Mon Sep 17 19:46:53 CEST 2018 Stefan Nuernberger <snu@amazon.com> net/ipv4: defensive cipso option parsing

commit 40413955ee26 ("Cipso: cipso_v4_optptr enter infinite loop") fixed
a possible infinite loop in the IP option parsing of CIPSO. The fix
assumes that ip_options_compile filtered out all zero length options and
that no other one-byte options beside IPOPT_END and IPOPT_NOOP exist.
While this assumption currently holds true, add explicit checks for zero
length and invalid length options to be safe for the future. Even though
ip_options_compile should have validated the options, the introduction of
new one-byte options can still confuse this code without the additional
checks.

Signed-off-by: Stefan Nuernberger <snu@amazon.com>
Cc: David Woodhouse <dwmw@amazon.co.uk>
Cc: Simon Veith <sveith@amazon.de>
Cc: stable@vger.kernel.org
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>