CVE-2026-52937
Last modified
CVE-2026-52937 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.103, < 5.5 | — |
| Linux | Linux Kernel | >= 5.10.21, < 5.11 | — |
| Linux | Linux Kernel | >= 5.11.4, < 6.18.34 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.11 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52937?
How severe is CVE-2026-52937?
How do I fix CVE-2026-52937?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52931In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52932In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52933In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52934In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-52935In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52936In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52938In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52939In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5294The Geeky Bot plugin for WordPress is vulnerable to Missing …9.8
- CVE-2026-52940In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52941In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52942In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-52937?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
