CVE-2022-50669 Details
Description
In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible name leak in ocxl_file_register_afu() If device_register() returns error in ocxl_file_register_afu(), the name allocated by dev_set_name() need be freed. As comment of device_register() says, it should use put_device() to give up the reference in the error path. So fix this by calling put_device(), then the name can be freed in kobject_cleanup(), and info is freed in info_release().
A name leak vulnerability has been identified in the Linux kernel's OCXL file registration process for Accelerator Function Units (AFUs). This issue arises when the 'device_register()' function returns an error, as the name set by 'dev_set_name()' is not properly freed. The vulnerability exists in the 'ocxl_file_register_afu()' function within the OCXL driver. The problem can be exploited by causing 'device_register()' to fail, leading to a memory leak of the allocated name.
The vulnerability has been addressed in the Linux kernel. Users should upgrade to the latest version where this issue has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 9, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0cd05062371a49774e8a45258bdedf0bd6d3d327 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/2fce8b3583d1641a1716486f408478b58e96ec91 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/3299983a6bf628249ac650908e62d12de959341e | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/557b7de055d1e230ddb6664c29d26917b8db9143 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/7525741cb302a1672b8c3a5edb2a08e4229b5c7c | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/a4cb1004aeed2ab893a058fad00a5b41a12c4691 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 9, 2025 | New CVE Received | kernel.org |
Volerion