---
id: CVE-2026-100839
title: Contrast is a confidential-computing runtime for Kubernetes
summary: >-
  Contrast is a confidential-computing runtime for Kubernetes. In versions
  before 1.18.0, the guest kernel's ACPI/AML handling is vulnerable to an AML
  injection attack ("BadAML"). ACPI tables containing AML bytecode are passed
  from the unt…
severity: high
cvss: 8.4
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N'
cwe:
  - CWE-94
vendor: edgelesssys
product: contrast
affected:
  - contrast < 1.18.0
published: '2026-09-27'
updated: '2026-09-27'
sourceUpdated: '2026-09-27T02:17:22.230'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100839'
references:
  - url: >-
      https://github.com/edgelesssys/contrast/security/advisories/GHSA-g9ww-x58f-9g6m
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/contrast-before-1.18.0-aml-injection-remote-code-execution
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-27T02:41:45.571Z'
---

## Overview

Contrast is a confidential-computing runtime for Kubernetes. In versions before 1.18.0, the guest kernel's ACPI/AML handling is vulnerable to an AML injection attack ("BadAML"). ACPI tables containing AML bytecode are passed from the untrusted host (QEMU) to the guest firmware (OVMF) and on to the Linux kernel, whose AML interpreter executes them. An attacker controlling the host — an assumed adversary in Contrast's threat model — can craft a table with malicious, Turing-complete AML bytecode that the guest kernel interprets with access to the full guest memory, including private pages, resulting in arbitrary code execution and disclosure or modification of confidential guest data. The issue affects the AMD SEV-SNP platforms Metal-QEMU-SNP and Metal-QEMU-SNP-GPU; Metal-QEMU-TDX is not affected because ACPI table contents are measured into RTMR 0 by OVMF on Intel TDX. Version v1.18.0 mitigates the attack by sandboxing the kernel AML interpreter so that it cannot read or write private memory pages. This weakness is not specific to Contrast but is generic to Confidential Computing setups that expose the ACPI interface to the host.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
