Security Advisory

CVE-2022-49455

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 02:13:04
Last updated 2026-05-11 19:00:12
Assigner Linux
State PUBLISHED

Description

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->devs 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.