CVE-2026-89780
Last modified
CVE-2026-89780 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: restore skb->dev on deaggregated frames rmnet_map_deaggregate() allocates each sub-frame with alloc_skb() and leaves skb->dev NULL. __rmnet_map_ingress_handler() assigns skb->dev = ep->egress_dev only on the data path, but a MAP command frame is dispatched to rmnet_map_command() before that, so rmnet_map_send_ack() runs netif_tx_lock(skb->dev) on a NULL device.
Description
In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: restore skb->dev on deaggregated frames rmnet_map_deaggregate() allocates each sub-frame with alloc_skb() and leaves skb->dev NULL. __rmnet_map_ingress_handler() assigns skb->dev = ep->egress_dev only on the data path, but a MAP command frame is dispatched to rmnet_map_command() before that, so rmnet_map_send_ack() runs netif_tx_lock(skb->dev) on a NULL device. An unprivileged user reaches this by unsharing a user+net namespace, creating an rmnet link over a tap device with INGRESS_DEAGGREGATION and INGRESS_MAP_COMMANDS, and writing an aggregated frame carrying a flow-control command to the tap fd. Restore the assignment dropped by 378e25357ac7, so every skb leaving rmnet_map_deaggregate() has a valid device. BUG: KASAN: null-ptr-deref in _raw_spin_lock (kernel/locking/spinlock.c:158) Write of size 4 at addr 00000000000004b4 by task exploit/144 Call Trace: _raw_spin_lock (kernel/locking/spinlock.c:158) netif_tx_lock (net/sched/sch_generic.c:497) rmnet_map_command (drivers/net/ethernet/qualcomm/rmnet/rmnet_map_command.c:67) rmnet_rx_handler (drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c:125) __netif_receive_skb_core.constprop.0 (net/core/dev.c:6103) ... __netif_receive_skb_one_core (net/core/dev.c:6214) netif_receive_skb (net/core/dev.c:6474) tun_get_user (drivers/net/tun.c:1966) tun_chr_write_iter (drivers/net/tun.c:2012) vfs_write (fs/read_write.c:687) ksys_write (fs/read_write.c:739) do_syscall_64 (arch/x86/entry/syscall_64.c:94) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121) Kernel panic - not syncing: Fatal exception in interrupt
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < 5aaa7409c1b4ca4c60d66e2afa99703bf4eb7ddd; >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < 9b78ab84ddf97c06a8567edb62b6c0fd582f9a62; >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < 9d18c6c6cd1666b2cb7915cad052e22abf520997; >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < 4bcef54e4a3355a62d9ad90729fe563435ec76c3; >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < b14c22c31d9e30f38ea1693ac06d318f32258f5d; >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < 7abe769e72c792e5f9eb273813eb3ecd8389854c; >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < 200460a0793dc6af97d3b36d92ac245350ac26fc; >= 378e25357ac78ad02fbc98bec9b4e3baaa916c5c, < a66734a1c5e36525ea07e9f4547fddc51e916de3 |
| Linux | Linux | 4.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89780?
How severe is CVE-2026-89780?
How do I fix CVE-2026-89780?
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-89775In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89776In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89777In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89778In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89779In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-8978The OptinCraft – Drag & Drop Optins & Popup Builder for Word…4.9
- CVE-2026-89781In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89782In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89783In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89784In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89785In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89786In the Linux kernel, the following vulnerability has been re…9.1
Are you affected by CVE-2026-89780?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
