Security Advisory

CVE-2021-47443

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-05-22 06:19:36
Last updated 2026-05-11 13:54:48
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.