CVE-2026-64824: Home Assistant Core < 2026.7.0 Symlink Path Traversal RCE via backup-restore
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.
Security readout for executives and security teams
Plain-English summary
A malicious backup can escape Home Assistant’s restore directory and overwrite files elsewhere on the host. In the official Docker image, Home Assistant runs as root, so a successful overwrite can lead to full code execution and compromise connected automation systems.
Executive priority
Prioritize remediation immediately, especially for official Docker deployments and systems accessible by multiple administrators. Compromise could affect confidentiality, integrity, availability, and connected physical automations. Investigate any recent restoration of untrusted backups.
Technical view
Before 2026.7.0, backup restoration follows crafted symbolic links whose targets are absolute paths outside the extraction directory. A subsequent archive member can write through that link. Overwriting automatically loaded Python files or custom components can produce code execution. The supplied CVSS 4.0 score is 9.3, with high privileges and user interaction required.
Likely exposure
Home Assistant Core versions earlier than 2026.7.0 are affected. Exposure is most serious for the official Docker image because the process runs as root. The CVSS vector indicates exploitation requires high privileges and user interaction, limiting unauthenticated exposure but making malicious or untrusted backup restoration particularly dangerous.
Exploitation context
The bundle includes an exploit-tagged reference but does not establish active exploitation. The CVE is not listed as KEV in the supplied data. Treat crafted backup archives as a credible attack path without claiming observed in-the-wild activity.
Researcher notes
The core weakness is CWE-22 caused by unsafe handling of tar symbolic-link entries during restoration. The described chain pairs a benign member name with an absolute link target, then writes through it. Source evidence supports the root-context Docker impact and code-execution consequence, but not active exploitation.
Mitigation direction
Upgrade Home Assistant Core to version 2026.7.0 or later.
Do not restore backups from untrusted or unverifiable sources.
Restrict backup restoration privileges to trusted administrators.
Follow Home Assistant guidance for any additional remediation or integrity checks.
Validation and detection
Confirm every Home Assistant Core deployment reports version 2026.7.0 or later.
Identify official Docker deployments and document their elevated impact.
Review backup-restore activity for unexpected archives or administrator actions.
Inspect auto-loaded Python paths and custom components for unexpected changes.
Verify restored archives cannot write outside their designated extraction directory.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.