CVE-2026-80744
Last modified
CVE-2026-80744 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort path In nft_flow_rule_offload_abort(), WARN_ON_ONCE(err) is triggered on every error during rollback, including -ENOMEM. Memory allocation failures are expected under low-memory conditions and do not indicate a kernel bug. Trace for example: nft_flow_offload_chain() // FLOW_BLOCK_BIND nft_flow_block_chain() nft_chain_offload_cmd() nft_block_offload_cmd() ->ndo_setup_tc() nsim_setup_tc() flow_block_cb_setup_simple() flow_block_cb_alloc() // fails to -ENOMEM The warning was reproduced on the 5.10 stable kernel under memory pressure via fault injection, but the underlying bug exists in mainline as well, as demonstrated by the ENOMEM trace above.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort path In nft_flow_rule_offload_abort(), WARN_ON_ONCE(err) is triggered on every error during rollback, including -ENOMEM. Memory allocation failures are expected under low-memory conditions and do not indicate a kernel bug. Trace for example: nft_flow_offload_chain() // FLOW_BLOCK_BIND nft_flow_block_chain() nft_chain_offload_cmd() nft_block_offload_cmd() ->ndo_setup_tc() nsim_setup_tc() flow_block_cb_setup_simple() flow_block_cb_alloc() // fails to -ENOMEM The warning was reproduced on the 5.10 stable kernel under memory pressure via fault injection, but the underlying bug exists in mainline as well, as demonstrated by the ENOMEM trace above. The following splat was triggered during nf_tables transaction processing: WARNING: CPU: 0 PID: 8567 at net/netfilter/nf_tables_offload.c:532 nft_flow_rule_offload_abort net/netfilter/nf_tables_offload.c:532 [inline] WARNING: CPU: 0 PID: 8567 at net/netfilter/nf_tables_offload.c:532 nft_flow_rule_offload_commit+0x971/0xcd0 net/netfilter/nf_tables_offload.c:591 Modules linked in: CPU: 0 PID: 8567 Comm: syz-executor.0 Not tainted 5.10.260-syzkaller #0 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014 RIP: 0010:nft_flow_rule_offload_abort net/netfilter/nf_tables_offload.c:532 [inline] RIP: 0010:nft_flow_rule_offload_commit+0x971/0xcd0 net/netfilter/nf_tables_offload.c:591 Call Trace: nf_tables_commit+0x3bd/0x4bd0 net/netfilter/nf_tables_api.c:8604 nfnetlink_rcv_batch+0xb1e/0x1f20 net/netfilter/nfnetlink.c:509 nfnetlink_rcv_skb_batch net/netfilter/nfnetlink.c:579 [inline] nfnetlink_rcv+0x3b3/0x420 net/netfilter/nfnetlink.c:597 netlink_unicast_kernel net/netlink/af_netlink.c:1314 [inline] netlink_unicast+0x6cd/0xa00 net/netfilter/af_netlink.c:1340 netlink_sendmsg+0x906/0xe10 net/netfilter/af_netlink.c:1919 sock_sendmsg_nosec net/socket.c:651 [inline] __sock_sendmsg+0x155/0x190 net/socket.c:663 ____sys_sendmsg+0x705/0x870 net/socket.c:2379 ___sys_sendmsg+0x100/0x170 net/socket.c:2433 __sys_sendmsg+0xe9/0x1c0 net/socket.c:2462 do_syscall_64+0x33/0x40 arch/x86/entry/common.c:46 entry_SYSCALL_64_after_hwframe+0x67/0xd1 Change the condition to WARN_ON_ONCE(err && err != -ENOMEM) so that warnings are only emitted for unexpected errors. This aligns with the common kernel practice of not warning on -ENOMEM. Found by Linux Verification Center (linuxtesting.org) with Syzkaller.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < 2319033c4bf8bdb275a9e4e1f7af9bf8a457ad79; >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < 6ee3803c22b72508c5baf1e5aecb21301b714be0; >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < 09bda4b6df222fd1819e8f188c3a6e90caf546d3; >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < 17c132e18ca5d1641ddbaed8d0e6ecfd1d38fa0b; >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < 7ce9851be6f2b019e96e105a9de99715aec6deb4; >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < 4a923fe60939a194777bc605036ce2147ab00c9d; >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < c23620a0fa5b1d80399f894c41a9f78bc29d6235; >= 63b48c73ff567bbab1f940d6e8f3f48607077a13, < d02f592064347e0c1e0d84f24941ad338838cc48 |
| Linux | Linux | 5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80744?
How severe is CVE-2026-80744?
How do I fix CVE-2026-80744?
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-80739In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8074Mattermost versions 11.7.x <= 11.7.0, 10.11.x <= 10.11.17 fa…3.8
- CVE-2026-80740In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80741In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80742In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80743In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80745In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80746In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80747In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-80748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80749In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-8075Mattermost Desktop App versions <=6.2 5.5.13 6.0.2.0 fail to…6.5
Are you affected by CVE-2026-80744?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
