Lucene search
+L

2108 matches found

NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-80982

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smcrxpipebufrelease smcrxsplice hands RMB pages to a pipe and takes a socket reference per entry so the smcsock stays alive until the reader finishes. The connection does not: a concurrent close run...

7.8CVSS0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76464

In the Linux kernel, the following vulnerability has been resolved: nouveau/gem: reserve the bo in the info ioctl around the vma lookup In the non-uvmm path, there could be a race between the info lookup finding the vma, and the gem close path closing the vma leading to a use-after-free. Spotted...

0.00134EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80982

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smcrxpipebufrelease smcrxsplice hands RMB pages to a pipe and takes a socket reference per entry so the smcsock stays alive until the reader finishes. The connection does not: a concurrent close run...

7.8CVSS0.00159EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:42 p.m.5 views

CVE-2026-80982 net/smc: fix use-after-free in smc_rx_pipe_buf_release()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smcrxpipebufrelease smcrxsplice hands RMB pages to a pipe and takes a socket reference per entry so the smcsock stays alive until the reader finishes. The connection does not: a concurrent close run...

6.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:42 p.m.27 views

CVE-2026-80982 net/smc: fix use-after-free in smc_rx_pipe_buf_release()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smcrxpipebufrelease smcrxsplice hands RMB pages to a pipe and takes a socket reference per entry so the smcsock stays alive until the reader finishes. The connection does not: a concurrent close run...

7.8CVSS0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76305

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smcrxpipebufrelease smcrxsplice hands RMB pages to a pipe and takes a socket reference per entry so the smcsock stays alive until the reader finishes. The connection does not: a concurrent close run...

0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.15 views

CVE-2026-80982

CVE-2026-80982 is a use-after-free in the Linux kernel's SMC (Shared Memory Communications) network protocol (net/smc). The root cause is a race condition in smc_rx_pipe_buf_release(): it checks sk_state before acquiring the socket lock, so a concurrent smc_conn_free() can release the connection ...

7.8CVSS0.00159EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/11 11:24 a.m.9 views

CVE-2026-87776 compression vulnerable to Denial of Service via memory leak on premature response close

compression is a Node.js and Express compression middleware. In versions before 1.8.2, when a client aborts the connection while a compressed response is still being sent, the zlib stream created to compress that response is never destroyed, so each aborted compressed response leaks its native zl...

7.5CVSS0.00363EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 11:24 a.m.19 views

CVE-2026-87776

compression is a Node.js and Express compression middleware. In versions before 1.8.2 , when a client aborts a connection while a compressed response is still being sent, the associated zlib stream is never destroyed, causing native zlib memory to leak with each aborted response. A remote unauthe...

7.5CVSS0.00363EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90114

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not dereference an unset send buffer on the SMC-D teardown path smc close stream wait calls smc tx prepared sends from inside its sk wait event condition, and sk wait event evaluates that condition once with the socke...

0.002EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.8 views

PT-2026-90112

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free in smc rx pipe buf release smc rx splice hands RMB pages to a pipe and takes a socket reference per entry so the smc sock stays alive until the reader finishes. The connection does not: a concurrent...

0.00159EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/10 4:34 p.m.5 views

ws: ws: Uninitialized memory disclosure via `websocket.close()` with `TypedArray`

A flaw was found in ws, an open source WebSocket client and server for Node.js. The websocket.close implementation is vulnerable to uninitialized memory disclosure when a TypedArray is passed as the reason argument. This can lead to the disclosure of sensitive information from uninitialized memor...

7.5CVSS0.00745EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/09/09 4:10 p.m.7 views

EUVD-2026-75088

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix use-after-free of listener socket in isoconnready isoconnready looks up the BIS listener socket with isogetsock, which takes a reference, and then, without re-checking its state, creates a child socket from it...

0.00219EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 4:10 p.m.22 views

CVE-2026-80914

CVE-2026-80914 is a use-after-free vulnerability in the Linux kernel's Bluetooth ISO subsystem , specifically in the iso_conn_ready() function. When a BIS listener socket is closed concurrently between iso_get_sock() and lock_sock(), the socket may be freed while a child socket remains linked to ...

8.8CVSS0.00219EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/09 3:17 p.m.6 views

CVE-2026-87825

zstd-jni before 1.5.7-14 contains a use-after-free vulnerability where streams and contexts hold a dictionary's shared lock only during the load call, allowing the dictionary to be closed while still referenced. Attackers can close a dictionary after associating it with a stream or context, causi...

7.7CVSS0.00133EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/09 2:32 p.m.32 views

CVE-2026-87877 zstd-jni 1.3.8-4 through 1.5.7-13 Use-After-Free via Setters Called After close()

zstd-jni versions before 1.5.7-14 fail to validate closed state in setDict, setLongMax, setLevel and setRefMultipleDDicts methods of stream classes. Attackers can call these methods on closed streams to write through freed native pointers, corrupting unrelated objects or crashing the JVM...

7.7CVSS0.00201EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/09/09 1:42 p.m.6 views

undici: undici: Denial of Service via WebSocketStream unclean close

A flaw was found in undici's experimental WebSocketStream client. A remote attacker, operating as an untrusted server, can trigger a Denial of Service DoS by closing the TCP connection without a proper WebSocket close handshake. This action causes an unhandled error in the client, leading to the...

5.9CVSS0.00353EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/08 9:44 p.m.6 views

tomcat-embed-core-9.0.31-CVE-2020-11996

请参见 TestHttp2Section51.java 的 testImplicitCloseLargeId 单元测试中的 PoC:https://github.com/rusakovichma/tomcat-embed-core-9.0.31-CVE-2020-11996/blob/master/test/org/apache/coyote/http2/TestHttp2Section51.java...

7.5CVSS7.7AI score0.26699EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/06 12:00 a.m.4 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-053245)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-053245 advisory. In the Linux kernel, the following vulnerability has been resolved: netlink: terminate outstanding dump on socket close Netlink supports iterative dumping of data. I...

7.8CVSS6.6AI score0.00244EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2026/09/05 12:26 a.m.11 views

SUSE CVE-2026-80848

In the Linux kernel, the following vulnerability has been resolved: xfrm: espintcp: fix UAF during close ZDI reported and analyzed a race condition during close for espintcp sockets: espintcpclose frees emsg-skb via kfreeskb without holding any socket lock. Concurrently, the xfrmtransreinject wor...

6.1AI score0.00195EPSS
SaveExploits0References2
Rows per page
Query Builder