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 w…
High CVSS 7.8
Summary
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.…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/03d1057305ef17ac3f5936ac1580bc9a1a826e14
- https://git.kernel.org/stable/c/49d15cfab247c0f60ce1800bdcd66850beea7b3a
- https://git.kernel.org/stable/c/a40e83a34eaa2be64372286040696f04eabcd09f
- https://git.kernel.org/stable/c/a8bd8c109da5a87f0c5db0c23cf550d039fde77c
Timeline
- nvd_ingest NVD