CVE Catalog

CVE-2026-98018

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, mctp_i3c_probe() dropped busdevs_lock after finding the matching bus, allowing a concurrent I3C_NOTIFY_BUS_REMOVE to unregister and free the bus netdev before probe passed its private data to mctp_i3c_add_device(). This resulted in a use-after-free through the freed mbus pointer.

Risk Assessment

A use-after-free in the kernel can lead to system crashes (panic) or potential arbitrary code execution in kernel context, posing a serious threat to stability and security.

Recommendation

Update the Linux kernel to a version containing the fix that keeps busdevs_lock held until the device has been added.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net: mctp: i3c: serialize probe with bus removal mctp_i3c_probe() drops busdevs_lock after finding the matching bus. A concurrent I3C_NOTIFY_BUS_REMOVE can then unregister and free the bus netdev before probe passes its private data to mctp_i3c_add_device(). The latter consequently adds a list node through a freed mbus pointer. Keep busdevs_lock held until the device has been added. This also satisfies the __must_hold annotation on mctp_i3c_add_device().

Vulnerability data from NVD (NIST) · CISA KEV · EPSS