CVE-2026-80984
Last modified
CVE-2026-80984 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net/smc: do not dereference an unset send buffer on the SMC-D teardown path smc_close_stream_wait() calls smc_tx_prepared_sends() from inside its sk_wait_event() condition, and sk_wait_event() evaluates that condition once with the socket lock released. smcd_buf_detach() clears conn->sndbuf_desc from smc_conn_kill() under lock_sock(), so a link group terminating while a socket waits there leaves the helper dereferencing NULL, faulting out of close(). EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/smc: do not dereference an unset send buffer on the SMC-D teardown path smc_close_stream_wait() calls smc_tx_prepared_sends() from inside its sk_wait_event() condition, and sk_wait_event() evaluates that condition once with the socket lock released. smcd_buf_detach() clears conn->sndbuf_desc from smc_conn_kill() under lock_sock(), so a link group terminating while a socket waits there leaves the helper dereferencing NULL, faulting out of close(). SIOCOUTQ reads the field by hand, and smc_close_cancel_work() drops the lock across two cancel_*_sync() calls. Sample the pointer once in the helper, report nothing prepared while it is unset, and bound the ioctl the same way. The receive tasklet dereferences the field directly in smc_cdc_msg_recv_action(), not through this helper; 1/2 is what keeps it from running that late.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 21f6f41e82e59740e26e06e77bdf58dc7f6f08dd, < ab26e12dd5d2f43d939fcf456933a816e81d2e51; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < e3fcff8d22a6c9540748846cd800443a643553a6; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < f950e1b1f0aad334f9a9ee552c4dd5b794ebdd45; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < f517cf02033801a28f98d86ca613a3533cf066b3; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < b395dd319cea422239cb45b998fb38d7e373af87; >= 6.6.66, < 6.6.157 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80984?
How severe is CVE-2026-80984?
How do I fix CVE-2026-80984?
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-80979In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8098A security vulnerability has been detected in code-projects …7.3
- CVE-2026-80980In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80981In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80982In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80985In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-80986In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80987In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80988In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80989In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80990In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80984?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
