Lucene search
+L

47 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 9:28 p.m.4 views

CVE-2026-80980

A flaw was found in the Linux kernel's SMC Server Message Block over Remote Direct Memory Access protocol implementation. A concurrency issue exists where three connection state flags killed, freed, and outofsync share a single byte in the smcconnection structure without proper locking mechanisms...

4.8CVSS
SaveExploits0References6
NVD
NVD
added 2026/09/11 8:19 p.m.4 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...

SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/09/09 12:00 a.m.6 views

The vulnerability of the smc_v2_determine_accepted_chid() function in the net/smc/af_smc.c module of the SMC protocol family in the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the smcv2determineacceptedchid function in the net/smc/afsmc.c module of the SMC protocol family in the Linux operating system’s kernel is related to the use of pointers. Exploiting this vulnerability could allow a remote attacker to cause service interruptions...

7.8CVSS0.00501EPSS
SaveExploits0References12Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/08/25 12:00 a.m.6 views

The vulnerability of the smc_rx_pipe_buf_release() function in the net/smc/smc_rx.c module of the SMC protocol family, which is part of the Linux operating system’s kernel, allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the smcrxpipebufrelease function in the net/smc/smcrx.c module of the SMC protocol family implementation in the Linux operating system’s kernel is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the...

7.8CVSS4.2AI score0.00131EPSS
SaveExploits0References14Affected Software3
NVD
NVD
added 2026/08/22 4:16 p.m.29 views

CVE-2026-74692

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
BDU FSTEC
BDU FSTEC
added 2026/07/30 12:00 a.m.8 views

The vulnerability of the smc_tcp_syn_recv_sock() function in the net/smc/af_smc.c module of the SMC protocol family implementation in Linux kernel allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the smctcpsynrecvsock function in the net/smc/afsmc.c module of the SMC protocol family implementation in Linux’s kernel relates to the reutilization of previously freed memory. Exploiting this vulnerability allows a remote attacker to compromise the confidentiality, integrit...

10CVSS6.5AI score0.0056EPSS
SaveExploits0References12Affected Software3
NVD
NVD
added 2026/07/19 4:17 p.m.15 views

CVE-2026-64048

In the Linux kernel, the following vulnerability has been resolved: net/smc: reject CHID-0 ACCEPT that matches an empty ismdev slot On the SMC-D client, slot 0 of ini-ismdev/ini-ismchid is reserved for an SMC-Dv1 device. smcfindismv2deviceclnt populates V2 entries starting at index 1, so when no ...

7.5CVSS0.00501EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.17 views

CVE-2026-64048

In the Linux kernel, the following vulnerability has been resolved: net/smc: reject CHID-0 ACCEPT that matches an empty ismdev slot On the SMC-D client, slot 0 of ini-ismdev/ini-ismchid is reserved for an SMC-Dv1 device. smcfindismv2deviceclnt populates V2 entries starting at index 1, so when no ...

7.5CVSS5.2AI score0.00501EPSS
SaveExploits0
CVE
CVE
added 2026/04/03 3:15 p.m.54 views

CVE-2026-23450

CVE-2026-23450 (Linux kernel): The issue stems from a race in the SMC TCP path (net/smc) where, during close of an SMC listen socket, sk_user_data can be NULL or the smc_sock freed, causing a NULL dereference or use-after-free in smc_tcp_syn_recv_sock() when accessed under rcu/protected context. ...

9.8CVSS5.7AI score0.0056EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/02/16 12:00 a.m.15 views

Oracle Linux 10 : kernel (ELSA-2026-2721)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-2721 advisory. - nvme-tcp: fix NULL pointer dereferences in nvmettcpbuildpduiovec CKI Backport Bot RHEL-144335 CVE-2026-22998 - smc: Fix use-after-free in...

8CVSS5.9AI score0.00723EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/09 12:00 a.m.136 views

CVE-2023-53781

CVE-2023-53781 affects the Linux kernel: a use-after-free in tcp_write_timer_handler() can occur when SMC creates a kernel socket (__smc_create()) and the socket is freed without stopping TCP timers if the parent SMC socket’s sk_state isn’t TCP_CLOSE. The issue arises because inet_csk_destroy_soc...

7.8CVSS6AI score0.00144EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.6 views

kernel: smc: Fix use-after-free in tcp_write_timer_handler()

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in tcpwritetimerhandler. With Eric's ref tracker, syzbot finally found a repro for use-after-free in tcpwritetimerhandler by kernel TCP sockets. 0 If SMC creates a kernel socket in smccreate, the kernel...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/29 12:24 a.m.10 views

SUSE CVE-2025-40064

In the Linux kernel, the following vulnerability has been resolved: smc: Fix use-after-free in pnetfindbasendev. syzbot reported use-after-free of netdevice in pnetfindbasendev, which was called during connect. 0 smcpnetfindismresource fetches skdstgetsk-dev and passes down to pnetfindbasendev,...

5.5CVSS6.2AI score0.0014EPSS
SaveExploits0References24
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2022-15546

Malicious code in bioql PyPI...

7.5CVSS7.7AI score0.01713EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/19 4:15 p.m.13 views

CVE-2025-39857

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix one NULL pointer dereference in smcibissgneedsync BUG: kernel NULL pointer dereference, address: 00000000000002ec PGD 0 P4D 0 Oops: Oops: 0000 1 SMP PTI CPU: 28 UID: 0 PID: 343 Comm: kworker/28:1 Kdump: loaded Tainte...

7.5CVSS0.00306EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/19 4:15 p.m.5 views

DEBIAN-CVE-2025-39857

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix one NULL pointer dereference in smcibissgneedsync BUG: kernel NULL pointer dereference, address: 00000000000002ec PGD 0 P4D 0 Oops: Oops: 0000 1 SMP PTI CPU: 28 UID: 0 PID: 343 Comm: kworker/28:1 Kdump: loaded Tainte...

5.5CVSS5.3AI score0.00306EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/18 1:33 p.m.52 views

CVE-2023-53382

Concrete CVE-2023-53382 relates to the Linux kernel net/smc CLC handshake. When a server tries SMCRv2 first and then falls back to SMCRv1 due to buffer/RMB registration failures, resource cleanup gaps can leave conn->lnk set to the SMCRv2 link and conn->lgr/conn->lnk mixed, causing smc_c...

9.8CVSS6.1AI score0.00289EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2025/09/05 6:15 p.m.7 views

CVE-2025-38734

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF on smcsk after smclistenout BPF CI testing report a UAF issue: 16.446633 BUG: kernel NULL pointer dereference, address: 000000000000003 0 16.447134 PF: supervisor read access in kernel mod e 16.447516 PF:...

9.8CVSS0.00451EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2025/04/17 10:48 a.m.6 views

Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52927: netfilter: allow exp not to be removed in nfctfindexpectation bsc1239644. CVE-2024-26708: mptcp: fix inconsistent state on fastopen race...

8.6CVSS7.8AI score0.36848EPSS
SaveExploits8References1286
SUSE Linux
SUSE Linux
added 2025/04/08 3:36 p.m.13 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52927: netfilter: allow exp not to be removed in nfctfindexpectation bsc1239644. CVE-2024-35910: tcp: properly terminate timers for kernel sockets...

8.5CVSS8.4AI score0.36848EPSS
SaveExploits7References834
Rows per page
Query Builder