Security News

Cybersecurity news aggregator

🪟
INFO News OSnews

Microsoft Research releases LiteBox, a new library operating system

  • What: Microsoft Research released LiteBox, a library operating system for sandboxing applications.
  • Impact: LiteBox aims to reduce the attack surface by providing a minimal interface to the host OS and supports various use-cases like running Linux applications on Windows.
Read Full Article →

Microsoft Research, in collaboration with various others, has just released LiteBox, a library operating system. LiteBox is a sandboxing library OS that drastically cuts down the interface to the host, thereby reducing attack surface. It focuses on easy interop of various “North” shims and “South” platforms. LiteBox is designed for usage in both kernel and non-kernel scenarios. LiteBox exposes a Rust-y nix / rustix -inspired “North” interface when it is provided a Platform interface at its “South”. These interfaces allow for a wide variety of use-cases, easily allowing for connection between any of the North–South pairs. ↫ LiteBox GitHub Page Suggested use-cases are running unmodified Linux applications on Windows, sandboxing Linux applications on Linux, running OP-TEE applications on Linux, and more. It’s written in Rust, and the code is available on GitHub under an MIT license.

Share this article