Lucene search
+L

19267 matches found

CVE
CVE
added 2026/08/15 12:27 p.m.24 views

CVE-2026-74538

Vulnerability CVE-2026-74538 affects the Linux kernel Bluetooth ISO handling. Accessing iso_pi(sk)->conn may race with locking because lock_sock is not ensured in the ev3 portion of iso_connect_ind, and conn may be NULL if the socket transitions from LISTEN/CONNECT before locking. A fix adds p...

8.8CVSS5.2AI score0.00239EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74539

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isosockgetname Accessing isopisk-conn requires locksock, which is not held here. Fix by adding the lock/release...

8CVSS5.3AI score0.00249EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.31 views

CVE-2026-74538 Bluetooth: ISO: lock sk in iso_connect_ind

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isoconnectind Accessing isopisk-conn requires locksock, which is not taken in the "ev3" part of isoconnectind. It may also be NULL if socket has transitioned away from the LISTEN/CONNECT states before...

8.8CVSS0.00239EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 12:27 p.m.19 views

CVE-2026-74539

The CVE-2026-74539 entry affects the Linux kernel Bluetooth ISO path. The root cause is that accessing iso_pi(sk)->conn requires lock_sock, but the lock was not held in iso_sock_getname. The fix implemented is to add the appropriate lock and release around this usage. Documents from NVD/SUSE/O...

8CVSS5.2AI score0.00249EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.13 views

CVE-2026-74539 Bluetooth: ISO: lock sk in iso_sock_getname

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isosockgetname Accessing isopisk-conn requires locksock, which is not held here. Fix by adding the lock/release...

8CVSS5.4AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74538

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isoconnectind Accessing isopisk-conn requires locksock, which is not taken in the "ev3" part of isoconnectind. It may also be NULL if socket has transitioned away from the LISTEN/CONNECT states before...

8.8CVSS5.3AI score0.00239EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74539

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isosockgetname Accessing isopisk-conn requires locksock, which is not held here. Fix by adding the lock/release...

5.1AI score0.00249EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/08/15 12:27 p.m.8 views

EUVD-2026-59732

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isosockgetname Accessing isopisk-conn requires locksock, which is not held here. Fix by adding the lock/release...

5.3AI score0.00249EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74538 Bluetooth: ISO: lock sk in iso_connect_ind

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isoconnectind Accessing isopisk-conn requires locksock, which is not taken in the "ev3" part of isoconnectind. It may also be NULL if socket has transitioned away from the LISTEN/CONNECT states before...

8.8CVSS5.4AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 12:27 p.m.6 views

EUVD-2026-59729

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release isosockkill tests !sockflagsk, SOCKZAPPED || sk-sksocket || sockflagsk, SOCKDEAD for early return, but this is always true since sockorphansk sets SOCKDEAD, so the sk reference...

5.4AI score0.00168EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74537

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

5.2AI score0.00239EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/15 12:27 p.m.32 views

CVE-2026-74536

In CVE-2026-74536, the Linux kernel Bluetooth ISO stack suffers a leak: iso_sock_kill() can leak the sk reference after socket release or when __iso_sock_close() does not set SOCK_ZAPPED, because sock_orphan(sk) marks SOCK_DEAD. The fix replaces SOCK_DEAD with a dedicated BT_SK_KILLED flag and ad...

5.4AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:27 p.m.23 views

CVE-2026-74537

The CVE-2026-74537 entry concerns the Linux kernel Bluetooth ISO path. A use-after-free could occur when dereferencing conn->sk in iso_conn_ready because the socket was accessed without holding a lock or a refcount. The fix adds a socket refcount in iso_conn_ready and rechecks socket validity ...

8.8CVSS5.3AI score0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.6 views

CVE-2026-74537 Bluetooth: ISO: hold sk properly in iso_conn_ready

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

8.8CVSS5.5AI score
SaveExploits0References6
OSV
OSV
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74536 Bluetooth: ISO: fix leaking sk after socket release

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release isosockkill tests !sockflagsk, SOCKZAPPED || sk-sksocket || sockflagsk, SOCKDEAD for early return, but this is always true since sockorphansk sets SOCKDEAD, so the sk reference...

5.6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74537

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

8.8CVSS5.3AI score0.00239EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 12:27 p.m.7 views

EUVD-2026-59730

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

5.4AI score0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.33 views

CVE-2026-74537 Bluetooth: ISO: hold sk properly in iso_conn_ready

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

8.8CVSS0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.30 views

CVE-2026-74536 Bluetooth: ISO: fix leaking sk after socket release

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release isosockkill tests !sockflagsk, SOCKZAPPED || sk-sksocket || sockflagsk, SOCKDEAD for early return, but this is always true since sockorphansk sets SOCKDEAD, so the sk reference...

0.00168EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74536

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release isosockkill tests !sockflagsk, SOCKZAPPED || sk-sksocket || sockflagsk, SOCKDEAD for early return, but this is always true since sockorphansk sets SOCKDEAD, so the sk reference...

5.3AI score0.00168EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder