Lucene search
+L

286 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 1:32 p.m.6 views

CVE-2026-74692

A flaw was found in the Linux kernel's net/smc component. A time-of-check to time-of-use TOCTOU race condition allows a remote attacker to exploit a window where the listener's state is checked without proper locking. By opening TCP connections while the server is closing, an attacker can cause a...

7.5CVSS5.5AI score0.0049EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74692 net/smc: fix TOCTOU race between smc_listen_out() and listener close

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

5.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.27 views

CVE-2026-74692 net/smc: fix TOCTOU race between smc_listen_out() and listener close

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

7.5CVSS0.0049EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/22 3:32 p.m.19 views

CVE-2026-74692

A TOCTOU race condition in the Linux kernel's net/smc module allows a remote attacker to trigger kernel memory exhaustion. The function smc_listen_out() reads the listener's socket state without holding the listener lock, then acquires the lock only afterward. This window lets smc_close_active() ...

7.5CVSS5.6AI score0.0049EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74692

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only...

7.5CVSS5.6AI score0.0049EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/19 5:43 p.m.6 views

CVE-2026-74493

A flaw was found in the Linux kernel's net/smc component. A use-after-free vulnerability occurs during link group termination when a concurrent close operation unregisters a connection and frees its socket before the termination worker can properly hold the socket. This race condition can lead to...

9.8CVSS5.4AI score0.005EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 12:27 p.m.14 views

EUVD-2026-59686

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix socket use-after-free during link group termination smclgrterminate drops connslock after finding a connection in lgr-connsall, but before taking a reference on its socket. The connection is embedded in the socket, a...

5.6AI score0.005EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.17 views

CVE-2026-74493

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix socket use-after-free during link group termination smclgrterminate drops connslock after finding a connection in lgr-connsall, but before taking a reference on its socket. The connection is embedded in the socket, a...

5.4AI score0.005EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/28 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-64541

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/smc: fix UAF in smccdcrxhandler by pinning the socket smccdcrxhandler looks up the connection by token under the link group's connslock, drops the lock, and...

9.8CVSS5.3AI score0.00565EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/27 8:10 p.m.12 views

CVE-2026-64541

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF in smccdcrxhandler by pinning the socket smccdcrxhandler looks up the connection by token under the link group's connslock, drops the lock, and then dereferences conn and the smcsock derived from it, ending in...

9.8CVSS5.6AI score0.00565EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/21 1:01 p.m.10 views

SUSE CVE-2026-64005

In the Linux kernel, the following vulnerability has been resolved: net/smc: Do not re-initialize smc hashtables INITHLISTHEAD&smcvhashinfo.ht are called after smcnlinit, protoregister and sockregister. This can lead to smcvhashinfo.ht being reset even though hash entries already exist and are...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64005

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/smc: Do not re-initialize smc hashtables INITHLISTHEAD&smcvhashinfo.ht are called after smcnlinit, protoregister and sockregister. This can lead to...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.10 views

CVE-2026-64005

In the Linux kernel, the following vulnerability has been resolved: net/smc: Do not re-initialize smc hashtables INITHLISTHEAD&smcvhashinfo.ht are called after smcnlinit, protoregister and sockregister. This can lead to smcvhashinfo.ht being reset even though hash entries already exist and are...

7.8CVSS0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:56 p.m.43 views

CVE-2026-64005 net/smc: Do not re-initialize smc hashtables

In the Linux kernel, the following vulnerability has been resolved: net/smc: Do not re-initialize smc hashtables INITHLISTHEAD&smcvhashinfo.ht are called after smcnlinit, protoregister and sockregister. This can lead to smcvhashinfo.ht being reset even though hash entries already exist and are...

7.8CVSS0.00176EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.12 views

PT-2026-61365

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the SMC-D client where the system fails to properly validate the ism dev slot when processing a CHID-0 ACCEPT. Specifically, the smc v2 determine accepted chid functio...

7.5CVSS5.2AI score0.00501EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.17 views

PT-2026-61322

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the net/smc module where INIT HLIST HEAD&smc v hashinfo.ht is called after smc nl init, proto register, and sock register. This sequence can cause the smc v hashinfo.h...

7.8CVSS5.1AI score0.00176EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/06/28 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-53274

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/smc: fix sleep-inside-lock in smcsetsockopt causing local DoS A logic flaw in smcsetsockopt allows a local unprivileged user to cause a Denial of Service Do...

5.5CVSS5.7AI score0.00172EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/06/25 5:47 p.m.13 views

CVE-2026-53274

A flaw was found in the Linux kernel's net/smc component. A local unprivileged user can exploit a logic flaw, specifically a 'sleep-inside-lock' issue within the smcsetsockopt function. By providing a specially crafted memory page, an attacker can cause the system to halt execution, leading to a...

5.5CVSS5.8AI score0.00172EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/25 8:39 a.m.11 views

CVE-2026-53274 net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix sleep-inside-lock in smcsetsockopt causing local DoS A logic flaw in smcsetsockopt allows a local unprivileged user to cause a Denial of Service DoS by holding the socket lock indefinitely. The function smcsetsockopt...

6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/06/24 7:14 a.m.25 views

CVE-2026-52941

In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid NULL deref of conn-lnk in smcmsgevent tracepoint The smcmsgevent tracepoint class, shared by smctxsendmsg and smcrxrecvmsg, unconditionally dereferences smc-conn.lnk: stringname, smc-conn.lnk-ibname conn-lnk is onl...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0
Rows per page
Query Builder