CVE-2026-80984
Reported by Linux · Published September 11, 2026
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.
EPSS 0.20% · 10.1th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 21f6f41e82e59740e26e06e77bdf58dc7f6f08dd, ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, ae2be35cbed2c8385e890147ea321a3fcc3ca5fa |
| Linux | Linux | 6.10, 0, 6.6.157 |
| Linux | Linux | 7.3-rc1, ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, ae2be35cbed2c8385e890147ea321a3fcc3ca5fa |
| linux | linux_kernel | 6.10, 6.10, 6.10 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 14, 2026 CVE Updated
- Sep 17, 2026 EPSS Score