CVE-2026-80952

Source
https://cve.org/CVERecord?id=CVE-2026-80952
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80952.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80952
Downstream
Published
2026-09-11T19:42:21Z
Modified
2026-09-13T03:47:05Z
Summary
i3c: master: Fix info leak and UAF in device unregister path
Details

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

i3c: master: Fix info leak and UAF in device unregister path

i3c_master_unregister_i3c_devs() clears i3cdev->dev->desc before calling device_unregister(). During device_unregister(), device_del() emits a KOBJ_REMOVE uevent and unbinds the driver while the device descriptor is still expected to be valid. As a result, i3c_device_uevent() and a racing modalias_show() can observe a NULL desc and fall back to an uninitialized stack struct i3c_device_info, leaking kernel stack contents in the generated modalias. Driver .remove() callbacks may also encounter an unexpected NULL desc during unbind.

Keep desc valid until device_unregister() has completed. Since device_unregister() drops the device reference and may free the device, take an extra reference with get_device() before unregistering. Clear desc afterwards and release the extra reference with put_device(). This preserves the release-time invariant that desc must be NULL while avoiding both the information leak and a potential use-after-free from writing desc after the device has been released.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80952.json"
}
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
3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0
Fixed
c16b6f25e0cc2dd1055dde1256cbf5a9e888cf49
Fixed
94fb9786d67a8f8b899e77381620f86bad94fdf7
Fixed
4837be0f9ac2efe5e83b35a696b6242c473d280c
Fixed
d2c743efd2d1ee64e94324664808f623dd865872

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.0.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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