Lucene search
+L

19984 matches found

OSV
OSV
added 2024/12/27 3:15 p.m.7 views

UBUNTU-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.8CVSS6.3AI score0.0031EPSS
SaveExploits0References18
OSV
OSV
added 2024/12/27 3:15 p.m.13 views

UBUNTU-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.6CVSS6.2AI score0.0029EPSS
SaveExploits0References33
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

UBUNTU-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.8CVSS6.2AI score0.00227EPSS
SaveExploits0References22
CVE
CVE
added 2024/12/27 3:06 p.m.189 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
Debian CVE
Debian CVE
added 2024/12/27 3:06 p.m.15 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.8CVSS5.7AI score0.00227EPSS
SaveExploits0
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
Vulnrichment
Vulnrichment
added 2024/12/27 3:06 p.m.10 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.8CVSS7.7AI score0.00227EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.26 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.14 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
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
CVE
CVE
added 2024/12/27 3:06 p.m.243 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
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.36 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
Debian CVE
Debian CVE
added 2024/12/27 3:06 p.m.27 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.8CVSS5.8AI score0.0031EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 2:51 p.m.231 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.33 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.20 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
OSV
OSV
added 2024/12/27 2:51 p.m.11 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.8CVSS5.9AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/12/27 2:51 p.m.15 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...

7.8CVSS5.5AI score0.00223EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/12/27 2:51 p.m.21 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.5AI score0.00223EPSS
SaveExploits0References4
Rows per page
Query Builder