CVE-2026-90051
Last modified
CVE-2026-90051 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tcp: reject non zerocopy devmem tx Devmem tcp tx doesn't work without zero-copy, however it's not currently enforced if NETIF_F_SG isn't present. In this case, tcp_sendmsg_locked() will try the copy path and try to copy data from an iovec which consists of offsets into the dma-buf and would normally fail.
Description
In the Linux kernel, the following vulnerability has been resolved: tcp: reject non zerocopy devmem tx Devmem tcp tx doesn't work without zero-copy, however it's not currently enforced if NETIF_F_SG isn't present. In this case, tcp_sendmsg_locked() will try the copy path and try to copy data from an iovec which consists of offsets into the dma-buf and would normally fail. Moreover, d9c56501c72fd ("net: tcp: block mixing readable and unreadable frags") relies on that and assumes that the devmem binding is present IFF we're using the zero-copy path, which can be used to mix net-iov and pages in a single skb, and break invariants. Let's reject devmem tx without zero-copy. Note, the parameter check the patch is modifying is too loose, we can create an io_uring request with dmabuf_id and all ZC flags, but which won't have the binding. We replace it with stricter validation.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bd61848900bff597764238f3a8ec67c815cd316e, < 2151b2bcf6fcec52665f606eed20da068447f0b7; >= bd61848900bff597764238f3a8ec67c815cd316e, < b04326c7927af7048fd4e730f5770cca350d0a60; >= bd61848900bff597764238f3a8ec67c815cd316e, < 125755776bc6d4dd53eaf551c87e3d460625d638 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90051?
How severe is CVE-2026-90051?
How do I fix CVE-2026-90051?
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-90045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90046In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90047In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90048In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90049In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-90050In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90052In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90056In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90057In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90051?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
