CVE-2026-43353

Source
https://cve.org/CVERecord?id=CVE-2026-43353
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43353.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43353
Downstream
Published
2026-05-08T14:21:10.282Z
Modified
2026-07-08T08:09:35.996035430Z
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
i3c: mipi-i3c-hci: Fix race in DMA ring dequeue
Details

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 (hcidmadequeue_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, hcidmadequeue_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 hcidmadequeue_xfer() is serialized with respect to itself.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43353.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
9ad9a52cce2828d932ae9495181e3d6414f72c07
Fixed
b684b420a5bb0ea1b0e13abfdb8ce41c5266e62e
Fixed
4faa1e9c67a2229f6749190aedaf88ce0391efd2
Fixed
1dca8aee80eea76d2aae21265de5dd64f6ba0f09

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
6.18.19
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.9

Database specific

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