Katalog CVE

CVE-2026-59178

KrytyczneCVSS 9.8
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W wersjach ESPHome Device Builder Dashboard przed 1.0.12 zmieniono nazwy zmiennych środowiskowych uwierzytelniania z $USERNAME/$PASSWORD na $ESPHOME_USERNAME/$ESPHOME_PASSWORD bez mechanizmu fallback. W efekcie instancje zabezpieczone starymi nazwami traciły uwierzytelnianie po aktualizacji i dashboard stawał się dostępny dla każdego, kto mógł połączyć się z jego portem. Problem naprawiono w wersji 1.0.12, przywracając stare nazwy jako przestarzały fallback z ostrzeżeniem przy starcie.

Ocena ryzyka

Po aktualizacji dashboard może zostać uruchomiony bez uwierzytelniania, co pozwala nieuprawnionym osobom na dostęp do panelu zarządzania ESPHome i konfiguracji urządzeń. Ryzyko jest szczególnie wysokie, gdy port dashboardu jest wystawiony na niezaufane sieci.

Rekomendacja

Zaktualizuj do wersji 1.0.12 lub nowszej (w kontenerze esphome: wydanie 2026.6.2). Jeśli aktualizacja nie jest możliwa, natychmiast ustaw nowe zmienne $ESPHOME_USERNAME i $ESPHOME_PASSWORD na te same wartości oraz sprawdź logi startowe pod kątem banera „WITHOUT AUTHENTICATION”.

Powiązane podatności

Oryginalny opis (angielski, źródło NVD)

ESPHome Device Builder Dashboard is a dashboard for the ESPHome home management software. Prior to version 1.0.12, the dashboard reads its authentication credentials from `$ESPHOME_USERNAME` and `$ESPHOME_PASSWORD`. Earlier versions, and the legacy `esphome` dashboard, read the bare `$USERNAME` and `$PASSWORD` instead. When the env vars were renamed the bare names were dropped with no fallback, so an operator who had protected their dashboard with `USERNAME` / `PASSWORD` (as the older getting started guide documented) loses authentication on upgrade and the dashboard starts open to anyone who can reach its port. The issue is fixed in 1.0.12. The bare `$USERNAME` / `$PASSWORD` are accepted again as a deprecated fallback so previously protected instances stay protected across the upgrade without operator intervention, with a loud deprecation warning at startup directing operators to rename them to `$ESPHOME_USERNAME` / `$ESPHOME_PASSWORD`. The fallback is gated on `$PASSWORD` being set and is only adopted as a pair, so the OS provided `$USERNAME` is never read on its own and the original collision footgun stays closed. A lone bare `$PASSWORD` with no username still fails loud as a credential mismatch rather than starting unauthenticated. This restores compatibility rather than failing closed on the legacy names, because the priority is that an instance which was protected before the upgrade stays protected without the operator having to act; the deprecation warning plus a future removal handles the migration. Operators should migrate to the `$ESPHOME_*` names. The esphome container delivers the fix in the 2026.6.2 release, which bumps its pinned `esphome-device-builder` version to 1.0.12. Without upgrading, restore authentication immediately by setting the new env vars to the same values, on any affected version. Alternatively, do not expose the dashboard port to untrusted networks, and check the startup logs for the `WITHOUT AUTHENTICATION` banner to confirm whether a given instance is currently open.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS