目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12235— zephyrproject zephyr 缓冲区错误漏洞

CVSS 6.3 · Medium EPSS 0.10% · P1

影响版本矩阵 1

厂商产品版本范围状态
zephyrprojectzephyr3.7.0< 4.4.2affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-12235 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Out-of-bounds write in Xtensa llext PLT relocation from malformed ELF (CWE-787)
来源: CVE Program / CVE List V5
Vulnerability Description
The Linkable Loadable Extensions (llext) subsystem mis-handles PLT/RELA relocation entries when linking a relocatable (partially-linked) ELF extension. In llext_link_plt() (subsys/llext/llext_link.c), the relocatable branch (tgt != NULL, the path used for Xtensa relocatable objects) computed the patch address as ext->mem[LLEXT_MEM_TEXT] - text.sh_offset + rela.r_offset + tgt->sh_offset and then performed the relocation write there without validating rela.r_offset. Its sibling shared/dynamic branch already rejected out-of-range offsets via llext_file_offset(). rela.r_offset is read directly from the ELF's RELA table, so a crafted entry with an offset larger than the target section makes the write land arbitrarily far outside the extension's text buffer. The result is an attacker-influenced out-of-bounds write (the location via r_offset, the written value being the resolved symbol address) performed in supervisor context at link time, before any extension code runs. The path is reached from llext_load() whenever an application loads an attacker-influenced ELF extension on Xtensa with writable storage; llext is documented to accept extensions of untrusted origin. Impact is supervisor-context memory corruption (integrity and availability loss, and a sandbox-boundary escape for user-mode extensions). Exploitation is gated by the Xtensa relocatable PLT path and writable storage, and turning the out-of-range write into a useful primitive is non-trivial. The fix adds a bound check rejecting any RELA entry whose r_offset >= tgt->sh_size, mirroring the existing validation in the shared branch.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存写
来源: CVE Program / CVE List V5
Vulnerability Title
zephyrproject zephyr 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
zephyrproject zephyr是zephyrproject组织开源的一个面向物联网设备的实时操作系统。 zephyrproject zephyr 3.7.0版本至4.4.2之前版本存在缓冲区错误漏洞,该漏洞源于llext子系统错误处理PLT/RELA重定位条目,未验证rela.r_offset,可能导致越界写入,进而造成内存破坏(完整性及可用性损失,并可能导致沙箱逃逸)。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
zephyrprojectzephyr 3.7.0 ~ 4.4.2 -

二、漏洞 CVE-2026-12235 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-12235 的情报信息

登录查看更多情报信息。

CVE-2026-12235 补丁与修复 (1)

CVE-2026-12235 厂商安全公告 (1)

同批安全公告 · zephyrproject · 2026-08-12 · 共 4 条

CVE-2026-122347.8 HIGHzephyrproject zephyr 竞争条件问题漏洞
CVE-2026-122326.1 MEDIUMzephyrproject zephyr 缓冲区错误漏洞
CVE-2026-122335.9 MEDIUMzephyrproject zephyr 资源管理错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-12235

暂无评论


发表评论