CVE-2026-68314

Source
https://cve.org/CVERecord?id=CVE-2026-68314
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68314.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68314
Downstream
Published
2026-08-10T12:02:49.124Z
Modified
2026-08-15T11:31:11.514720551Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
net: mctp i3c: clean up notifier and buses if driver register fails
Details

In the Linux kernel, the following vulnerability has been resolved:

net: mctp i3c: clean up notifier and buses if driver register fails

mctpi3cmodinit() registers the I3C bus notifier and then walks the existing buses with i3cforeachbuslocked(mctpi3cbusaddnew, NULL) before registering the I3C device driver. If i3cdriverregister() fails, the function returns the error directly, leaving the notifier registered and every mctpi3c_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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68314.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c8755b29b58ec65be17bcb8c40763d2dcb1f1db5
Fixed
49d15cfab247c0f60ce1800bdcd66850beea7b3a
Fixed
a8bd8c109da5a87f0c5db0c23cf550d039fde77c
Fixed
a40e83a34eaa2be64372286040696f04eabcd09f
Fixed
03d1057305ef17ac3f5936ac1580bc9a1a826e14

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68314.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68314.json"