CVE-2026-45930
Awaiting Analysis Awaiting Analysis - Queue
Linux Kernel Netlink Neighbor Data Initialization Flaw

Publication date: 2026-05-27

Last updated on: 2026-06-09

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: net: mctp: ensure our nlmsg responses are initialised Syed Faraz Abrar (@farazsth98) from Zellic, and Pumpkin (@u1f383) from DEVCORE Research Team working with Trend Micro Zero Day Initiative report that a RTM_GETNEIGH will return uninitalised data in the pad bytes of the ndmsg data. Ensure we're initialising the netlink data to zero, in the link, addr and neigh response messages.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-06-09
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux_kernel linux_kernel *
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's net subsystem, specifically in the mctp component. When a RTM_GETNEIGH request is made, the system may return uninitialized data in the padding bytes of the ndmsg data structure. This happens because the netlink response messages were not properly initialized to zero, potentially exposing leftover memory data.

The fix ensures that netlink data in link, address, and neighbor response messages are properly initialized to zero before being sent.

Impact Analysis

This vulnerability can lead to the unintended disclosure of kernel memory contents through the uninitialized padding bytes in netlink response messages. An attacker or user querying the RTM_GETNEIGH message could potentially access sensitive or leftover data from kernel memory, which might include information that should remain confidential.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45930. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart