位于 中的 I3C IBI(中断前中断)子系统通过一个名为 的无锁空闲链表来分发静态分配的工作节点,该链表由普通的 实现,不提供任何同步机制。分配辅助函数( 、 、 、 、 )直接从中断服务例程(ISR)上下文调用 ,而工作队列处理函数 则从工作队列线程中通过 归还节点,且两侧均未使用锁保护。 由于 和 既非原子操作也不具备中断安全性,当 IBI 中断在工作队列线程执行 操作的中途触发(或在启用 时发生真正的并行访问)时,会在共享链表上产生竞争条件。这会破坏链表链接:一个节点可能被同时交给两个消费者,节点可能丢失,
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| zephyrproject | zephyr | 3.2.0< 4.4.2 |
affected |
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| zephyrproject | zephyr | 3.2.0 ~ 4.4.2 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-14696 | 6.5 MEDIUM | Ethernet bridge RX packet leak enables denial of service via RX buffer-pool exhaustion |
| CVE-2026-14697 | 6.5 MEDIUM | IPv6 Neighbor Solicitation packet leak causes TX pool exhaustion denial of service |
| CVE-2026-14366 | 6.4 MEDIUM | SiWx91x WiFi driver double-unref / use-after-free of caller-owned TX net_pkt |
| CVE-2026-14368 | 5.4 MEDIUM | Off-by-one out-of-bounds NUL write in Zephyr LwM2M JSON string parser |
No comments yet