CVE-2023-53863
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-53863 is a kernel information leak vulnerability in the Linux kernel's netlink subsystem, specifically in the forwarding database (FDB) dump functionality. The bug arises because the code hard-coded ETH_ALEN (6 bytes) as the device address length when copying data to user space, but some network devices have non-Ethernet address lengths (e.g., 4 bytes), causing uninitialized kernel memory to be leaked. It was published on December 9, 2025, and affects multiple stable Linux kernel versions. The CVSS category is estimated as Medium (Feedly, Vulners).

Technical details

The root cause is an improper use of the hard-coded constant ETH_ALEN (6) instead of the device-specific dev->addr_len when performing FDB dumps via the netlink interface, classified as a kernel information disclosure (CWE-200/CWE-131 — incorrect calculation of buffer size). When a netdev device with an address length shorter than 6 bytes (e.g., 4 bytes) is present, the kernel copies 6 bytes to user space regardless, leaking up to 2 bytes of uninitialized kernel memory per FDB entry. The fix replaces ETH_ALEN with dev->addr_len in the relevant netlink FDB dump code path. The issue was originally identified by syzbot, which reported a KMSAN: kernel-infoleak in instrument_copy_to_user via the netlink_recvmsgskb_copy_datagram_msg call chain (Feedly).

Impact

Successful exploitation allows a local user to read small amounts of uninitialized kernel memory (up to 2 bytes per FDB entry) via the netlink socket interface, constituting an information disclosure. While the leaked data volume is limited, such leaks can potentially be leveraged to defeat kernel ASLR or expose sensitive kernel data structures. Availability and integrity are not directly impacted by this vulnerability (Feedly).

Mitigation and workarounds

The fix has been applied to multiple Linux kernel stable branches via commits to the kernel.org stable tree (e.g., commits 44db85c6, 61d1bf3c, 73862118, 61938431, aa540695). Users should update to a patched kernel version as provided by their Linux distribution. SUSE has issued advisories (SUSE-2026-0281-1, SUSE-2026-20876-1) incorporating the fix, and Tenable Nessus plugins (278013, 298924, 302405) are available for detection. No configuration-based workaround is known; upgrading the kernel is the recommended remediation (Feedly, Linux Security).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management