Home Assistantにおける複数の脆弱性
タイトル Home Assistantにおける複数の脆弱性
概要

Home Assistantは、ローカルコントロールとプライバシーを最優先するオープンソースのホームオートメーションソフトウェアです。2026.6.0以前のバージョンでは、Konnected統合機能がHTTPエンドポイントKonnectedView(homeassistant/components/konnected/__init__.py)を登録していました。このエンドポイントは認証不要(requires_auth = False)としてマークされていました。その行の隣のコメントには認証が「設定からのアクセストークンを介して」処理されると記載されていますが、この説明は半分しか正しくありません。書き込みリクエスト(POSTおよびPUT)はupdate_sensor()によって処理され、ここではリクエストのAuthorization: Bearer tokenヘッダーが統合機能に保存されたアクセストークンと(hmac.compare_digestを使用して)照合されます。一方で読み取りリクエスト(GET)は認証チェックを全く行わない別のget()メソッドで処理されていました。この脆弱性は2026.6.0で修正されました。

想定される影響 ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアの一部が停止する可能性があります。 
対策

ベンダ情報を参照して適切な対策を実施してください。

公表日 2026年6月23日0:00
登録日 2026年6月29日11:11
最終更新日 2026年6月29日11:11
CVSS3.0 : 重要
スコア 7.6
ベクター CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
影響を受けるシステム
Home Assistant
Home Assistant 2026.6.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2026年06月29日]
  掲載
2026年6月29日11:11

NVD脆弱性情報
CVE-2026-54317
概要

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.

公表日 2026年6月24日3:18
登録日 2026年6月27日4:15
最終更新日 2026年6月27日5:17
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:home-assistant:home-assistant:*:*:*:*:*:*:*:* 2026.6.0
関連情報、対策とツール
共通脆弱性一覧