CVE-2022-50669
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 involves a possible name leak in the ocxl_file_register_afu() function. Specifically, if device_register() returns an error, the name allocated by dev_set_name() is not properly freed. The fix involves calling put_device() to release the reference in the error path, allowing the name to be freed during cleanup.
How can this vulnerability impact me? :
The vulnerability could lead to resource leaks in the kernel, specifically leaking device names if errors occur during device registration. This might cause increased memory usage or instability in the system over time.