2 matches found
CVE-2022-50677
In the Linux kernel, the following vulnerability has been resolved: ipmi: fix use after free in ipmidestroyuser The intffree function frees the "intf" pointer so we cannot dereference it again on the next line...
CVE-2022-50677
CVE-2022-50677 concerns the Linux kernel’s ipmi subsystem. The advisory describes a fix for a use-after-free in the _ipmi_destroy_user() routine, where the intf_free() call releases the underlying intf pointer, preventing safe dereference on subsequent lines. The issue is reported as resolved by ...