NDSS 2025 – WAVEN: WebAssembly Memory Virtualization For Enclaves
好的,我现在需要帮用户总结一篇文章的内容,控制在100字以内。首先,我得仔细阅读用户提供的文章内容。 文章标题是“WAVEN: WebAssembly Memory Virtualization for Enclaves”,作者来自南方科技大学和字节跳动。内容主要讲的是可信执行环境(TEEs)促进了 confidential computing,也就是机密计算,这为WebAssembly(Wasm)创造了新的应用场景。现有的“Wasm+TEE”设计实现了多租户环境下的强隔离,但Wasm的线性内存模型在跨模块数据共享和细粒度内存访问控制方面效率低下,限制了其在需要安全数据共享的场景中的应用。 于是,作者提出了WAVEN,这是一种新的WebAssembly内存虚拟化方案,能够实现模块间的内存共享和页面级别的访问控制。他们基于WAMR(一个流行的TEE用的Wasm运行时)实现了WAVEN,并通过实验验证了其高效性和有效性。这是第一个在Wasm中实现跨模块内存共享和细粒度访问控制的方法。 接下来,我需要将这些信息浓缩到100字以内。重点包括:提出WAVEN方案、解决的问题、实现方法以及效果。 可能会这样组织语言:“本文提出了一种名为 WAVEN 的 WebAssembly 内存虚拟化方案,旨在解决 Wasm 在可信执行环境中跨模块数据共享和细粒度内存访问控制方面的限制。通过实现内存共享和页面级访问控制,该方案提升了机密计算场景下的性能与安全性。” 这样既涵盖了问题、解决方案、方法和效果,又符合字数要求。 </think> 本文提出了一种名为 WAVEN 的 WebAssembly 内存虚拟化方案,旨在解决 Wasm 在可信执行环境中跨模块数据共享和细粒度内存访问控制方面的限制。通过实现内存共享和页面级访问控制,该方案提升了机密计算场景下的性能与安全性。 2026-1-23 20:0:0 Author: securityboulevard.com(查看原文) 阅读量:0 收藏

Session 10A: Confidential Computing 2

Authors, Creators & Presenters: Weili Wang (Southern University of Science and Technology), Honghan Ji (ByteDance Inc.), Peixuan He (ByteDance Inc.), Yao Zhang (ByteDance Inc.), Ye Wu (ByteDance Inc.), Yinqian Zhang (Southern University of Science and Technology)
PAPER
WAVEN: WebAssembly Memory Virtualization for Enclaves
The advancement of trusted execution environments (TEEs) has enabled the confidential computing paradigm and created new application scenarios for WebAssembly (Wasm). “Wasm+TEE” designs achieve in-enclave multi-tenancy with strong isolation, facilitating concurrent execution of untrusted code instances from multiple users. However, the linear memory model of Wasm lacks efficient cross-module data sharing and fine-grained memory access control, significantly restricting its applications in certain confidential computing scenarios where secure data sharing is essential (e.g., confidential stateful FaaS and data marketplaces). In this paper, we propose WAVEN (WebAssembly Memory Virtualization for ENclaves), a novel WebAssembly memory virtualization scheme, to enable memory sharing among Wasm modules and page-level access control. We implement WAVEN atop WAMR, a popular Wasm runtime for TEEs, and empirically demonstrate its efficiency and effectiveness. To the best of our knowledge, our work represents the first approach that enables cross-module memory sharing with fine-grained memory access control in Wasm.
ABOUT NDSS
The Network and Distributed System Security Symposium (NDSS) fosters information exchange among researchers and practitioners of network and distributed system security. The target audience includes those interested in practical aspects of network and distributed system security, with a focus on actual system design and implementation. A major goal is to encourage and enable the Internet community to apply, deploy, and advance the state of available security technologies.

Our thanks to the Network and Distributed System Security (NDSS) Symposium for publishing their Creators, Authors and Presenter’s superb NDSS Symposium 2025 Conference content on the Organizations’ YouTube Channel.

Permalink

*** This is a Security Bloggers Network syndicated blog from Infosecurity.US authored by Marc Handelman. Read the original post at: https://www.youtube-nocookie.com/embed/LyuKEk9LOFk?si=THNMHLrXRYs_ZsFU


文章来源: https://securityboulevard.com/2026/01/ndss-2025-waven-webassembly-memory-virtualization-for-enclaves/
如有侵权请联系:admin#unsafe.sh