HOMEVULNERABILITIESCVE-2026-23304
NONE

CVE-2026-23304

Published: March 25, 2026· Updated: Mar 25, 2026

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

Official Description

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

ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()

l3mdev_master_dev_rcu() can return NULL when the slave device is being

un-slaved from a VRF. All other callers deal with this, but we lost

the fallback to loopback in ip6_rt_pcpu_alloc() -> ip6_rt_get_dev_rcu()

with commit 4832c30d5458 ("net: ipv6: put host and anycast routes on

device with address").

KASAN: null-ptr-deref in range [0x0000000000000108-0x000000000000010f]

RIP: 0010:ip6_rt_pcpu_alloc (net/ipv6/route.c:1418)

Call Trace:

ip6_pol_route (net/ipv6/route.c:2318)

fib6_rule_lookup (net/ipv6/fib6_rules.c:115)

ip6_route_output_flags (net/ipv6/route.c:2607)

vrf_process_v6_outbound (drivers/net/vrf.c:437)

I was tempted to rework the un-slaving code to clear the flag first

and insert synchronize_rcu() before we remove the upper. But looks like

the explicit fallback to loopback_dev is an established pattern.

And I guess avoiding the synchronize_rcu() is nice, too.

NVD Source

Technical Analysis

CVE-2026-23304 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-23304
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMar 25, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23304 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.