CVE-2026-80788
Last modified
CVE-2026-80788 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations When fuzzing the nvme target code, I tripped a kernel warning in nvmet_tcp_map_data() because the length passed into the allocator is controlled by the remote initiator. A remote initiator that sends a command with an SGL claiming a huge number, can create a scatterlist and iovec allocation of over 1 million entries, which causes the backing kmalloc call to exceed MAX_PAGE_ORDER and then the page allocator will trip on a WARN_ON_ONCE_GFP() message: WARNING: mm/page_alloc.c:5280 __alloc_frozen_pages_noprof Workqueue: nvmet_tcp_wq nvmet_tcp_io_work ... sgl_alloc_order nvmet_tcp_map_data nvmet_tcp_try_recv_pdu As it's never good to trip a kernel warning remotely due to many systems having panic-on-warn enabled, let's silence it by just add GFP_NOWARN to the allocation flags.. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: Do not WARN on remotely-controlled oversized SGL allocations When fuzzing the nvme target code, I tripped a kernel warning in nvmet_tcp_map_data() because the length passed into the allocator is controlled by the remote initiator. A remote initiator that sends a command with an SGL claiming a huge number, can create a scatterlist and iovec allocation of over 1 million entries, which causes the backing kmalloc call to exceed MAX_PAGE_ORDER and then the page allocator will trip on a WARN_ON_ONCE_GFP() message: WARNING: mm/page_alloc.c:5280 __alloc_frozen_pages_noprof Workqueue: nvmet_tcp_wq nvmet_tcp_io_work ... sgl_alloc_order nvmet_tcp_map_data nvmet_tcp_try_recv_pdu As it's never good to trip a kernel warning remotely due to many systems having panic-on-warn enabled, let's silence it by just add GFP_NOWARN to the allocation flags.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 8d01f0d0e96485e39ad89b859ef85e1dc3020465; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 7b6a54d4e7b0da423c2b53ed293fd36b16c0b19e; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < e7077e6c45423dd2bb7de7b5fc4b018a8e6c4741; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 86cc450022473c4a29b43a09f3ec22a9ef566dac; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < c509f20be1cabda3087810bb2d658d66b3f31f35; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 9c95f7e66c62ee6c6abedcf1c04311f430ff5833; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 7fd6da0f28932442b51658bac4ff55565ca9b377; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 9b770e40bc00381e5ebf53653de5776773415be3; >= 872d26a391da92ed8f0c0f5cb5fef428067b7f30, < 737a3b535247226f6e1a7988fd9d6e63e7d6fc71 |
| Linux | Linux | 5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80788?
How severe is CVE-2026-80788?
How do I fix CVE-2026-80788?
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-80782In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80783In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80784In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80785In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80786In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80787In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80789In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8079In Progress Flowmon versions prior to 12.5.9 and 13.0.11, a …7.3
- CVE-2026-80790In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80791In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80792In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80793In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80788?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
