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 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.
CVE-2026-54317
This high-severity CVE scores 7.6 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 91% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.6
- EG Score
- 7.6(medium)
- EPSS
- 9.2%
- KEV
- Not listed
Published
June 19, 2026
Last Modified
June 26, 2026
Advisory Details (1)
Auto-updated Jun 23, 2026Konnected alarm-panel switch state and zone topology disclosed to unauthenticated actors on the LAN · Advisory · home-assistant/core · GitHub
https://github.com/home-assistant/core/security/advisories/GHSA-x84v-g949-293wVendor Advisories for CVE-2026-54317(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
PyPI(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| homeassistant | 0.10.0 ... 2026.6.0b4 (1583 versions) | 2026.6.0 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 24× in last 7d / 54× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-06 23:10 UTCEG score recompute
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 11:28 UTCEG score recompute
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 23:37 UTCEG score recompute
- 2026-07-05 11:55 UTCEG score recompute
- 2026-07-05 02:31 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-05 00:13 UTCEG score recompute
- 2026-07-04 12:29 UTCEG score recompute
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 00:48 UTCEG score recompute
- 2026-07-03 12:59 UTCEG score recompute
- 2026-07-02 23:58 UTCEG score recompute
- 2026-07-02 12:16 UTCEG score recompute
- 2026-07-02 00:35 UTCEG score recompute
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-07-01 12:53 UTCEG score recompute
- 2026-07-01 01:12 UTCEG score recompute
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 13:30 UTCEG score recompute
- 2026-06-30 01:48 UTCEG score recompute
Show 29 moreShow fewer
- 2026-06-29 14:07 UTCEG score recompute
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 02:25 UTCEG score recompute
- 2026-06-28 14:43 UTCEG score recompute
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 03:01 UTCEG score recompute
- 2026-06-27 15:20 UTCEG score recompute
- 2026-06-27 03:38 UTCEG score recompute
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 15:57 UTCEG score recompute
- 2026-06-26 04:15 UTCEG score recompute
- 2026-06-25 16:34 UTCEG score recompute
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 04:50 UTCEG score recompute
- 2026-06-24 17:04 UTCEG score recompute
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 05:21 UTCEG score recompute
- 2026-06-23 17:27 UTCEG score recompute
- 2026-06-23 05:46 UTCEG score recompute
- 2026-06-22 18:02 UTCEG score recompute
- 2026-06-22 06:10 UTCEG score recompute
- 2026-06-21 18:28 UTCEG score recompute
- 2026-06-21 06:44 UTCEG score recompute
- 2026-06-20 19:02 UTCEG score recompute
- 2026-06-20 07:20 UTCEG score recompute
- 2026-06-19 19:36 UTCEG score recompute
Related CVEs(same CWE)
Same CWE
10 shownCWE-306 · CWE-200
Frequently asked(5)
What is CVE-2026-54317?
When was CVE-2026-54317 disclosed?
Is CVE-2026-54317 actively exploited?
What is the CVSS score of CVE-2026-54317?
How do I remediate CVE-2026-54317?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-54317
Is Your Infrastructure Affected by CVE-2026-54317?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.