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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-22 07:15
Updated : 2025-04-02 15:12
NVD link : CVE-2021-47443
Mitre link : CVE-2021-47443
CVE.ORG link : CVE-2021-47443
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
