CVE Catalog

CVE-2026-64824

HighCVSS 8.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.58%

44th percentile - higher than 44% of all known CVEs

Summary

A path traversal vulnerability in the backup-restore function of Home Assistant Core before 2026.7.0 allows attackers to write files to arbitrary absolute filesystem paths by supplying a crafted tar archive with a SYMTYPE entry. Because the official Docker image runs the process as root, attackers can achieve remote code execution by overwriting auto-imported Python paths such as site-packages/sitecustomize.py.

Risk Assessment

The risk for the organization includes full compromise of the Home Assistant system, potentially leading to data theft, espionage, or further attacks on IoT infrastructure.

Recommendation

Immediately upgrade Home Assistant Core to version 2026.7.0 or later, and consider running the process with reduced privileges (not as root) in the Docker environment.

Other vulnerabilities in Home Assistant Core

See all
Original NVD description (English source)

Home Assistant Core before 2026.7.0 contains a path traversal vulnerability in the backup-restore function that allows attackers to write files to arbitrary absolute filesystem paths by supplying a crafted tar archive with a SYMTYPE entry containing a benign member name paired with an absolute linkname pointing outside the extraction directory. Because the official Docker image runs the Home Assistant process as root and the subsequent regular-file entry is written through the unvalidated symlink, attackers can achieve remote code execution by overwriting auto-imported Python paths such as site-packages/sitecustomize.py or custom component directories.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS