Description
Home Assistant is open source home automation software focused on local control and privacy. Prior to 2026.6.1, the Android Companion app is vulnerable to an open redirect. The app passes the URL fragment from a homeassistant://invite deep link into the onboarding flow without ever displaying the destination hostname. Because no screen in the invitation or onboarding flow shows the parsed server URL before onboarding commits to it, a victim has no way to distinguish a legitimate invite from a malicious one. An attacker can craft an invite so that a single tap on the legitimate-looking "Connect to my Home Assistant server" button opens their /auth/authorize endpoint in the URL-less onboarding WebView, presenting a look-alike login page that captures the victim's credentials. Since invitations are intended to onboard brand-new users, targets are especially unlikely to notice the substitution. This issue is fixed in version 2026.6.1.
Published: 2026-08-07
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Home Assistant Android Companion app hid a flaw that allowed attackers to craft a deep link using the homeassistant://invite scheme which redirected a legitimate invite into a malicious login page. When a victim tapped the normal "Connect to my Home Assistant server" button, the application silently steered the WebView to the attacker's /auth/authorize endpoint without ever displaying the true destination. Because the onboarding flow never shows the parsed server URL, users have no way to discern a legitimate request from a spoofed one. This open redirect flaw is consistent with CWE‑601 and can be leveraged for credential phishing.

Affected Systems

The vulnerability exists in the Home Assistant Android Companion app versions prior to 2026.6.1. Any device running an older version of the companion app remains vulnerable, regardless of the underlying Home Assistant core version, as the flaw resides entirely in the mobile client.

Risk and Exploitability

Security risk is moderate: the CVSS score of 4.3 indicates a low–to‑moderate impact, and the absence of a public exploit reduces immediate threat. However, KEV status is not listed, and EPSS data is unavailable, implying a low to unknown exploitation probability. The likely attack vector is social‑engineering through invitation links sent to new users, who are especially unlikely to notice the substitution. In the absence of a public workaround, updating to the fixed release is the only reliable countermeasure.

Generated by OpenCVE AI on August 7, 2026 at 22:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Home Assistant Android Companion app to version 2026.6.1 or newer.
  • Avoid opening unknown or untrusted homeassistant://invite links, especially from unfamiliar sources.
  • If using an outdated app, disable or restrict the homeassistant:// scheme so that the app does not automatically follow deep links.

Generated by OpenCVE AI on August 7, 2026 at 22:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Home-assistant
Home-assistant core
Vendors & Products Home-assistant
Home-assistant core

Fri, 07 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Description Home Assistant is open source home automation software focused on local control and privacy. Prior to 2026.6.1, the Android Companion app is vulnerable to an open redirect. The app passes the URL fragment from a homeassistant://invite deep link into the onboarding flow without ever displaying the destination hostname. Because no screen in the invitation or onboarding flow shows the parsed server URL before onboarding commits to it, a victim has no way to distinguish a legitimate invite from a malicious one. An attacker can craft an invite so that a single tap on the legitimate-looking "Connect to my Home Assistant server" button opens their /auth/authorize endpoint in the URL-less onboarding WebView, presenting a look-alike login page that captures the victim's credentials. Since invitations are intended to onboard brand-new users, targets are especially unlikely to notice the substitution. This issue is fixed in version 2026.6.1.
Title Home Assistant Companion: `homeassistant://invite` Deep Link Credential Phishing
Weaknesses CWE-601
CWE-939
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N'}


Subscriptions

Home-assistant Core
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-07T21:01:47.319Z

Reserved: 2026-07-06T15:34:16.916Z

Link: CVE-2026-59717

cve-icon Vulnrichment

Updated: 2026-08-07T20:51:37.315Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T22:30:03Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')

  • CWE-939

    Improper Authorization in Handler for Custom URL Scheme