CVE 7.8 HIGH

i3c: mipi-i3c-hci: Fix race in DMA ring dequeue_CVE-2026-43353

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

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

i3c: mipi-i3c-hci: Fix race in DMA ring dequeue

The HCI DMA dequeue path (hci_dma_dequeue_xfer()) may be invoked for
multiple transfers that timeout around the same time. However, the
function is not serialized and can race with itself.

When a timeout occurs, hci_dma_dequeue_xfer() stops the ring, processes
incomplete transfers, and then restarts the ring. If another timeout
triggers a parallel call into the same function, the two instances may
interfere with each other - stopping or restarting the ring at unexpected
times.

Add a mutex so that hci_dma_dequeue_xfer() is serialized with respect to
itself.

Basic Information

ID CVE-2026-43353
Source Linux
Published May 8, 2026 at 14:21
Modified May 11, 2026 at 06:33

Affected Product

Vendor Linux
Product Linux
Version 9ad9a52cce2828d932ae9495181e3d6414f72c07
Affected Versions Linux Linux 9ad9a52cce2828d932ae9495181e3d6414f72c07
Linux Linux 9ad9a52cce2828d932ae9495181e3d6414f72c07
Linux Linux 9ad9a52cce2828d932ae9495181e3d6414f72c07
Linux Linux 5.11

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.