CVE-2026-80979
Last modified
CVE-2026-80979 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: unregister the connection before draining the rx tasklet smc_conn_free() calls smc_ism_unset_conn() only while the link group is still on its device list, and never sets conn->killed. smc_lgr_terminate_sched() unlinks the group immediately and defers killing its connections to a work item, so a connection freed in that window keeps its smcd->conn[] slot with both gates in smcd_handle_irq() open, and the device can re-arm the receive tasklet after tasklet_kill() has returned. On the DMB-nocopy path the ghost send buffer is freed right after that drain, so the re-armed tasklet dereferences it. Unregister unconditionally and drain before the detach at both teardown sites, mirroring rmb_desc, which smc_buf_unuse() releases after the drain. Clear conn->sndbuf_desc before freeing it as well, so a reader that samples the pointer cannot get one that is already freed.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net/smc: unregister the connection before draining the rx tasklet smc_conn_free() calls smc_ism_unset_conn() only while the link group is still on its device list, and never sets conn->killed. smc_lgr_terminate_sched() unlinks the group immediately and defers killing its connections to a work item, so a connection freed in that window keeps its smcd->conn[] slot with both gates in smcd_handle_irq() open, and the device can re-arm the receive tasklet after tasklet_kill() has returned. On the DMB-nocopy path the ghost send buffer is freed right after that drain, so the re-armed tasklet dereferences it. Unregister unconditionally and drain before the detach at both teardown sites, mirroring rmb_desc, which smc_buf_unuse() releases after the drain. Clear conn->sndbuf_desc before freeing it as well, so a reader that samples the pointer cannot get one that is already freed.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 21f6f41e82e59740e26e06e77bdf58dc7f6f08dd, < b6b6ac713ee82b340a8e3be30b101bd2840deec4; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < b4d540ac95cd35c6ebab6afb7eae2bcac7b277a5; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < 5bd8b764a610b6b6bc0c4d3d01652747f6e0b5c3; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < b74d313567dfc1b7e56629ddbad04e728686f235; >= ae2be35cbed2c8385e890147ea321a3fcc3ca5fa, < 36cdf5d48ca191dcd71c28cadbe0981b1d25318d; >= 6.6.66, < 6.6.157 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80979?
How severe is CVE-2026-80979?
How do I fix CVE-2026-80979?
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-80973In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80974In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80975In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80976In the Linux kernel, the following vulnerability has been re…9.8
- 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-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-80984In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80979?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
