HOMEVULNERABILITIESCVE-2026-23293
NONE

CVE-2026-23293

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:

net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled

When booting with the 'ipv6.disable=1' parameter, the nd_tbl is never

initialized because inet6_init() exits before ndisc_init() is called

which initializes it. If an IPv6 packet is injected into the interface,

route_shortcircuit() is called and a NULL pointer dereference happens on

neigh_lookup().

BUG: kernel NULL pointer dereference, address: 0000000000000380

Oops: Oops: 0000 [#1] SMP NOPTI

[...]

RIP: 0010:neigh_lookup+0x20/0x270

[...]

Call Trace:

<TASK>

vxlan_xmit+0x638/0x1ef0 [vxlan]

dev_hard_start_xmit+0x9e/0x2e0

__dev_queue_xmit+0xbee/0x14e0

packet_sendmsg+0x116f/0x1930

__sys_sendto+0x1f5/0x200

__x64_sys_sendto+0x24/0x30

do_syscall_64+0x12f/0x1590

entry_SYSCALL_64_after_hwframe+0x76/0x7e

Fix this by adding an early check on route_shortcircuit() when protocol

is ETH_P_IPV6. Note that ipv6_mod_enabled() cannot be used here because

VXLAN can be built-in even when IPv6 is built as a module.

NVD Source

Technical Analysis

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

Recommended Actions

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