CVE-2026-64540
Last modified
CVE-2026-64540 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup() genelink_rx_fixup() splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That length is only bounded by GL_MAX_PACKET_LEN (1514); it is never compared against how many bytes were actually received. A malicious GeneLink (GL620A) device can therefore send a short URB whose header claims packet_count > 1 and a first packet of up to 1514 bytes. skb_put_data(gl_skb, packet->packet_data, size); then copies past the end of the receive buffer and hands the adjacent slab contents up the network stack, an out-of-bounds read that leaks kernel heap. No privilege is required: the path runs in the usbnet RX softirq as soon as the interface is up. BUG: KASAN: slab-out-of-bounds in genelink_rx_fixup (drivers/net/usb/gl620a.c:112) Read of size 1514 at addr ffff888011309708 by task ksoftirqd/0/14 Call Trace: ... __asan_memcpy (mm/kasan/shadow.c:105) genelink_rx_fixup (include/linux/skbuff.h:2814 drivers/net/usb/gl620a.c:112) usbnet_bh (drivers/net/usb/usbnet.c:572 drivers/net/usb/usbnet.c:1589) process_one_work (kernel/workqueue.c:3322) bh_worker (kernel/workqueue.c:3405) tasklet_action (kernel/softirq.c:965) handle_softirqs (kernel/softirq.c:622) run_ksoftirqd (kernel/softirq.c:1076) ... skb_pull() already verifies that the requested length fits the buffer and returns NULL otherwise. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup() genelink_rx_fixup() splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That length is only bounded by GL_MAX_PACKET_LEN (1514); it is never compared against how many bytes were actually received. A malicious GeneLink (GL620A) device can therefore send a short URB whose header claims packet_count > 1 and a first packet of up to 1514 bytes. skb_put_data(gl_skb, packet->packet_data, size); then copies past the end of the receive buffer and hands the adjacent slab contents up the network stack, an out-of-bounds read that leaks kernel heap. No privilege is required: the path runs in the usbnet RX softirq as soon as the interface is up. BUG: KASAN: slab-out-of-bounds in genelink_rx_fixup (drivers/net/usb/gl620a.c:112) Read of size 1514 at addr ffff888011309708 by task ksoftirqd/0/14 Call Trace: ... __asan_memcpy (mm/kasan/shadow.c:105) genelink_rx_fixup (include/linux/skbuff.h:2814 drivers/net/usb/gl620a.c:112) usbnet_bh (drivers/net/usb/usbnet.c:572 drivers/net/usb/usbnet.c:1589) process_one_work (kernel/workqueue.c:3322) bh_worker (kernel/workqueue.c:3405) tasklet_action (kernel/softirq.c:965) handle_softirqs (kernel/softirq.c:622) run_ksoftirqd (kernel/softirq.c:1076) ... skb_pull() already verifies that the requested length fits the buffer and returns NULL otherwise. Move it ahead of the copy and check its result, so a packet that overruns the received data is rejected before it is read. Well-formed frames, whose packets are fully present, are unaffected.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 255d03551f94c7bdd86c7d9181a70b21917d829f; >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 4359376e6238d89977a35086e47ca3b07f43e850; >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 8624e179fa3ce23c2fbd1a198ce30764b73f054a; >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 573418f7ea8f859a841417eb4b915594094fd967; >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 0575599e451aff3c5329922562374a2cab25fc51; >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 0a7d9c7c5f1f208c523abbb4db6aea7bc1fad3db; >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 3ef79fa3860e644c8de7834fa7300e1c58f38862; >= 47ee3051c856cc2aa95d35d577a8cb37279d540f, < 8ff7f2a6da4fccaa5cc9be7251a24e71e29fbd1a |
| Linux | Linux | 2.6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64540?
How severe is CVE-2026-64540?
How do I fix CVE-2026-64540?
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-64535In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64536In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64537In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64538In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64539In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6454The Firelight Lightbox plugin for WordPress is vulnerable to…6.4
- CVE-2026-64541In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64542In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64543In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64544In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64545In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64546In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-64540?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
