当启用以太网桥接( )时, 中的 负责决定如何处理从桥成员接口接收到的每一帧。对于需要同时交付给本地协议栈的帧,代码会调用 并返回 。然而,该辅助函数并不会消费该数据包——它仅通过 调用 ,而该函数返回 ,且并未获取 的所有权。 随后, 判定结果会通过 传播至 中的 。在该处, 被解释为“数据包已被消费,无需释放”。但由于实际上没有消费者获取了该数据包的所有权,接收端(RX)的 永远不会被归还到池中,从而发生内存泄漏。 具体可复现的泄漏场景发生在:当 被设置(在启用 时默认为 y)时,携带未注册 L3 处理器的 E
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| zephyrproject | zephyr | 4.4.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 | 4.4.0 ~ 4.4.2 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| 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 |
| CVE-2026-14367 | 3.1 LOW | I3C IBI work-node free-list data race between ISR and workqueue thread |
No comments yet