๐Ÿ” CVE Alert

CVE-2026-80954

HIGH 7.8

i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()

CVSS Score
7.8
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode() i3c_device_get_supported_xfer_mode() uses dev->desc to obtain the master controller. However, dev->desc must not be dereferenced unless bus->lock is held, and this function does not take that lock. The function only needs access to the master controller associated with the device's bus. Use dev->bus instead, which is always valid for the lifetime of the device and does not require dereferencing dev->desc.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2026
Last Updated Sep 13, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new high vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Linux / Linux
256a21743d911f94ce92fe28f793cd586f3860b2 < 251db58324ea4792c3f9f692ab09be148e051969 256a21743d911f94ce92fe28f793cd586f3860b2 < 8bed7f4fa710914b7f05fd59998316bfb4d43385
Linux / Linux
6.19

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/251db58324ea4792c3f9f692ab09be148e051969 git.kernel.org: https://git.kernel.org/stable/c/8bed7f4fa710914b7f05fd59998316bfb4d43385