Skip to content
CVSS 9.9 · CRITICAL

CVE-2026-66897Escape de contenedor y RCE como root en el host en LXD

A path traversal vulnerability in LXD's instance template processing allows an attacker with container edit permissions, or any user launching a crafted image, to overwrite arbitrary files on the host system as root. When processing target template paths specified in metadata.yaml, LXD validates the path against a confined os.Root directory handle but subsequently opens and creates the file using os.Create with an unconfined string path. This discrepancy between path resolution checks and file creation allows an attacker to escape directory confinement, overwrite root-owned host files, and achieve host root code execution.

Ver en NVD

Análisis

A critical vulnerability in LXD allows an attacker to escape container isolation and overwrite files on the host system as root. This can be triggered by launching a malicious image or editing container metadata, leading to full host compromise.

Severidad

Puntaje: 9.9(CRITICAL)
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
AV: NETWORK
AC: LOW
PR: LOW
UI: NONE
S: CHANGED
C: HIGH
I: HIGH
A: HIGH
Tipo de falla (CWE): CWE-22CWE-23

EPSS

Probabilidad de explotación (próx. 30 días): 0.0062 (0.6%)
Percentil: 46.9%
EPSS: 2026-08-24

Descripción técnica

A path traversal vulnerability in LXD's instance template processing allows an attacker with container edit permissions, or any user launching a crafted image, to overwrite arbitrary files on the host system as root. When processing target template paths specified in metadata.yaml, LXD validates the path against a confined os.Root directory handle but subsequently opens and creates the file using os.Create with an unconfined string path. This discrepancy between path resolution checks and file creation allows an attacker to escape directory confinement, overwrite root-owned host files, and achieve host root code execution.

Publicada: 24/8/2026, 10:16:39
Última modificación: 24/8/2026, 14:16:57

Referencias

InicioEventosBlogRecursosCursosEquipo