CVE-2026-80982
Last modified
CVE-2026-80982 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smc_rx_pipe_buf_release() smc_rx_splice() hands RMB pages to a pipe and takes a socket reference per entry so the smc_sock stays alive until the reader finishes. The connection does not: a concurrent close runs smc_conn_free(), which releases the receive buffer back to the link group pool. smc_rx_pipe_buf_release() tests sk_state before taking the socket lock. The state can change between the test and the lock, and smc_rx_update_cons() then dereferences conn->rmb_desc and walks conn->lgr, which smc_conn_free() has already released. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smc_rx_pipe_buf_release() smc_rx_splice() hands RMB pages to a pipe and takes a socket reference per entry so the smc_sock stays alive until the reader finishes. The connection does not: a concurrent close runs smc_conn_free(), which releases the receive buffer back to the link group pool. smc_rx_pipe_buf_release() tests sk_state before taking the socket lock. The state can change between the test and the lock, and smc_rx_update_cons() then dereferences conn->rmb_desc and walks conn->lgr, which smc_conn_free() has already released. On the is_reg_err path smcr_buf_unuse() frees the descriptor outright, so this is a use-after-free. Take the socket lock first and test conn->freed instead. smc_conn_free() sets that flag before releasing anything, and every caller holds the socket lock. The two paths exclude each other: either the pipe release runs first with everything valid, or it sees the flag and skips the update.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9014db202cb764b8e14c53e7bacc81f9a1a2ba7f, < dadd97c8296b23aa816e91ed70041820ae087baa; >= 9014db202cb764b8e14c53e7bacc81f9a1a2ba7f, < df441f3efbb50eb0f120b8de4bf441c31fb0551d; >= 9014db202cb764b8e14c53e7bacc81f9a1a2ba7f, < 6a644a7340df978785f3109d1e0726a982ce2c6f; >= 9014db202cb764b8e14c53e7bacc81f9a1a2ba7f, < 0761e49aa78c2f1362511054c6e9670653858837; >= 9014db202cb764b8e14c53e7bacc81f9a1a2ba7f, < 0926f59ca0f94120895b92180c636a48d0ed3a6d; >= 9014db202cb764b8e14c53e7bacc81f9a1a2ba7f, < c924884743e948e25625b7fbf3ee2a9325a204a7 |
| Linux | Linux | 4.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80982?
How severe is CVE-2026-80982?
How do I fix CVE-2026-80982?
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-80977In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80978In the Linux kernel, the following vulnerability has been re…7.8
- 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-80983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80984In 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…
Are you affected by CVE-2026-80982?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
