CVE-2026-64550
Last modified
CVE-2026-64550 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnet_map_ingress_handler() passes the skb straight to __rmnet_map_ingress_handler(), skipping the length validation that rmnet_map_deaggregate() performs on the aggregated path. The parser then dereferences the MAP header and csum header/trailer based on the on-wire pkt_len without checking skb->len, so a short frame is read out of bounds: BUG: KASAN: slab-out-of-bounds in rmnet_map_checksum_downlink_packet Read of size 1 at addr ffff88801118ed00 by task exploit/147 Call Trace: ... rmnet_map_checksum_downlink_packet (drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c:413) __rmnet_map_ingress_handler (drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c:96) rmnet_rx_handler (drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c:129) __netif_receive_skb_core.constprop.0 (net/core/dev.c:6089) netif_receive_skb (net/core/dev.c:6460) tun_get_user (drivers/net/tun.c:1955) tun_chr_write_iter (drivers/net/tun.c:2001) vfs_write (fs/read_write.c:688) ksys_write (fs/read_write.c:740) do_syscall_64 (arch/x86/entry/syscall_64.c:94) ... Factor that validation out of rmnet_map_deaggregate() into rmnet_map_validate_packet_len() and run it on the no-aggregation path too. The MAP header is bounds-checked first, since this path can receive a frame shorter than the header.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: validate MAP frame length before ingress parsing When ingress deaggregation is disabled, rmnet_map_ingress_handler() passes the skb straight to __rmnet_map_ingress_handler(), skipping the length validation that rmnet_map_deaggregate() performs on the aggregated path. The parser then dereferences the MAP header and csum header/trailer based on the on-wire pkt_len without checking skb->len, so a short frame is read out of bounds: BUG: KASAN: slab-out-of-bounds in rmnet_map_checksum_downlink_packet Read of size 1 at addr ffff88801118ed00 by task exploit/147 Call Trace: ... rmnet_map_checksum_downlink_packet (drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c:413) __rmnet_map_ingress_handler (drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c:96) rmnet_rx_handler (drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c:129) __netif_receive_skb_core.constprop.0 (net/core/dev.c:6089) netif_receive_skb (net/core/dev.c:6460) tun_get_user (drivers/net/tun.c:1955) tun_chr_write_iter (drivers/net/tun.c:2001) vfs_write (fs/read_write.c:688) ksys_write (fs/read_write.c:740) do_syscall_64 (arch/x86/entry/syscall_64.c:94) ... Factor that validation out of rmnet_map_deaggregate() into rmnet_map_validate_packet_len() and run it on the no-aggregation path too. The MAP header is bounds-checked first, since this path can receive a frame shorter than the header.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ceed73a2cf4aff2921802aa3d21d45280677547d, < ed25befc8c36f896b5878f9078faddb67fd7e2d0; >= ceed73a2cf4aff2921802aa3d21d45280677547d, < a54d76d176e50d2fdbd39b7231efe256170339e4; >= ceed73a2cf4aff2921802aa3d21d45280677547d, < 00f4c366dbca16a40772c3b7ec2d8cba839e9724; >= ceed73a2cf4aff2921802aa3d21d45280677547d, < 3868c3244369ab709a90c9aad7534d406009b824; >= ceed73a2cf4aff2921802aa3d21d45280677547d, < 14eb0c9491385d5361a292ea4974aec0e6887299; >= ceed73a2cf4aff2921802aa3d21d45280677547d, < 1b12612c367e4be9b0814c0468e7e687835315b4; >= ceed73a2cf4aff2921802aa3d21d45280677547d, < 231a8a4b76cb1b1827b3b19d7b3603642f5aaaef; >= ceed73a2cf4aff2921802aa3d21d45280677547d, < f0f1887a9e30712a1df03e152dce6fb91344b1f3 |
| Linux | Linux | 4.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64550?
How severe is CVE-2026-64550?
How do I fix CVE-2026-64550?
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-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
- CVE-2026-64547In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64548In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64549In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6455The WP Contact Form 7 DB Handler plugin for WordPress is vul…8.1
- CVE-2026-64551In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64552In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64554In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64555In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64556In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64550?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
