Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR In the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an uninitialised on-stack struct sockaddr_storage to userspace via ifr_hwaddr, but netif_get_mac_address() only writes sa_family and dev->addr_len (6 for Ethernet) bytes, leaving sa_data[6..13] uninitialised. Those 8 trailing bytes leak kernel stack contents; SIOCGIFHWADDR on a macvtap chardev returns kernel .text and direct-map pointers, defeating KASLR. Initialise ss at declaration.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.4.103, < 5.5 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/05305e832be7b9d65b2b72caacf7d850b3942b2aPatch
- https://git.kernel.org/stable/c/719007c3492f0f1f9e9cdbed8ac45ba45bb13eebPatch
- https://git.kernel.org/stable/c/bddc09212c24934643bd44fc794748d2bbb3b6cdPatch
FAQ
What is CVE-2026-52937?
CVE-2026-52937 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR In the SIOCGIFHWADDR path, tap_ioctl() copies 16 bytes of an uninitialised o...
How severe is CVE-2026-52937?
CVE-2026-52937 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-52937?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.