---
id: CVE-2026-59178
title: >-
  ESPHome Device Builder Dashboard is a dashboard for the ESPHome home
  management software
summary: >-
  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…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-306
vendor: esphome
product: device-builder
affected:
  - device-builder < 1.0.12
patched:
  - esphome-device-builder 1.0.12
published: '2026-09-14'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T19:17:37.617'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-59178'
references:
  - url: >-
      https://github.com/esphome/device-builder/commit/9e294f729c3eb7334bb57b9fc49b75b728052f52
    label: security-advisories@github.com
  - url: 'https://github.com/esphome/device-builder/pull/1625'
    label: security-advisories@github.com
  - url: 'https://github.com/esphome/device-builder/releases/tag/1.0.12'
    label: security-advisories@github.com
  - url: >-
      https://github.com/esphome/device-builder/security/advisories/GHSA-rrxg-g2pf-6hh4
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-rrxg-g2pf-6hh4'
  - url: 'https://github.com/esphome/device-builder'
tags:
  - nvd
  - cve.org
  - ghsa
  - pip
  - osv
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: total
  timestamp: '2026-09-14T19:00:53.484049Z'
aliases:
  - GHSA-rrxg-g2pf-6hh4
ecosystem: pip
ingestedAt: '2026-09-14T18:12:17.166Z'
epss: 0.00417
epssPercentile: 0.35689
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-59178)

Affected packages:

- `esphome-device-builder < 1.0.12`

Patched in:

- `esphome-device-builder 1.0.12`

Source: https://github.com/advisories/GHSA-rrxg-g2pf-6hh4
