Lucene search
+L

1768 matches found

Cvelist
Cvelist
added 2025/01/11 12:29 p.m.27 views

CVE-2024-54460 Bluetooth: iso: Fix circular lock in iso_listen_bis

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...

0.00138EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/11 12:29 p.m.7 views

CVE-2024-54460 Bluetooth: iso: Fix circular lock in iso_listen_bis

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 score
SaveExploits0References5
CVE
CVE
added 2025/01/11 12:29 p.m.82 views

CVE-2024-54191

CVE-2024-54191 affects the Linux kernel Bluetooth stack (ISO). The issue arises from a circular lock between the socket lock and hdev lock in the ISO path. The fix reworks iso_sock_recvmsg and related code so that the socket lock is released before acquiring hdev, breaking the circular dependency...

5.5CVSS6.5AI score0.00137EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/01/11 12:29 p.m.16 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...

0.00137EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/09 11:58 a.m.25 views

USN-7194-1 linux-azure-5.15 vulnerabilities

Andy Nguyen discovered that the Bluetooth L2CAP implementation in the Linux kernel contained a type-confusion error. A physically proximate remote attacker could use this to cause a denial of service system crash or possibly execute arbitrary code. CVE-2020-12351 Andy Nguyen discovered that the...

9.8CVSS7.4AI score0.07693EPSS
SaveExploits15References408
OSV
OSV
added 2025/01/06 7:07 p.m.18 views

USN-7183-1 linux, linux-lts-xenial vulnerabilities

Andy Nguyen discovered that the Bluetooth L2CAP implementation in the Linux kernel contained a type-confusion error. A physically proximate remote attacker could use this to cause a denial of service system crash or possibly execute arbitrary code. CVE-2020-12351 Andy Nguyen discovered that the...

8.8CVSS7.4AI score0.07693EPSS
SaveExploits8References34
RedhatCVE
RedhatCVE
added 2025/01/06 6:50 p.m.16 views

CVE-2024-56757

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: add intf release flow when usb disconnect MediaTek claim an special usb intr interface for ISO data transmission. The interface need to be released before unregistering hci device when usb disconnect...

5.5CVSS6.8AI score0.00229EPSS
SaveExploits0References4
CVE
CVE
added 2025/01/06 4:20 p.m.204 views

CVE-2024-56757

CVE-2024-56757 affects the Linux kernel btusb Mediatek driver; root cause is not releasing the special USB ISO data interface before unregistering the HCI device on USB disconnect, risking kernel panic. A fix has been implemented in the kernel (references to commits in stable trees); impact is lo...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/01/06 4:20 p.m.15 views

CVE-2024-56757 Bluetooth: btusb: mediatek: add intf release flow when usb disconnect

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: add intf release flow when usb disconnect MediaTek claim an special usb intr interface for ISO data transmission. The interface need to be released before unregistering hci device when usb disconnect...

7.8CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/01/06 4:20 p.m.35 views

CVE-2024-56757 Bluetooth: btusb: mediatek: add intf release flow when usb disconnect

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: add intf release flow when usb disconnect MediaTek claim an special usb intr interface for ISO data transmission. The interface need to be released before unregistering hci device when usb disconnect...

7.8CVSS0.00229EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.23 views

CVE-2024-56605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcreate btsockalloc allocates the sk object and attaches it to the provided sock object. On error l2capsockalloc frees the sk object, but the dangling pointer...

7CVSS6.3AI score0.00241EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:47 p.m.16 views

CVE-2024-56604

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcommsockalloc btsockalloc attaches allocated sk object to the provided sock object. If rfcommdlcalloc fails, we release the sk object, but leave the dangling pointer in th...

6.8CVSS6.8AI score0.00223EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:36 p.m.19 views

CVE-2024-53238

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: adjust the position to init iso data anchor MediaTek iso data anchor init should be moved to where MediaTek claims iso data interface. If there is an unexpected BT usb disconnect during setup flow, it will cause...

5.5CVSS6.8AI score0.00243EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:30 p.m.15 views

CVE-2024-53208

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix slab-use-after-free Read in setpoweredsync This fixes the following crash: ================================================================== BUG: KASAN: slab-use-after-free in setpoweredsync+0x3a/0xc0...

6.8CVSS6.8AI score0.00237EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:30 p.m.13 views

CVE-2024-53207

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible deadlocks This fixes possible deadlocks like the following caused by hcicmdsyncdequeue causing the destroy function to run: INFO: task kworker/u19:0:143 blocked for more than 120 seconds. Tainted: G ...

5.7CVSS6.9AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/28 3:24 a.m.17 views

CVE-2024-56653

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: avoid UAF in btmtkprocesscoredump hcidevcdappend may lead to the release of the skb, so it cannot be accessed once it is called. ================================================================== BUG: KASAN:...

6.7CVSS6.5AI score0.0031EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/28 1:57 a.m.24 views

CVE-2024-56654

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

5.5CVSS6.9AI score0.00227EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56654

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

7.8CVSS0.00227EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 3:15 p.m.19 views

CVE-2024-56653

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: avoid UAF in btmtkprocesscoredump hcidevcdappend may lead to the release of the skb, so it cannot be accessed once it is called. ================================================================== BUG: KASAN:...

8.8CVSS0.0031EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 3:15 p.m.29 views

CVE-2024-56605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2capsockcreate btsockalloc allocates the sk object and attaches it to the provided sock object. On error l2capsockalloc frees the sk object, but the dangling pointer...

7.8CVSS0.00241EPSS
SaveExploits0References9
Rows per page
Query Builder