HOMEVULNERABILITIESCVE-2026-23124
NONE

CVE-2026-23124

Published: February 14, 2026· Updated: Feb 18, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:6.4th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

ipv6: annotate data-race in ndisc_router_discovery()

syzbot found that ndisc_router_discovery() could read and write

in6_dev->ra_mtu without holding a lock [1]

This looks fine, IFLA_INET6_RA_MTU is best effort.

Add READ_ONCE()/WRITE_ONCE() to document the race.

Note that we might also reject illegal MTU values

(mtu < IPV6_MIN_MTU || mtu > skb->dev->mtu) in a future patch.

[1]

BUG: KCSAN: data-race in ndisc_router_discovery / ndisc_router_discovery

read to 0xffff888119809c20 of 4 bytes by task 25817 on cpu 1:

ndisc_router_discovery+0x151d/0x1c90 net/ipv6/ndisc.c:1558

ndisc_rcv+0x2ad/0x3d0 net/ipv6/ndisc.c:1841

icmpv6_rcv+0xe5a/0x12f0 net/ipv6/icmp.c:989

ip6_protocol_deliver_rcu+0xb2a/0x10d0 net/ipv6/ip6_input.c:438

ip6_input_finish+0xf0/0x1d0 net/ipv6/ip6_input.c:489

NF_HOOK include/linux/netfilter.h:318 [inline]

ip6_input+0x5e/0x140 net/ipv6/ip6_input.c:500

ip6_mc_input+0x27c/0x470 net/ipv6/ip6_input.c:590

dst_input include/net/dst.h:474 [inline]

ip6_rcv_finish+0x336/0x340 net/ipv6/ip6_input.c:79

...

write to 0xffff888119809c20 of 4 bytes by task 25816 on cpu 0:

ndisc_router_discovery+0x155a/0x1c90 net/ipv6/ndisc.c:1559

ndisc_rcv+0x2ad/0x3d0 net/ipv6/ndisc.c:1841

icmpv6_rcv+0xe5a/0x12f0 net/ipv6/icmp.c:989

ip6_protocol_deliver_rcu+0xb2a/0x10d0 net/ipv6/ip6_input.c:438

ip6_input_finish+0xf0/0x1d0 net/ipv6/ip6_input.c:489

NF_HOOK include/linux/netfilter.h:318 [inline]

ip6_input+0x5e/0x140 net/ipv6/ip6_input.c:500

ip6_mc_input+0x27c/0x470 net/ipv6/ip6_input.c:590

dst_input include/net/dst.h:474 [inline]

ip6_rcv_finish+0x336/0x340 net/ipv6/ip6_input.c:79

...

value changed: 0x00000000 -> 0xe5400659

NVD Source

Technical Analysis

CVE-2026-23124 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (6)

Quick Facts

CVE IDCVE-2026-23124
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedFeb 14, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23124 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.