CVE-2026-64824 PUBLISHED

Home Assistant Core < 2026.6.0 Symlink Path Traversal RCE via backup-restore

Assigner: VulnCheck
Reserved: 20.07.2026 Published: 21.07.2026 Updated: 21.07.2026

Home Assistant Core before 2026.6.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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CVSS Score: 9.3

Product Status

Vendor home-assistant
Product Home Assistant Core
Versions Default: affected
  • affected from 0 to 2026.6.0 (excl.)

Credits

  • Harish Kolla (@Har1sh-k) finder

References

Problem Types

  • Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE