Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-54317

7.6 · HIGH
Published Jun 23, 2026 home-assistant CWE-200

Overview

CVE-2026-54317 is a high-severity vulnerability affecting home-assistant home-assistant. It was published on June 23, 2026 and has a CVSS 3.1 base score of 7.6 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.6, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories and patches from home-assistant. Update home-assistant to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
home-assistant home-assistant >= 0, < 2026.6.0 Affected

Frequently Asked Questions

What is CVE-2026-54317?

CVE-2026-54317 is a high-severity vulnerability affecting home-assistant home-assistant. It was published on June 23, 2026 and has a CVSS 3.1 base score of 7.6 (HIGH).

How severe is CVE-2026-54317?

This vulnerability has a CVSS 3.1 base score of 7.6, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-54317?

Check the references section for vendor advisories and patches from home-assistant. Update home-assistant to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-54317?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-54317 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.