CVE-2026-68314
Last modified
CVE-2026-68314 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c8755b29b58ec65be17bcb8c40763d2dcb1f1db5, < 49d15cfab247c0f60ce1800bdcd66850beea7b3a; >= c8755b29b58ec65be17bcb8c40763d2dcb1f1db5, < a8bd8c109da5a87f0c5db0c23cf550d039fde77c; >= c8755b29b58ec65be17bcb8c40763d2dcb1f1db5, < a40e83a34eaa2be64372286040696f04eabcd09f; >= c8755b29b58ec65be17bcb8c40763d2dcb1f1db5, < 03d1057305ef17ac3f5936ac1580bc9a1a826e14 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68314?
How severe is CVE-2026-68314?
How do I fix CVE-2026-68314?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68308In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68309In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68310In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68311In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68312In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68313In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68315In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68316In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68317In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68318In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68319In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6832Hermes WebUI contains an arbitrary file deletion vulnerabili…8.1
Are you affected by CVE-2026-68314?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
