Home Assistantにおける複数の脆弱性
| Title |
Home Assistantにおける複数の脆弱性
|
| Summary |
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で修正されました。
|
| Possible impacts |
・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアの一部が停止する可能性があります。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 23, 2026, midnight |
| Registration Date |
June 29, 2026, 11:11 a.m. |
| Last Update |
June 29, 2026, 11:11 a.m. |
|
CVSS3.0 : 重要
|
| Score |
7.6
|
| Vector |
CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L |
Affected System
| Home Assistant |
|
Home Assistant 2026.6.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月29日] 掲載 |
June 29, 2026, 11:11 a.m. |
NVD Vulnerability Information
CVE-2026-54317
| Summary |
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.
|
| Publication Date |
June 24, 2026, 3:18 a.m. |
| Registration Date |
June 27, 2026, 4:15 a.m. |
| Last Update |
June 27, 2026, 5:17 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:home-assistant:home-assistant:*:*:*:*:*:*:*:* |
|
|
|
2026.6.0 |
Related information, measures and tools
Common Vulnerabilities List