Lucene search

K
osvGoogleOSV:CVE-2021-47443
HistoryMay 22, 2024 - 7:15 a.m.

CVE-2021-47443

2024-05-2207:15:00
Google
osv.dev
3
linux kernel
nfc
memory leak

AI Score

6.6

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: NFC: digital: fix possible memory leak in digital_tg_listen_mdaa() ‘params’ is allocated in digital_tg_listen_mdaa(), but not free when digital_send_cmd() failed, which will cause memory leak. Fix it by freeing ‘params’ if digital_send_cmd() return failed.