Race Condition in I3C IBI Subsystem by Zephyr Project
CVE-2026-14367

3.1LOW

Key Information:

Status
Vendor
CVE Published:
31 August 2026

What is CVE-2026-14367?

The I3C IBI subsystem in Zephyr RTOS suffers from a race condition due to unsynchronized access to a free-list of work nodes. It allows for the allocation helpers to be invoked from interrupt contexts, conflicting with the workqueue thread's operations, leading to potential crashes or hangs. This vulnerability poses a risk primarily in environments where an attacker with physical access can exploit high-frequency interrupts, resulting in possible list corruption, stale pointers, and unpredictable behavior. A fix has been implemented to ensure that all free-list operations are protected by a spinlock, effectively mitigating the race condition.

Affected Version(s)

zephyr 3.2.0 < 4.4.2

References

CVSS V3.1

Score:
3.1
Severity:
LOW
Confidentiality:
None
Integrity:
Low
Availability:
None
Attack Vector:
Physical
Attack Complexity:
High
Privileges Required:
None
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.