Vulnerability 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.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Zephyrproject | Zephyr | <= 4.3.0 |
Related Weaknesses (CWE)
References
- https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-536f-h63g-ExploitPatchVendor Advisory
- https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-536f-h63g-ExploitPatchVendor Advisory
FAQ
What is CVE-2026-1678?
CVE-2026-1678 is a vulnerability with a CVSS score of 9.4 (CRITICAL). 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 th...
How severe is CVE-2026-1678?
CVE-2026-1678 has been rated CRITICAL with a CVSS base score of 9.4/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-1678?
Check the references section above for vendor advisories and patch information. Affected products include: Zephyrproject Zephyr.