Executive brief
A vulnerability in the Linux kernel's networking component could allow a local user to view sensitive information stored in the system's memory. This occurs because certain internal data structures used for IPv6 networking do not properly clear old data before sharing it with other parts of the system. An attacker could exploit this to gain insights into kernel operations or bypass security protections, potentially impacting the confidentiality of system data.
Technical details
A kernel information leak exists in net/ipv6/ndisc.c within the ndisc_ra_useropt function. When the kernel processes IPv6 Router Advertisements (RA) containing user options, it constructs an RTM_NEWNDUSEROPT netlink message using the nduseroptmsg structure. This structure contains three padding fields (nduseropt_pad1, nduseropt_pad2, and nduseropt_pad3) that were not explicitly initialized to zero. Consequently, uninitialized kernel stack or heap memory could be leaked to userspace via netlink. An attacker with local access can monitor these netlink messages to extract sensitive kernel data. The vulnerability has been addressed by explicitly zeroing these padding fields in various stable kernel branches.
Affected products
- Linux Linux Kernel All versions prior to the April 2026 patches
- Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP V3.1.5, V3.1.6
- Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP V3.1.5, V3.1.6
- Siemens SIPLUS S7-1500 CPU 1518-4 PN/DP MFP V3.1.5, V3.1.6
Timeline
- 2026-03-25: other: Patch authored by Yochai Eisenrich
- 2026-05-01: disclosed: CVE published
- 2026-07-14: other: Siemens advisory data added to record
References
- https://git.kernel.org/stable/c/11d7fe97421cfc81549940c20ed5ac9472d6db05
- https://git.kernel.org/stable/c/1da9023f6b071a38e5430ffbce4b70b2b1ac4f9c
- https://git.kernel.org/stable/c/2fe4d0ba690a69ad6ae9f7ab9bdc96e02610b648
- https://git.kernel.org/stable/c/4f810c686fde509d1cdaa706322d9d2531f8f1a4
- https://git.kernel.org/stable/c/7f56d87e527bb5a13c3e8b0d5840cb6332822f6d
- https://git.kernel.org/stable/c/ae05340ccaa9d347fe85415609e075545bec589f
- https://git.kernel.org/stable/c/b485eef3d97b7aae55ce669b6de555ec81f3d21c