First published: Thu May 01 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: Fix potential memory leak in fdp_nci_send() fdp_nci_send() will call fdp_nci_i2c_write that will not free skb in the function. As a result, when fdp_nci_i2c_write() finished, the skb will memleak. fdp_nci_send() should free skb after fdp_nci_i2c_write() finished.
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-49924 has been categorized as a moderate severity vulnerability due to its potential to cause memory leaks.
To fix CVE-2022-49924, update your Linux kernel to the latest version that addresses this vulnerability.
CVE-2022-49924 affects the Linux kernel specifically related to NFC functionality.
The potential impacts of CVE-2022-49924 include memory leaks which could lead to degraded performance over time.
CVE-2022-49924 was reported in 2022 and has been resolved in subsequent kernel updates.