CVE-2026-34205
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedHome Assistant is open source home automation software that puts local control and privacy first. Home Assistant apps (formerly add-ons) configured with host network mode expose unauthenticated endpoints bound to the internal Docker bridge interface to the local network. On Linux, this configuration does not restrict access to the app as intended, allowing any device on the same network to reach these endpoints without authentication. Home Assistant Supervisor 2026.03.02 addresses the issue.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceHome Assistant add-ons configured with Docker host network mode on Linux incorrectly expose unauthenticated API endpoints via the internal Docker bridge interface to the local network, bypassing intended access restrictions and allowing any device on the same network to reach these endpoints without authentication.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Adjacent
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Home Assistant Supervisor versionIn Home Assistant, go to Settings > System > Repairs, or access the supervisor panel and note the Supervisor version number displayedAffected if The installed Supervisor version is earlier than 2026.03.02 (the patched version)
-
Identify add-ons using host network modeRun 'docker ps --format "{{.Names}} {{.NetworkMode}}"' on the Home Assistant host to list containers and their network modes; look for entries showing 'host' as the NetworkModeAffected if Any add-on container displays 'host' as its NetworkMode, indicating it uses Docker host networking
-
Verify Docker bridge interface exposureRun 'ip addr show docker0' or 'ip link show docker0' to confirm the docker0 bridge interface exists and is active on the hostAffected if The docker0 bridge interface exists and is up, which is required for the bypass to be exploitable
-
Test local network access to bridge IPFrom another device on the same local network, attempt to access the Docker bridge IP (typically 172.17.0.1) on common add-on ports (such as port 80, 443, or any port used by your add-ons); if connections succeed without authentication, the condition is metAffected if HTTP/HTTPS requests to 172.17.0.1 (or the Docker bridge IP) from another network device successfully reach add-on services without requiring authentication
You are affected if your Home Assistant Supervisor version is earlier than 2026.03.02 AND you have add-ons configured with Docker host network mode, allowing unauthenticated access via the Docker bridge interface from other devices on your local network.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate Home Assistant Supervisor to version 2026.03.02 or later to patch the network isolation bypass. Review add-on network configurations and consider using bridge networking mode instead of host mode where feasible.
Home Assistant Supervisor 2026.03.02
- Back up your Home Assistant configuration before performing any updates
- Open the Home Assistant web interface (Frontend)
- Navigate to Settings → System → Supervisor
- Click on the Supervisor card to access supervisor settings
- Look for an option to check for updates or update the supervisor
- If an update is available, apply the update to upgrade to Home Assistant Supervisor 2026.03.02
- Wait for the update to complete and verify the supervisor is running the new version
- Alternatively, access the Home Assistant CLI and run: ha supervisor update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-34205 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-34205 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data