Lucene search
+L

177 matches found

UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.10 views

CVE-2023-54164

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix isoconn related locking and validity issues sk-skstate indicates whether isopisk-conn is valid. Operations that check/update skstate and access conn should hold locksock, otherwise they can race. The order of...

8CVSS5.7AI score0.00276EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 12:08 p.m.10 views

CVE-2023-54164 Bluetooth: ISO: fix iso_conn related locking and validity issues

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix isoconn related locking and validity issues sk-skstate indicates whether isopisk-conn is valid. Operations that check/update skstate and access conn should hold locksock, otherwise they can race. The order of...

8CVSS6.2AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/11/13 12:48 p.m.13 views

CVE-2025-40141

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix possible UAF on isoconnfree This attempt to fix similar issue to scoconnfree where if the conn-sk is not set to NULL may lead to UAF on isoconnfree. Mitigation Mitigation for this issue is either not available...

7.3CVSS5.3AI score0.00302EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/11/13 12:24 a.m.12 views

SUSE CVE-2025-40141

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix possible UAF on isoconnfree This attempt to fix similar issue to scoconnfree where if the conn-sk is not set to NULL may lead to UAF on isoconnfree...

6.3CVSS6.5AI score0.00302EPSS
SaveExploits0References22
EUVD
EUVD
added 2025/11/12 12:30 p.m.11 views

EUVD-2025-124942

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix possible UAF on isoconnfree This attempt to fix similar issue to scoconnfree where if the conn-sk is not set to NULL may lead to UAF on isoconnfree...

5.8AI score0.00302EPSS
SaveExploits0References6
NVD
NVD
added 2025/11/12 11:15 a.m.12 views

CVE-2025-40141

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix possible UAF on isoconnfree This attempt to fix similar issue to scoconnfree where if the conn-sk is not set to NULL may lead to UAF on isoconnfree...

8CVSS0.00302EPSS
SaveExploits0References5
OSV
OSV
added 2025/11/12 11:15 a.m.15 views

UBUNTU-CVE-2025-40141

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix possible UAF on isoconnfree This attempt to fix similar issue to scoconnfree where if the conn-sk is not set to NULL may lead to UAF on isoconnfree...

8CVSS5.7AI score0.00302EPSS
SaveExploits0References23
Cvelist
Cvelist
added 2025/11/12 10:23 a.m.24 views

CVE-2025-40141 Bluetooth: ISO: Fix possible UAF on iso_conn_free

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix possible UAF on isoconnfree This attempt to fix similar issue to scoconnfree where if the conn-sk is not set to NULL may lead to UAF on isoconnfree...

8CVSS0.00302EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.4 views

EUVD-2024-53782

Malicious code in bioql PyPI...

7.3AI score0.00181EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/22 12:00 a.m.14 views

PT-2025-46616

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the Bluetooth ISO component of the Linux kernel. Specifically, the vulnerability occurs during the iso conn free function, potentially leading to a...

6.4CVSS7.3AI score0.00302EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.9 views

kernel: Bluetooth: iso: Always release hdev at the end of iso_listen_bis

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Always release hdev at the end of isolistenbis Since hcigetroute holds the device before returning, the hdev should be released with hcidevput at the end of isolistenbis even if the function returns with an error...

5.5CVSS6.8AI score0.00181EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.7 views

kernel: Bluetooth: ISO: Fix not validating setsockopt user input

CVE-2024-35964 is a vulnerability in the Linux kernel’s Bluetooth ISO implementation. It occurs because the setsockopt function does not properly validate the size of user-provided data before copying it into kernel memory. This flaw can lead to buffer overflows, potentially resulting in crashes ...

7.1CVSS7.6AI score0.0025EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: Bluetooth: ISO: Fixed multiple calls to isoinit when debugfs is disabled. If bt DebugFS is not created successfully—which occurs if CONFIGDEBUGFS or CONFIGDEBUGFSALLOWALL is not set—then isoinit returns early without setting...

7.8CVSS6.4AI score0.00214EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/12 12:15 a.m.6 views

SUSE CVE-2024-54191

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isoconnbigsync This fixes the circular locking dependency warning below, by reworking isosockrecvmsg, to ensure that the socket lock is always released before calling a function that locks hde...

4.7CVSS7.6AI score0.00137EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/11 3:15 p.m.4 views

UBUNTU-CVE-2024-57879

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Always release hdev at the end of isolistenbis Since hcigetroute holds the device before returning, the hdev should be released with hcidevput at the end of isolistenbis even if the function returns with an error...

5.5CVSS5.7AI score0.00181EPSS
SaveExploits0References21
OSV
OSV
added 2025/01/11 1:15 p.m.3 views

DEBIAN-CVE-2024-54460

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

5.5CVSS5.7AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.2 views

DEBIAN-CVE-2024-54191

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isoconnbigsync This fixes the circular locking dependency warning below, by reworking isosockrecvmsg, to ensure that the socket lock is always released before calling a function that locks hde...

5.5CVSS5.6AI score0.00137EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/11 1:15 p.m.15 views

CVE-2024-54191

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isoconnbigsync This fixes the circular locking dependency warning below, by reworking isosockrecvmsg, to ensure that the socket lock is always released before calling a function that locks hde...

5.5CVSS0.00137EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/11 1:15 p.m.7 views

UBUNTU-CVE-2024-54460

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

5.5CVSS6.2AI score0.00138EPSS
SaveExploits0References21
OSV
OSV
added 2025/01/11 12:29 p.m.10 views

CVE-2024-54191 Bluetooth: iso: Fix circular lock in iso_conn_big_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isoconnbigsync This fixes the circular locking dependency warning below, by reworking isosockrecvmsg, to ensure that the socket lock is always released before calling a function that locks hde...

5.5CVSS6AI score
SaveExploits0References5
Rows per page
Query Builder