First published: Thu May 01 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49922 has a medium severity level due to the potential memory leak in the Linux kernel.
To fix CVE-2022-49922, update the Linux kernel to the latest version that contains the patch for this vulnerability.
CVE-2022-49922 affects the Linux Kernel, but specific versions are not detailed in the vulnerability report.
The impact of CVE-2022-49922 includes the potential for increased memory usage which can lead to performance degradation.
CVE-2022-49922 was introduced in the Linux kernel before it was identified and resolved in the later updates.