CVE-2026-80980
Last modified
CVE-2026-80980 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and out_of_sync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smc_connection and every store to one is a read-modify-write of the other two: u8 killed : 1; u8 freed : 1; u8 out_of_sync : 1; They are not written under a common lock. smc_cdc_msg_validate() sets out_of_sync from the receive tasklet, while smc_conn_kill() sets killed from process context under lock_sock(), and the receive path does not defer to the backlog when the socket is owned -- smc_cdc_msg_recv() takes only bh_lock_sock(). Give each flag its own byte so a store no longer touches its neighbours. All readers test them as booleans and are unchanged. 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: stop killed, freed and out_of_sync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smc_connection and every store to one is a read-modify-write of the other two: u8 killed : 1; u8 freed : 1; u8 out_of_sync : 1; They are not written under a common lock. smc_cdc_msg_validate() sets out_of_sync from the receive tasklet, while smc_conn_kill() sets killed from process context under lock_sock(), and the receive path does not defer to the backlog when the socket is owned -- smc_cdc_msg_recv() takes only bh_lock_sock(). Give each flag its own byte so a store no longer touches its neighbours. All readers test them as booleans and are unchanged. struct smc_connection grows by two bytes.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b286a0651e4404ab96cdfdcdad8a839a26b3751e, < 313f79149eb337411c64e2c247234b62ef9a3cb9; >= b286a0651e4404ab96cdfdcdad8a839a26b3751e, < 2cb7a8d64b7e8ccdc69bbe48fe9c4eaa79c33aec; >= b286a0651e4404ab96cdfdcdad8a839a26b3751e, < db51a8658c11a82432b64999519a269c3aabb447 |
| Linux | Linux | 5.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80980?
How severe is CVE-2026-80980?
How do I fix CVE-2026-80980?
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-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-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-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…
- 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
Are you affected by CVE-2026-80980?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
