summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorXiaoming Ni <nixiaoming@huawei.com>2021-03-25 06:51:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-14 09:41:57 +0300
commit568ac94df580b1a65837dc299e8758635e7b1423 (patch)
treef599da2e8b2cf9afbc66b1353d1f3b25c4bf4da2 /lib
parent99b596199e8402055c425ac6abd3b8c3fc047034 (diff)
downloadlinux-568ac94df580b1a65837dc299e8758635e7b1423.tar.xz
nfc: fix memory leak in llcp_sock_connect()
commit 7574fcdbdcb335763b6b322f6928dc0fd5730451 upstream. In llcp_sock_connect(), use kmemdup to allocate memory for "llcp_sock->service_name". The memory is not released in the sock_unlink label of the subsequent failure branch. As a result, memory leakage occurs. fix CVE-2020-25672 Fixes: d646960f7986 ("NFC: Initial LLCP support") Reported-by: "kiyin(尹亮)" <kiyin@tencent.com> Link: https://www.openwall.com/lists/oss-security/2020/11/01/1 Cc: <stable@vger.kernel.org> #v3.3 Signed-off-by: Xiaoming Ni <nixiaoming@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions