LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-7656

zephyrproject · zephyr

Published
CVSS8.1
Severityhigh
WeaknessCWE-290
ExploitedNot in CISA KEV

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Description

The IPv6 Neighbor Discovery handlers in subsys/net/ip/ipv6_nbr.c (handle_ra_input, handle_ns_input, handle_na_input) used an incorrect boolean expression that combined the RFC 4861 validity checks with the ICMPv6 code check using the wrong operator precedence: the form was ((length/hop/source/target checks) && (icmp_hdr->code != 0)). Because every legitimate ND message carries ICMPv6 code 0, an attacker setting code == 0 (the normal value) caused the entire predicate to evaluate false, so the packet was never dropped and all of the other checks were silently skipped. The bypassed checks include the mandatory Hop Limit == 255 verification (which proves an ND packet originated on-link and was

References

← Back to the CVE Tracker

Our coverage of CVE-2026-7656

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-7656.