PYSEC-2026-1326

See a problem?
Import Source
https://github.com/pypa/advisory-database/blob/main/vulns/esphome/PYSEC-2026-1326.yaml
JSON Data
https://api.osv.dev/v1/vulns/PYSEC-2026-1326
Aliases
Published
2026-07-07T16:03:19.321187Z
Modified
2026-07-07T17:46:44.629274708Z
Severity
  • 6.8 (Medium) CVSS_V4 - CVSS:4.0/AV:A/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
ESPHome vulnerable to denial-of-service via out-of-bounds check bypass in the API component
Details

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 > end in components/api/proto.cpp can overflow when a malicious client sends a large field_length value. 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.

References

Affected packages

PyPI / esphome

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2025.9.0
Fixed
2025.12.7

Affected versions

2025.*
2025.9.0
2025.9.1
2025.9.2
2025.9.3
2025.10.0b1
2025.10.0b2
2025.10.0b3
2025.10.0b4
2025.10.0
2025.10.1
2025.10.2
2025.10.3
2025.10.4
2025.10.5
2025.11.0b1
2025.11.0b2
2025.11.0b3
2025.11.0b4
2025.11.0b5
2025.11.0
2025.11.1
2025.11.2
2025.11.3
2025.11.4
2025.11.5
2025.12.0b1
2025.12.0b2
2025.12.0b3
2025.12.0b4
2025.12.0b5
2025.12.0
2025.12.1
2025.12.2
2025.12.3
2025.12.4
2025.12.5
2025.12.6

Database specific

source
"https://github.com/pypa/advisory-database/blob/main/vulns/esphome/PYSEC-2026-1326.yaml"