CVE Catalog

CVE-2026-93199

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the i3c_master_search_i3c_dev_duplicate() function that searches for duplicate I3C devices can incorrectly match the master device itself (master->this), returning the controller as a duplicate. Since the controller is not a target device, it cannot be a duplicate of one. The fix excludes master->this from matching.

Risk Assessment

Incorrectly identifying the controller as a duplicate target device may lead to improper I3C driver behavior and bus management errors. It affects stability of systems using the I3C bus.

Recommendation

Update the Linux kernel to a version containing the fix that excludes master->this from the duplicate search in i3c_master_search_i3c_dev_duplicate().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Do not treat master device as a duplicate target i3c_master_search_i3c_dev_duplicate() searches the bus for another I3C device with the same PID as the reference device. The search can match master->this, causing the controller itself to be returned as a duplicate. Since the controller is not a target device, it cannot be a duplicate of one. Exclude master->this from matching so that the function only returns real duplicate target devices.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS