Home
last modified time | relevance | path

Searched hist:"07 bf7908950a8b14e81aa1807e3c667eab39287a" (Results 1 – 1 of 1) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_user.cdiff 07bf7908950a8b14e81aa1807e3c667eab39287a Wed Aug 01 13:45:11 CEST 2018 Steffen Klassert <steffen.klassert@secunet.com> xfrm: Validate address prefix lengths in the xfrm selector.

We don't validate the address prefix lengths in the xfrm
selector we got from userspace. This can lead to undefined
behaviour in the address matching functions if the prefix
is too big for the given address family. Fix this by checking
the prefixes and refuse SA/policy insertation when a prefix
is invalid.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Reported-by: Air Icy <icytxw@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>