CVE-2022-50834
Resource Leak in Linux Kernel NFC Device Management Fixed
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's NFC subsystem involves potential resource leaks due to missing calls to release device references. Specifically, the function nfc_get_device() acquires a reference to an NFC device, but the corresponding release function nfc_put_device() was missing, which could lead to resource leaks if the device reference is not properly released.
How can this vulnerability impact me? :
The impact of this vulnerability could be resource leaks in the Linux kernel's NFC subsystem, potentially leading to increased memory usage or system instability over time if device references are not properly released.