CVE-2026-15893
Last modified
CVE-2026-15893 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. net_if_ipv6_calc_reachable_time() in subsys/net/ip/net_if.c derives a randomized ND reachable time from ipv6->base_reachable_time as min_reachable + sys_rand32_get() % (max_reachable - min_reachable), where min_reachable = base/2 and max_reachable = 3*base/2 using integer division. When base_reachable_time is 1, both min_reachable and the modulus collapse so the function returns 0, and net_if_ipv6_set_reachable_time() stores that 0 into ipv6->reachable_time. The base_reachable_time is attacker-controlled: handle_ra_input() in subsys/net/ip/ipv6_nbr.c accepts the Reachable Time field of an incoming Router Advertisement whenever it is nonzero and <= MAX_REACHABLE_TIME, so a single unauthenticated, link-local RA carrying a Reachable Time of 1 drives the computed reachable time to 0.
Description
net_if_ipv6_calc_reachable_time() in subsys/net/ip/net_if.c derives a randomized ND reachable time from ipv6->base_reachable_time as min_reachable + sys_rand32_get() % (max_reachable - min_reachable), where min_reachable = base/2 and max_reachable = 3*base/2 using integer division. When base_reachable_time is 1, both min_reachable and the modulus collapse so the function returns 0, and net_if_ipv6_set_reachable_time() stores that 0 into ipv6->reachable_time. The base_reachable_time is attacker-controlled: handle_ra_input() in subsys/net/ip/ipv6_nbr.c accepts the Reachable Time field of an incoming Router Advertisement whenever it is nonzero and <= MAX_REACHABLE_TIME, so a single unauthenticated, link-local RA carrying a Reachable Time of 1 drives the computed reachable time to 0. Router Advertisements are unauthenticated by default and require only adjacency to the target link. When a neighbor is subsequently confirmed reachable, net_ipv6_nbr_set_reachable_timer() reads the value and executes NET_ASSERT(time, "Zero reachable timeout!"). On builds with CONFIG_ASSERT enabled this triggers a fatal kernel assertion — a remote denial of service; on builds without assertions the reachable timer is armed with K_MSEC(0) and fires immediately, forcing reachable neighbors into perpetual re-solicitation (STALE), degrading Neighbor Discovery. The impact is limited to availability; there is no memory-safety, confidentiality, or integrity consequence.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| zephyrproject | zephyr | >= 1.7.0, < 4.4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-15893?
How severe is CVE-2026-15893?
How do I fix CVE-2026-15893?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15887IBM WebSphere Application Server 9.0, and 8.5 is affected by…5.4
- CVE-2026-15889The Aruba HiSpeed Cache plugin for WordPress is vulnerable t…6.4
- CVE-2026-1589A vulnerability was determined in itsourcecode School Manage…9.8
- CVE-2026-15890The default AEAD nonce provider for the PSA Internal Trusted…5.3
- CVE-2026-15891The MQTT-SN client keepalive handler process_ping() in subsy…7.5
- CVE-2026-15892The mcumgr SMP settings-management group handlers settings_m…5.3
- CVE-2026-15895OS command injection in the npm package loading component in…8.4
- CVE-2026-15899Use after free in CameraCapture in Google Chrome on Mac prio…9.6
- CVE-2026-1590A vulnerability was identified in itsourcecode School Manage…9.8
- CVE-2026-15900Use after free in GPU in Google Chrome on Android prior to 1…9.6
- CVE-2026-15901Use after free in Network in Google Chrome prior to 150.0.78…9.6
- CVE-2026-15902Use after free in Cast in Google Chrome prior to 150.0.7871.…8.8
Are you affected by CVE-2026-15893?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
