]> git.baikalelectronics.ru Git - kernel.git/commit
af_key: pfkey_dump needs parameter validation
authorMark Salyzyn <salyzyn@android.com>
Wed, 22 Jul 2020 11:00:53 +0000 (04:00 -0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 22 Jul 2020 11:33:22 +0000 (13:33 +0200)
commit1a7b3b0153a881fa28ec2844c0435ebe8268fd2a
tree02c77754ef032f73755b316c72013c5075fb6c64
parent9e9d92abde976bd3ad43cf94909fd77cb16f314c
af_key: pfkey_dump needs parameter validation

In pfkey_dump() dplen and splen can both be specified to access the
xfrm_address_t structure out of bounds in__xfrm_state_filter_match()
when it calls addr_match() with the indexes.  Return EINVAL if either
are out of range.

Signed-off-by: Mark Salyzyn <salyzyn@android.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: kernel-team@android.com
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/key/af_key.c