Lucene search
+L

1768 matches found

NVD
NVD
added 2024/12/27 3:15 p.m.11 views

CVE-2024-56591

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Use disabledelayedworksync This makes use of disabledelayedworksync instead canceldelayedworksync as it not only cancel the ongoing work but also disables new submit which is disarable since the object holding...

8.8CVSS0.00281EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/27 3:15 p.m.21 views

CVE-2024-56590

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix not checking skb length on hciacldatapacket This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some uninitilized/invalid memory past the valid skb-data...

7.6CVSS0.00288EPSS
SaveExploits0References6
CVE
CVE
added 2024/12/27 3:06 p.m.180 views

CVE-2024-56654

CVE-2024-56654 affects the Linux kernel Bluetooth stack. The flaw arises from using rcu_read_(un)lock inside list_for_each_entry_rcu, which is unsafe because entries dereferenced under RCU must be obtained via rcu_dereference(). The advisory states this is not legal and describes a patch that fix...

7.8CVSS6.7AI score0.00227EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/12/27 3:06 p.m.8 views

CVE-2024-56654 Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating

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.8CVSS6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.23 views

CVE-2024-56654 Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating

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
OSV
OSV
added 2024/12/27 3:06 p.m.13 views

CVE-2024-56653 Bluetooth: btmtk: avoid UAF in btmtk_process_coredump

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.8CVSS6.2AI score
SaveExploits0References6
CVE
CVE
added 2024/12/27 3:06 p.m.237 views

CVE-2024-56653

CVE-2024-56653 is a Linux kernel vulnerability in the Bluetooth btmtk pathway that can cause a slab-use-after-free in btmtk_process_coredump when handling coredumps. The issue arises because hci_devcd_append may release an sk_buff, after which the code can still access the freed object; a KASAN r...

8.8CVSS6.2AI score0.0031EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 3:06 p.m.8 views

CVE-2024-56653 Bluetooth: btmtk: avoid UAF in btmtk_process_coredump

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.8CVSS7.2AI score0.0031EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.34 views

CVE-2024-56653 Bluetooth: btmtk: avoid UAF in btmtk_process_coredump

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
CVE
CVE
added 2024/12/27 2:51 p.m.225 views

CVE-2024-56605

CVE-2024-56605 is a Linux kernel vulnerability in Bluetooth L2CAP handling. The issue arises when bt_sock_alloc() creates an sk object and attaches it to a sock; on error, l2cap_sock_alloc() frees the sk but leaves a dangling sk pointer attached to the sock, allowing a potential use-after-free in...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.8 views

CVE-2024-56605 Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()

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.5AI score0.00241EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.31 views

CVE-2024-56605 Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()

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
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/12/27 2:51 p.m.18 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.8CVSS5.6AI score0.00241EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/12/27 2:51 p.m.29 views

CVE-2024-56604 Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()

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

7.8CVSS0.00223EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 2:51 p.m.211 views

CVE-2024-56604

Summary (CVE-2024-56604): In the Linux kernel, Bluetooth RFCOMM can leave a dangling sk pointer in rfcomm_sock_alloc() when rfcomm_dlc_alloc() fails, leading to a use-after-free. The root cause is bt_sock_alloc() attaching the sk to the sock object and the code path not clearing the pointer on fa...

7.8CVSS6.5AI score0.00223EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/12/27 2:50 p.m.174 views

CVE-2024-56591

CVE-2024-56591 affects the Linux kernel Bluetooth subsystem, specifically hci_conn. The issue stems from using cancel_delayed_work_sync, which cancels ongoing work but may allow new work and can lead to the object being freed in hci_conn. The vendor advisories describe the root cause as related t...

8.8CVSS6.6AI score0.00281EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:50 p.m.32 views

CVE-2024-56591 Bluetooth: hci_conn: Use disable_delayed_work_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Use disabledelayedworksync This makes use of disabledelayedworksync instead canceldelayedworksync as it not only cancel the ongoing work but also disables new submit which is disarable since the object holding...

8.8CVSS0.00281EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/27 2:50 p.m.2339 views

CVE-2024-56590

The CVE-2024-56590 entry concerns the Linux kernel Bluetooth stack (hci_core) and a fix for not checking whether skb actually contains an ACL header in hci_acldata_packet. The issue could cause access to uninitialized/invalid memory beyond skb->data when an ACL header is absent. The fix is a k...

7.6CVSS6.7AI score0.00288EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/12/27 2:50 p.m.22 views

CVE-2024-56590 Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix not checking skb length on hciacldatapacket This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some uninitilized/invalid memory past the valid skb-data...

7.6CVSS0.00288EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 2:50 p.m.12 views

CVE-2024-56590 Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix not checking skb length on hciacldatapacket This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some uninitilized/invalid memory past the valid skb-data...

7.6CVSS6.1AI score
SaveExploits0References9
Rows per page
Query Builder