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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-90648

一分钟漏洞结论

影响对象
WebAssembly wabt
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

wabt 中的 wasm2c(版本 1.0.41 及之前)在某些情况下允许沙箱逃逸,主要发生在 32 位平台上,也被称为“table flip”攻击。 在 中的 函数里,代码没有检查 的返回值。当函数引用(funcref)表分配失败时, 被置为 ,但 仍保持为客户端声明的元素数量;因此边界检查仍然通过,而表元素访问会解析为绝对内存地址(即 )。这使得攻击者能够随意读写宿主进程的内存,并通过 、 和 实现任意代码执行,从而破坏了 wasm2c 所提供隔离机制,导致完整的沙箱逃逸。 wasm2c 被 RLBox 和 W

CVSS 7.1 · High
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
N/A
来源: CVE Program / CVE List V5
Vulnerability Description
wasm2c in WebAssembly wabt through 1.0.41 allows sandbox escape in some situations that primarily involve 32-bit platforms, aka a "table flip" attack. It does not check the return value of calloc() in wasm_rt_allocate_funcref_table() (wasm2c/wasm-rt-impl-tableops.inc). When the funcref table allocation fails, table->data is left NULL while table->size keeps the guest-declared element count; thus, bounds checks still pass and table element accesses resolve to absolute memory addresses (i * sizeof(wasm_rt_funcref_t)). This gives arbitrary read and write of host process memory and - via table.get, table.set, and call_indirect - arbitrary code execution, defeating the isolation that wasm2c exists to provide (a full sandbox escape). wasm2c is used as an in-process sandboxing boundary by RLBox and WasmBoxC, including in Firefox, which compiles the Graphite, Hunspell, Ogg, Expat, and Woff2 libraries via wasm2c to contain untrusted font, media, and XML input. Therefore, sandboxing in these applications is potentially affected. Exploitation requires the funcref table allocation to fail, for example under an address-space limit (RLIMIT_AS), on 32-bit hosts, with vm.overcommit_memory=2, or under memory pressure. On 64-bit Linux with default overcommit the allocation succeeds and the defect is not triggered. The wasm2c memory allocator aborts on calloc failure in the same runtime; the table allocator lacks this abort behavior. This was introduced in commit ab9e0b55 (PR #813).
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H
来源: CVE Program / CVE List V5
Vulnerability Type
未加检查的返回值
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
WebAssembly wabt 0 ~ 1.0.41 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-90648 概念验证 (1)

CVE-2026-90648 厂商页面 (1)

CVE-2026-90648 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-90648

暂无评论


发表评论