Lucene search
+L

41 matches found

OSV
OSV
added 2026/08/15 6:22 a.m.5 views

UBUNTU-CVE-2026-74385

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: check return value of nvmettcpsetqueuesock The return value of nvmettcpsetqueuesock is currently ignored in nvmettcptlshandshakedone. If it fails e.g., due to the socket not being in TCPESTABLISHED state, the socket...

7.5CVSS5.4AI score0.00432EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.14 views

PT-2026-72988

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release iso sock kill tests !sock flagsk, SOCK ZAPPED || sk-sk socket || sock flagsk, SOCK DEAD for early return, but this is always true since sock orphansk sets SOCK DEAD, so the sk...

5.4AI score0.00168EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.16 views

CVE-2026-64406

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix UAF in btacceptdequeue btacceptget takes a temporary reference before dropping the accept queue lock. btacceptdequeue currently drops that reference before btacceptunlink, leaving only the queue reference...

8CVSS5.3AI score0.00274EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.18 views

PT-2026-61307

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A kernel paging request crash occurs in the can rx unregister function within net/can/af can.c when a virtual CAN device vxcan is enslaved to a bonding master. This happens because the...

5.2AI score0.00181EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/07/03 8:02 a.m.12 views

Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()

...

8CVSS6.1AI score0.00258EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/02 12:00 a.m.38 views

PT-2026-55234

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the Bluetooth L2CAP socket cleanup process. The problem occurs during a race condition between l2cap sock cleanup listen and l2cap conn del. Specifically...

8CVSS6AI score0.00258EPSS
SaveExploits0
NVD
NVD
added 2026/02/14 4:15 p.m.14 views

CVE-2026-23150

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix memleak in nfcllcpsenduiframe. syzbot reported various memory leaks related to NFC, struct nfcllcpsock, skbuff, nfcdev, etc. 0 The leading log hinted that nfcllcpsenduiframe failed to allocate skb due to sockerrors...

5.5CVSS0.00115EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/02/10 12:00 a.m.9 views

Siemens SCALANCE and RUGGEDCOM Improper Input Validation (CVE-2025-39860)

"In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free in l2capsockcleanuplisten syzbot reported the splat below without a repro. In the splat, a single thread calling btacceptdequeue freed sk and touched it after that. The root cause would be the racy...

8CVSS6.3AI score0.00226EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.9 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005175)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005175 advisory. In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free of kernel socket in cleanupbearer. syzkaller reported a use-after-free o...

7.8CVSS6.6AI score0.00243EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.12 views

kernel: net: af_can: do not leave a dangling sk pointer in can_create()

In the Linux kernel, the following vulnerability has been resolved: net: afcan: do not leave a dangling sk pointer in cancreate On error cancreate frees the allocated sk object, but sockinitdata has already attached it to the provided sock object. This will leave a dangling sk pointer in the sock...

7.8CVSS6.8AI score0.0023EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.11 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: Bluetooth: Fixed a use-after-free in l2capsockcleanuplisten. syzbot reported the issue without providing a reproducible example. In the reported issue, a single thread called btacceptdequeue freed the socket sk and touched it...

8CVSS7.5AI score0.00226EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2025-13191

Malicious code in bioql PyPI...

6.5AI score0.00191EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2024-53290

Malicious code in bioql PyPI...

7.8CVSS7.2AI score0.00243EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/22 11:22 p.m.12 views

SUSE CVE-2025-39852

In the Linux kernel, the following vulnerability has been resolved: net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6 When tcpaocopyallmatching fails in tcpv6synrecvsock it just exits the function. This ends up causing a memory-leak: unreferenced object 0xffff0000281a8200 size...

5.5CVSS6.5AI score0.00144EPSS
SaveExploits0References9
Microsoft CVE
Microsoft CVE
added 2025/09/21 8:02 a.m.14 views

Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()

...

8CVSS6.9AI score0.00226EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/19 11:33 p.m.10 views

SUSE CVE-2023-53426

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix xskdiag use-after-free error during socket cleanup Fix a use-after-free error that is possible if the xskdiag interface is used after the socket has been unbound from the device. This can happen either due to the socket...

5.5CVSS6.7AI score0.00151EPSS
SaveExploits0References15
NVD
NVD
added 2025/09/19 4:15 p.m.20 views

CVE-2025-39860

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free in l2capsockcleanuplisten syzbot reported the splat below without a repro. In the splat, a single thread calling btacceptdequeue freed sk and touched it after that. The root cause would be the racy...

8CVSS0.00226EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/19 3:26 p.m.20 views

CVE-2025-39852 net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6

In the Linux kernel, the following vulnerability has been resolved: net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6 When tcpaocopyallmatching fails in tcpv6synrecvsock it just exits the function. This ends up causing a memory-leak: unreferenced object 0xffff0000281a8200 size...

0.00144EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/19 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2023-53426

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: xsk: Fix xskdiag use-after-free error during socket cleanup Fix a use-after-free error that ...

7.8CVSS6.3AI score0.00151EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/09/18 4:04 p.m.5 views

CVE-2023-53426 xsk: Fix xsk_diag use-after-free error during socket cleanup

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix xskdiag use-after-free error during socket cleanup Fix a use-after-free error that is possible if the xskdiag interface is used after the socket has been unbound from the device. This can happen either due to the socket...

6.3AI score0.00151EPSS
SaveExploits0References4
Rows per page
Query Builder