← Vulnerability feed

Vulnerability record · CVE-2026-54317 · published 23 June 2026

CVE-2026-54317: Home-assistant information exposure vulnerability

Home Assistant · Home Assistant

Home Assistant is open source home automation software that puts local control and privacy first. Prior to 2026.6.0, the Konnected integration registers an HTTP endpoint, KonnectedView (homeassistant/components/konnected/__init__.py), that is marked as not requiring authentication (requires_auth = False). A comment next to that line says auth is instead handled "via the access token from configuration." That promise is only half true. Write requests (POST and PUT) are handled by update_sensor(), which does check the request's Authorization: Bearer <token> header against the integration's stored access tokens (using hmac.compare_digest). Read requests (GET) are handled by a separate get() method that has no authentication check at all. This vulnerability is fixed in 2026.6.0.

7.6 CVSS 3.1 High EPSS 0.31% · top 78.8% CWE-200 · Information exposureCWE-306 · Missing authentication for critical function
7.6CVSS 3.1 base score
0.31%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
2References, 2 tagged exploit
26 Jun 2026Last modified by NVD

Description

Home Assistant is open source home automation software that puts local control and privacy first. Prior to 2026.6.0, the Konnected integration registers an HTTP endpoint, KonnectedView (homeassistant/components/konnected/__init__.py), that is marked as not requiring authentication (requires_auth = False). A comment next to that line says auth is instead handled "via the access token from configuration." That promise is only half true. Write requests (POST and PUT) are handled by update_sensor(), which does check the request's Authorization: Bearer <token> header against the integration's stored access tokens (using hmac.compare_digest). Read requests (GET) are handled by a separate get() method that has no authentication check at all. This vulnerability is fixed in 2026.6.0.

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2026-54317 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2023-27482Home Assistant Supervisor authentication bypass via APIHome Assistant Supervisor 2023.01.1 and older contains an improper authentication flaw (CWE-287) that lets a remote attacker bypass authentication an…EPSS 72%analysed9.6CVE-2023-41895Home-assistant cross-site scripting vulnerabilityHome assistant is an open source home automation. The Home Assistant login page allows users to use their local Home Assistant credentials and log in…EPSS 0.67%9.6CVE-2023-41897Home-assistant clickjacking vulnerabilityHome assistant is an open source home automation. Home Assistant server does not set any HTTP security headers, including the X-Frame-Options header,…EPSS 0.95%9.0CVE-2023-41896Home-assistant insufficient verification of data authenticity vulnerabilityHome assistant is an open source home automation. Whilst auditing the frontend code to identify hidden parameters, Cure53 detected `auth_callback=1`,…EPSS 0.27%7.5CVE-2020-36517Home-assistant observable discrepancy vulnerabilityAn information leak in Nabu Casa Home Assistant Operating System and Home Assistant Supervised 2022.03 allows a DNS operator to gain knowledge about …EPSS 2.9%7.5CVE-2018-21019Home-assistant information exposure vulnerabilityHome Assistant before 0.67.0 was vulnerable to an information disclosure that allowed an unauthenticated attacker to read the application's error log…EPSS 1.7%7.3CVE-2026-33045Home-assistant cross-site scripting vulnerabilityHome Assistant is open source home automation software that puts local control and privacy first. Starting in version 2025.02 and prior to version 20…EPSS 0.25%7.3CVE-2026-33044Home-assistant cross-site scripting vulnerabilityHome Assistant is open source home automation software that puts local control and privacy first. Starting in version 2020.02 and prior to version 20…EPSS 0.28%

Source: NIST National Vulnerability Database (record CVE-2026-54317), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.