]> git.baikalelectronics.ru Git - kernel.git/commit
nfc: nci: fix the UAF of rf_conn_info object
authorLin Ma <linma@zju.edu.cn>
Thu, 7 Oct 2021 17:44:30 +0000 (19:44 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Oct 2021 16:24:32 +0000 (17:24 +0100)
commit5a5bf0de3fe265869b72d1e7712b6b34e4cdf0ef
tree4d49ead6174f2e3dfbf98a98cfd502079c1bdd73
parent435e231225d3a4f6a42246baec7dab8d9f17974a
nfc: nci: fix the UAF of rf_conn_info object

The nci_core_conn_close_rsp_packet() function will release the conn_info
with given conn_id. However, it needs to set the rf_conn_info to NULL to
prevent other routines like nci_rf_intf_activated_ntf_packet() to trigger
the UAF.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Lin Ma <linma@zju.edu.cn>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/nfc/nci/rsp.c