CVE-2022-49922
Linux Kernel NFC Driver Memory Leak Vulnerability
Description
In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() nfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb should be freed in nfcmrvl_i2c_nci_send(). However, nfcmrvl_nci_send() will only free skb when i2c_master_send() return >=0, which means skb will memleak when i2c_master_send() failed. Free skb no matter whether i2c_master_send() succeeds.
INFO
Published Date :
May 1, 2025, 3:16 p.m.
Last Modified :
May 7, 2025, 1:28 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
3.6
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-49922
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-49922
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-49922
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
May. 07, 2025
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE CWE-401 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.154 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.78 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.0.8 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.4 up to (excluding) 4.9.333 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.10 up to (excluding) 4.14.299 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.15 up to (excluding) 4.19.265 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.224 Added Reference Type kernel.org: https://git.kernel.org/stable/c/52438e734c1566f5e2bcd9a065d2d65e306c0555 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/5dfdac5e3f8db5f4445228c44f64091045644a3b Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/825656ae61e73ddc05f585e6258d284c87064b10 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/92a1df9c6da20c02cf9872f8b025a66ddb307aeb Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/93d904a734a74c54d945a9884b4962977f1176cd Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/c8e7d4a1166f063703955f1b2e765a6db5bf1771 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/dd0ee55ead91fbb16889dbe7ff0b0f7c9e4e849d Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/f30060efcf18883748a0541aa41acef183cd9c0e Types: Patch -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 01, 2025
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() nfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb should be freed in nfcmrvl_i2c_nci_send(). However, nfcmrvl_nci_send() will only free skb when i2c_master_send() return >=0, which means skb will memleak when i2c_master_send() failed. Free skb no matter whether i2c_master_send() succeeds. Added Reference https://git.kernel.org/stable/c/52438e734c1566f5e2bcd9a065d2d65e306c0555 Added Reference https://git.kernel.org/stable/c/5dfdac5e3f8db5f4445228c44f64091045644a3b Added Reference https://git.kernel.org/stable/c/825656ae61e73ddc05f585e6258d284c87064b10 Added Reference https://git.kernel.org/stable/c/92a1df9c6da20c02cf9872f8b025a66ddb307aeb Added Reference https://git.kernel.org/stable/c/93d904a734a74c54d945a9884b4962977f1176cd Added Reference https://git.kernel.org/stable/c/c8e7d4a1166f063703955f1b2e765a6db5bf1771 Added Reference https://git.kernel.org/stable/c/dd0ee55ead91fbb16889dbe7ff0b0f7c9e4e849d Added Reference https://git.kernel.org/stable/c/f30060efcf18883748a0541aa41acef183cd9c0e
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-49922
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-49922
weaknesses.