Security Advisory

CVE-2026-1678

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2026-03-05 06:21:36
Last updated 2026-03-05 15:28:42
Assigner zephyr
State PUBLISHED

Description

dns_unpack_name() caches the buffer tailroom once and reuses it while appending DNS labels. As the buffer grows, the cached size becomes incorrect, and the final null terminator can be written past the buffer. With assertions disabled (default), a malicious DNS response can trigger an out-of-bounds write when CONFIG_DNS_RESOLVER is enabled.