First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxl_file_register_afu info_release() will be called in device_unregister() when info->dev's reference count is 0. So there is no need to call ocxl_afu_put() and kfree() again. Fix this by adding free_minor() and return to err_unregister error path.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.2<5.4.198 | |
Linux Kernel | >=5.5<5.10.121 | |
Linux Kernel | >=5.11<5.15.46 | |
Linux Kernel | >=5.16<5.17.14 | |
Linux Kernel | >=5.18<5.18.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2022-49455 is classified as medium due to the potential for double free vulnerabilities.
To fix CVE-2022-49455, update the Linux kernel to a version that includes the patch for this vulnerability.
CVE-2022-49455 affects various versions of the Linux kernel between 5.2 and 5.18.3.
CVE-2022-49455 is a double free vulnerability in the Linux kernel's OCXL driver.
CVE-2022-49455 may allow an attacker to exploit memory management issues, potentially leading to system instability or unauthorized access.