CVE-2022-50742
BaseFortify
Publication date: 2025-12-24
Last updated on: 2025-12-29
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a possible reference count leak in the Linux kernel's ocxl driver, specifically in the afu_ioctl() function. When the ocxl_irq_set_handler function fails, the eventfd_ctx_put function needs to be called to properly decrement the reference count obtained by eventfd_ctx_fdget. Failure to do so can lead to a resource leak.
How can this vulnerability impact me? :
The impact of this vulnerability could be a resource leak in the Linux kernel, which may lead to increased memory usage or system instability over time if the reference counts are not properly managed.