CVE-2022-49729: nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
In the Linux kernel, the following vulnerability has been resolved:
nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
Similar to the handling of play_deferred in commit 19cfe912c37b
("Bluetooth: btusb: Fix memory leak in play_deferred"), we thought
a patch might be needed here as well.
Currently usb_submit_urb is called directly to submit deferred tx
urbs after unanchor them.
So the usb_giveback_urb_bh would failed to unref it in usb_unanchor_urb
and cause memory leak.
Put those urbs in tx_anchor to avoid the leak, and also fix the error
handling.
Security readout for executives and security teams
Plain-English summary
CVE-2022-49729 is a Linux kernel memory leak in the Marvell NFC driver. A local, low-privileged attacker could potentially trigger resource exhaustion, causing availability impact. The source bundle does not show data theft, integrity loss, remote reachability, or active exploitation evidence.
Executive priority
Treat as a moderate availability risk. It is not supported as remotely exploitable or actively exploited in the provided evidence, but systems using affected NFC driver paths should be patched through normal kernel maintenance.
Technical view
The flaw is in nfcmrvl_play_deferred. Deferred TX USB URBs were submitted directly after being unanchored, preventing expected unreference handling and leaking memory. Upstream stable commits re-anchor those URBs in tx_anchor and adjust error handling. The CVSS vector is local attack, low complexity, low privileges, no user interaction, high availability impact.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with the nfcmrvl Marvell NFC driver present and usable. Systems without this driver, without relevant NFC hardware, or already on kernels containing the stable fixes are less likely exposed.
Exploitation context
The bundle does not identify public exploitation, exploit code, or CISA KEV listing. The scored scenario requires local access with low privileges and targets availability through memory leakage, not confidentiality or integrity.
Researcher notes
The evidence is kernel-resolution text and stable commit references. The affected-version data is broad and partly commit-oriented, so validate exposure through kernel package lineage and driver configuration rather than version strings alone.
Mitigation direction
Apply vendor kernel updates that include the referenced upstream stable fixes.
Prioritize systems with NFC hardware or nfcmrvl driver enabled.
If patching is delayed, check vendor guidance for safe NFC or driver reduction.
Track distribution advisories for the exact fixed package versions.
Validation and detection
Inventory Linux kernel versions across affected assets.
Check whether the nfcmrvl driver is built, loaded, or used.
Map kernel packages against vendor advisories and upstream fix commits.
Confirm updated systems run kernels containing the referenced stable fixes.
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.
cwe · low confidence lookup
CWE-401: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.