Lucene search
+L

266532 matches found

CVE
CVE
added 2026/09/11 7:42 p.m.19 views

CVE-2026-80981

CVE-2026-80981 is a use-after-free in the Linux kernel's net/smc (Scalable Multiconnect) networking component, specifically in smc_llc_srv_add_link(). The function retains a pointer (add_llc) into an LLC queue entry, then frees that entry via smc_llc_flow_qentry_del(), and subsequently dereferenc...

9.8CVSS6.8AI score0.00588EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80981 net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free of the LLC qentry in smcllcsrvaddlink smcllcsrvaddlink keeps addllc pointing into the queue entry: addllc = &qentry-msg.addlink; smcllc.c:1482 ... smcllcsaveaddlinkinfolinknew, addllc; smcllc.c:1494...

9.8CVSS6.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.27 views

CVE-2026-80981 net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free of the LLC qentry in smcllcsrvaddlink smcllcsrvaddlink keeps addllc pointing into the queue entry: addllc = &qentry-msg.addlink; smcllc.c:1482 ... smcllcsaveaddlinkinfolinknew, addllc; smcllc.c:1494...

9.8CVSS0.00588EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-80981

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free of the LLC qentry in smcllcsrvaddlink smcllcsrvaddlink keeps addllc pointing into the queue entry: addllc = &qentry-msg.addlink; smcllc.c:1482 ... smcllcsaveaddlinkinfolinknew, addllc; smcllc.c:1494...

9.8CVSS6.9AI score0.00588EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76304

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free of the LLC qentry in smcllcsrvaddlink smcllcsrvaddlink keeps addllc pointing into the queue entry: addllc = &qentry-msg.addlink; smcllc.c:1482 ... smcllcsaveaddlinkinfolinknew, addllc; smcllc.c:1494...

6.8AI score0.00588EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80980

In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and outofsync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smcconnection and every store to one is a read-modify-write of the other two: u...

9.8CVSS5.9AI score0.00605EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.12 views

CVE-2026-80979

CVE-2026-80979 is a use-after-free in the Linux kernel's Shared Memory Communications (SMC) component (net/smc). During connection termination, a race between smc_conn_free() and smc_lgr_terminate_sched() allows the device to re-arm the receive tasklet after tasklet_kill() returns. On the DMB-noc...

7.8CVSS6AI score0.00128EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76303

In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and outofsync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smcconnection and every store to one is a read-modify-write of the other two: u...

5.8AI score0.00605EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:42 p.m.7 views

EUVD-2026-76302

In the Linux kernel, the following vulnerability has been resolved: net/smc: unregister the connection before draining the rx tasklet smcconnfree calls smcismunsetconn only while the link group is still on its device list, and never sets conn-killed. smclgrterminatesched unlinks the group...

6AI score0.00128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.28 views

CVE-2026-80979 net/smc: unregister the connection before draining the rx tasklet

In the Linux kernel, the following vulnerability has been resolved: net/smc: unregister the connection before draining the rx tasklet smcconnfree calls smcismunsetconn only while the link group is still on its device list, and never sets conn-killed. smclgrterminatesched unlinks the group...

7.8CVSS0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.26 views

CVE-2026-80980 net/smc: stop killed, freed and out_of_sync sharing a byte

In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and outofsync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smcconnection and every store to one is a read-modify-write of the other two: u...

9.8CVSS0.00605EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:42 p.m.7 views

CVE-2026-80980 net/smc: stop killed, freed and out_of_sync sharing a byte

In the Linux kernel, the following vulnerability has been resolved: net/smc: stop killed, freed and outofsync sharing a byte The three connection state flags are single-bit bitfields, so they occupy one byte of struct smcconnection and every store to one is a read-modify-write of the other two: u...

9.8CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80979 net/smc: unregister the connection before draining the rx tasklet

In the Linux kernel, the following vulnerability has been resolved: net/smc: unregister the connection before draining the rx tasklet smcconnfree calls smcismunsetconn only while the link group is still on its device list, and never sets conn-killed. smclgrterminatesched unlinks the group...

7.8CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:42 p.m.15 views

CVE-2026-80980

CVE-2026-80980 is a race condition in the Linux kernel's SMC (Server Message Block over Remote Direct Memory Access) protocol. Three single-bit flags (killed, freed, out_of_sync) in struct smc_connection share a single byte and are written from concurrent contexts—smc_cdc_msg_validate() from a re...

9.8CVSS5.8AI score0.00605EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80979

In the Linux kernel, the following vulnerability has been resolved: net/smc: unregister the connection before draining the rx tasklet smcconnfree calls smcismunsetconn only while the link group is still on its device list, and never sets conn-killed. smclgrterminatesched unlinks the group...

7.8CVSS6.1AI score0.00128EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:42 p.m.14 views

CVE-2026-80978

CVE-2026-80978 affects the Linux kernel networking subsystem, specifically the IP tunnel devices. When a local attacker stacks user-created IP tunnel devices, the derived needed_headroom can exceed the 16-bit skb header offset range, causing those offsets to wrap during skb head expansion. The fi...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80978

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76301

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

5.8AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80978 net: cap advertised IP tunnel headroom

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

7.8CVSS5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.29 views

CVE-2026-80978 net: cap advertised IP tunnel headroom

In the Linux kernel, the following vulnerability has been resolved: net: cap advertised IP tunnel headroom IP tunnel devices derive their advertised neededheadroom from lower output devices. A stack of user-created devices can make the derived value larger than the 16-bit skb header offsets can...

7.8CVSS0.00129EPSS
SaveExploits0References8
Rows per page
Query Builder