Skip to content

CVE-2026-54317

Exposure of Sensitive Information: is CVE-2026-54317real, exploitable, or a false positive? Here's the community verdict.

High · CVSS 7.6CWE-200 · Exposure of Sensitive Information

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

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.

Published

Embed this verdict
TruePositive verdict for CVE-2026-54317
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2026-54317/badge.svg)](https://www.truepositive.app/cve/CVE-2026-54317)
HTML
<a href="https://www.truepositive.app/cve/CVE-2026-54317"><img src="https://www.truepositive.app/cve/CVE-2026-54317/badge.svg" alt="TruePositive verdict for CVE-2026-54317"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

In your experience, is this finding real and exploitable?

0 verdicts
Not a real issue

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

No notes yet. Be the first to share what you saw, or a fix that worked.

    Add a field note or remediationoptional
    Note type

    What are you adding?

    Markdown supported · minimum 20 characters.

    Same weakness: CWE-200 · Exposure of Sensitive Information.