boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-54317HIGH
home-assistant core — Home Assistant: Konnected alarm-panel switch state and zone topology disclosed to unauthenticated actors on the LAN
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   A   L   N   N  U  H  L  L    7.6   .0029   21.8     —
AFFECTED
  Product  Versions      Fixed
  core     < 2026.6.0 –  —
TIMELINE
  Jun 12  Reserved by GitHub_M
  Jun 23  EXPLOIT PUBLISHED — CVE-2026-54317 (home-assistant core). Public exploit reference added.
  Jun 23  Published (CNA: GitHub_M)
CWE-200, CWE-306 · CNA: GitHub_M · CVSS v3.1 · 1 reference · NVD status: Modified

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.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
June 12, 2026ReservedReserved by GitHub_M
June 23, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-54317 (home-assistant core). Public exploit reference added.
June 23, 2026PublishedPublished (CNA: GitHub_M)

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
home-assistantcore< 2026.6.0

Weaknesses

CWE-200 · CWE-306

References (1)

Related

Authoritative record: CVE-2026-54317 at cve.org

Vendors: home-assistant

Weaknesses: CWE-200 · CWE-306

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-54317 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.