Skip to main content

Jarkko Sakkinen

Title: State of Intel SGX in Linux
Author: Jarkko Sakkinen
Date: September 16, 2022

We go through the current state of the Intel SGX support in the Linux kernel and userland. The topics covered include the kernel interface and its features, and available confidential computing run-times supporting SGX. Since getting into the mainline kernel late 2020, the SGX software ecosystem has started to get mature enough for production, and is the only cloud-scale confidential computing technology fully in the mainline kernel so far.

Source: Linux Security Summit Europe 2022

Link: https://lsseu2022.sched.com/event/18f5s/state-of-intel-sgx-in-linux-jarkko-sakkinen-profian-inc

Mike Bursell

Title: Confidential Computing and Privacy-Enhancing Technologies - The Landscape
Author: Mike Bursell
Date: September 13, 2022

“If the cloud is just somebody else’s computer, then how can I trust my sensitive apps and data to it?” This question – which inhibits adoption of public cloud computing for many organizations in security-sensitive or highly regulated industries – finally has some answers, provided by a variety of technologies. This session covers the (TLA-laden) landscape of key technologies, from FHE (Fully Homomorphic Technologies) to TEEs (Trusted Execution Environments, the basis for Confidential Computing), and beyond. We will compare the various approaches, the underlying technologies, and the properties that they can offer to organizations working out how to manage the risks associated with deploying to the cloud, the Edge and beyond. We will also look at why open source is playing such an important role in some of the projects embracing these technologies, including a demo of a sensitive application using the Enarx project, an open source project which is part of the Confidential Computing Consortium (Linux Foundation). This talk does not require deep technical knowledge, though it will lead pointers. Nor will it try to paint any technology as “the answer”, but will provide some guidelines about which approaches may be best suited to your organization’s environment and requirements.

Source: Open Source Summit Europe 2022

Link: https://osseu2022.sched.com/event/15z7a/confidential-computing-and-privacy-enhancing-technologies-the-landscape-mike-bursell-profian

Richard Zak
Nick Vidal
Tom Dohrmann

Title: Cryptle: a secure multi-party Wordle clone with Enarx
Author: Richard Zak, Nick Vidal, Tom Dohrmann
Date: August 13, 2022

Wordle is a popular web-based game, where a single player has to guess a five-letter word in six attempts, with yellow/green colored titles shown as hints in each round, indicating letters that match with the secret word.

We’ve created an open source clone of Wordle called Cryptle, with the goal of demonstrating data encryption in use, where the processing of the data is done in a Trusted Execution Environment (TEE), and only accessible to the Cryptle application. Cryptle is similar to Wordle but one important difference is that it is multi-party and the secret words are suggested by the players themselves. Each player proposes words that are most likely to match those sent by others. The words are sent to the Cryptle application deployed and running in an Enarx Keep (a specific TEE instance) and are only revealed to the players when there’s a match between the secret words.

The standard way to engage with the game is for players to guess the secret words by playing Cryptle from the client side. However, we will also be allowing an alternative: players may write an open source application which runs with root privileges on the host side and attempts to derive or otherwise guess the secret words. Since Cryptle makes use of Confidential Computing, players shouldn't be able to read what's in memory, even with root access. We'll provide an overview of an exploit of Enarx and we'll explain how we were able to fix it. Attendees will be invited to find new vulnerabilities as part of the Cryptle Hack Challenge.

Source: DEF CON 30

Link: https://defcon.org

PDF: DEFCON30_Cryptle.pdf

Richard Zak
Nick Vidal

Title: Owned or pwned? No peekin' or tweakin'!
Author: Richard Zak, Nick Vidal
Date: August 12, 2022

The Cloud is just somebody else's computer. So when you run a workload on a cloud host, anyone who owns (or pwns) that system can peek or tweak the data or even the application itself. You have no confidentiality or integrity protection from your Cloud Service Provider, rogue sysadmins, or just anyone who compromises their machines.

But being pwned does not necessarily mean it’s endgame. Confidential Computing uses hardware-based Trusted Execution Environments to provide confidentiality and integrity even in the most vulnerable scenarios.

This session will define Confidential Computing at a technical level and discuss current and upcoming hardware that have support for it. Later, we’ll introduce Enarx, an open source Linux Foundation project, and present a live demo to showcase Confidential Computing in a system that has been “pwned.”

Source: DEF CON 30

Link: https://defcon.org

PDF: DEFCON30 Owned or pwned.pdf

Nathaniel McCallum

The Southern California Linux Expo (SCaLE) is an annual open source conference held in Los Angeles, California, since 2002.

Last weekend, Enarx co-founder Nathaniel McCallum gave two talks at SCaLE:

  • Confidential Computing: why it HAS to be open source
  • Wyrcan: the Container Bootloader Saga

Source: Enarx's Blog

Link: https://blog.enarx.dev/enarx-at-scale/

Back when they worked at Red Hat, Mike Bursell and Nathaniel McCallum grappled with the challenges of confidential computing — isolating an organization’s most sensitive data in a secure enclave while processing it.

Confidential computing is of particular use to organizations that deal in sensitive, high value data — such as financial institutions, but also a wide variety of organizations.

Source: The New Stack

Link: https://thenewstack.io/confidential-computing-with-webassembly/