CVE-2021-47443: NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
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.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel NFC memory leak. A local low-privileged user could trigger failed NFC digital command handling and consume kernel memory, creating an availability risk. The source bundle does not indicate data theft, privilege escalation, or remote exploitation.
Executive priority
Treat as routine but real availability risk. Patch through normal kernel maintenance, with higher priority for shared endpoints, kiosks, embedded systems, or systems exposing NFC functionality.
Technical view
In digital_tg_listen_mdaa(), params is allocated but was not freed when digital_send_cmd() failed. The resolved issue frees params on that failure path. CVSS 3.1 is 5.5 with local attack, low complexity, low privileges, no user interaction, and high availability impact.
Likely exposure
Exposure is most relevant on Linux systems running affected kernels with NFC digital support present or enabled. Practical exposure depends on distribution backports and kernel configuration, which the source bundle does not fully enumerate.
Exploitation context
The CVE is not listed as KEV in the supplied data. No cited source reports active exploitation. The CVSS vector indicates local, low-privilege exploitation with availability impact only.
Researcher notes
The issue is a failure-path memory leak, not a memory corruption primitive based on supplied evidence. The bundle gives stable commit references but limited downstream distribution status, so confirm exact fixed package versions per vendor.
Mitigation direction
Apply vendor kernel updates that include the referenced stable fixes.
Confirm distribution advisories, because vendors may backport the fix.
Disable NFC functionality where it is not operationally required.
Prioritize shared or multi-user Linux systems with NFC hardware or modules.
Validation and detection
Inventory Linux kernel versions across affected assets.
Check whether NFC digital support is enabled, loaded, or packaged.
Confirm the kernel includes one of the referenced stable fix commits.
Validate remediation through vendor package metadata or kernel changelogs.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2021-47443 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.