CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-68314

highCVSS 7.8covered by 1 sourcefirst seen 2026-08-10
In the Linux kernel, the following vulnerability has been resolved: net: mctp i3c: clean up notifier and buses if driver register fails mctp_i3c_mod_init() registers the I3C bus notifier and then walks the existing buses with i3c_for_each_bus_locked(mctp_i3c_bus_add_new, NULL) before registering the I3C device driver. If i3c_driver_register() fails, the function returns the error directly, leaving the notifier registered and every mctp_i3c_bus object created for the existing buses allocated. The notifier is left pointing into the module that failed to load and the bus list is leaked. Mirror the module exit path on this failure: unregister the notifier and tear down the buses that were added before returning the error. This issue was identified during our ongoing static-analysis research while reviewing kernel code.

⚡ Watch CVE-2026-68314

Get an email if CVE-2026-68314 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (1)

External references

NVD record for CVE-2026-68314

CVE.org record

Embed the live status

CVE-2026-68314 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-68314 status](https://www.csirts.com/badge/CVE-2026-68314)](https://www.csirts.com/cve/CVE-2026-68314)