CIS Seminar: “Realizing the Promise of Language-level Security in Real Systems”
February 27, 2025 at 3:30 PM - 4:30 PM
Details
Organizer
Promises are cheap. Software vendors routinely describe their offerings as “secure”, but few are based on designs that can guarantee even the most basic security properties. To address this problem, services like Cloudflare, Android, and Firefox are increasingly relying on languages like Rust and WebAssembly to provide safety by design. But these promises too can fall short: any vulnerability in the execution stack—compiler, runtime, OS, or hardware—can undermine language-level security.
In this talk, I present my research towards delivering on the promise of language-level security by building an execution stack that guarantees that these security properties are preserved. In particular, I will describe how three of my systems, VeriWasm, WaVe, and VTock, guarantee safety of the compiler, language runtime, and OS respectively. I will focus on how the designs of these systems provide formal guarantees while still adhering to production constraints that allow them to be deployed in real systems used by millions of users. I will conclude by discussing some future directions for this work, such as retrofitting formal safety guarantees to safety-critical embedded systems and clean-slate OS design using language-level isolation.

