⬆️ Update esphome to v2025.12.7 [SECURITY] #1088
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2025.12.3→==2025.12.7Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
GitHub Vulnerability Alerts
CVE-2026-23833
Summary
An integer overflow in the API component's protobuf decoder allows denial-of-service attacks when API encryption is not used.
Details
The bounds check
ptr + field_length > endincomponents/api/proto.cppcan overflow when a malicious client sends a largefield_lengthvalue. This affects all ESPHome device platforms (ESP32, ESP8266, RP2040, LibreTiny). The overflow bypasses the out-of-bounds check, causing the device to read invalid memory and crash.When using the plaintext API protocol, this attack can be performed without authentication. When noise encryption is enabled, knowledge of the encryption key is required.
Affected Versions
ESPHome 2025.9.0 through 2025.12.6
Mitigation
Severity
Low - Users following Security Best Practices with API encryption enabled are not affected without knowledge of the encryption key.
Impact
Denial-of-service. An attacker with network access to port 6053 can crash and reboot the device.
Credits
Thanks to @Mat931 for responsibly reporting this vulnerability.
Release Notes
esphome/esphome (esphome)
v2025.12.7Compare Source
v2025.12.6Compare Source
v2025.12.5Compare Source
v2025.12.4Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.