Lucene search
+L

1735 matches found

Kitploit
Kitploit
added 2026/09/04 4:11 p.m.16 views

CVE-2020-0023

CVE-2020-0022 Seems like Android 9-6 have similar Bluetooth subsystem, Android 5 and 4 are different. Android 9.0 BlueFrag experiments Patch: https://android.googlesource.com/platform/system/bt/+/3cb7149d8fed2d7d77ceaa95bf845224c4db3baf Below I hit the patched condition. OK I think I got it, but...

8.8CVSS7.4AI score0.06052EPSS
SaveExploits8
CVE
CVE
added 2026/09/04 3:12 p.m.19 views

CVE-2026-80764

CVE-2026-80764 affects the Linux kernel Bluetooth subsystem. The vulnerability is a use-after-free (UAF) in the HCI event handler: hci_cc_reset() clears the LE accept and resolving lists without acquiring hdev->lock , while debugfs readers (e.g., white_list_show) hold that lock while traversin...

5.3AI score0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.12 views

CVE-2026-80764

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix LE list UAF on reset hciccreset clears the LE accept and resolving lists without taking hdev-lock. Other command-complete handlers serialize updates to these lists with that lock, and the debugfs readers...

5.5AI score0.00173EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/04 3:12 p.m.8 views

EUVD-2026-71407

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix LE list UAF on reset hciccreset clears the LE accept and resolving lists without taking hdev-lock. Other command-complete handlers serialize updates to these lists with that lock, and the debugfs readers...

5.3AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/04 3:12 p.m.13 views

CVE-2026-80764 Bluetooth: hci_event: fix LE list UAF on reset

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix LE list UAF on reset hciccreset clears the LE accept and resolving lists without taking hdev-lock. Other command-complete handlers serialize updates to these lists with that lock, and the debugfs readers...

5.7AI score
SaveExploits0References10
EUVD
EUVD
added 2026/09/04 3:12 p.m.7 views

EUVD-2026-71406

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hcicclesetcigparams trusts...

5.3AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:12 p.m.15 views

CVE-2026-80763

CVE-2026-80763 is an out-of-bounds read in the Linux kernel Bluetooth HCI subsystem. In hci_cc_le_set_cig_params(), the handler trusts the num_handles field of the LE Set CIG Parameters Command Complete response and reads the trailing handle array without verifying that the remaining skb data act...

5.3AI score0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/04 3:12 p.m.12 views

CVE-2026-80763

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hcicclesetcigparams trusts...

5.3AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 3:12 p.m.11 views

CVE-2026-80763 Bluetooth: hci_event: validate LE Set CIG Parameters response

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hcicclesetcigparams trusts...

5.6AI score
SaveExploits0References10
CVE
CVE
added 2026/09/04 3:12 p.m.20 views

CVE-2026-80762

CVE-2026-80762 is a use-after-free in the Linux kernel Bluetooth HCI subsystem (hci_sync). The function hci_update_event_filter_sync() walks the device's accept list while issuing synchronous HCI commands per remote-wakeup device. The suspend path holds hdev->req_lock, but accept-list mutation...

5.3AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:12 p.m.16 views

CVE-2026-80760

CVE-2026-80760 affects the Linux kernel Bluetooth MGMT subsystem. The function mgmt_hci_cmd_sync() validates that the message length matches params_len but fails to enforce an upper bound. Since params_len is a 16-bit value while the HCI command header plen field is 8-bit (max 255), a value of 25...

5.4AI score0.00168EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.10 views

kernel: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error

A flaw was found in the Linux kernel's Bluetooth Host Controller Interface HCI Universal Asynchronous Receiver/Transmitter UART driver. When the hciregisterdev function fails, a flag indicating protocol initialization is not properly cleared. This oversight allows incoming UART data to be process...

5.5CVSS4.5AI score0.00114EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:28 a.m.6 views

kernel: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error

A flaw was found in the Linux kernel's Bluetooth Host Controller Interface HCI Universal Asynchronous Receiver/Transmitter UART driver. When the hciregisterdev function fails, a flag indicating protocol initialization is not properly cleared. This oversight allows incoming UART data to be process...

5.5CVSS4.5AI score0.00114EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.10 views

PT-2026-85605

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci event: fix LE list UAF on reset hci cc reset clears the LE accept and resolving lists without taking hdev-lock. Other command-complete handlers serialize updates to these lists with that lock, and the debugfs reade...

8.8CVSS5.3AI score0.00195EPSS
SaveExploits0References127
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.11 views

PT-2026-85601

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: reject HCI CMD SYNC params len above 255 mgmt hci cmd sync checks that the message length agrees with params len but puts no upper bound on it. params len is le16 while the parameter length in the HCI command...

5.4AI score0.00234EPSS
SaveExploits0References123
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.11 views

PT-2026-85604

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci event: validate LE Set CIG Parameters response The Command Complete dispatch validates only the fixed part of the LE Set CIG Parameters response. After that part is pulled from the skb, hci cc le set cig params...

8.8CVSS5.3AI score0.00234EPSS
SaveExploits0References127
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.10 views

PT-2026-85603

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci sync: Fix accept list UAF during suspend hci update event filter sync walks hdev-accept list while sending a synchronous HCI command for each remote-wakeup device. The suspend path holds hdev-req lock, but...

5.4AI score0.00173EPSS
SaveExploits0References127
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.10 views

PT-2026-85600

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci aml: validate firmware segment lengths aml download firmware reads two lengths from the firmware header and uses them to build pointers before checking that the header and segment data are present. A truncated or...

8.8CVSS5.3AI score0.00234EPSS
SaveExploits0References124
Oracle linux
Oracle linux
added 2026/09/04 12:00 a.m.6 views

kernel security update

6.12.0-211.51.1 - Add new Oracle Linux Driver Signing key 1 certificate Orabug: 37985782 - Disable UKI signing Orabug: 36571828 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list...

9.8CVSS7.3AI score0.00527EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-80762

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: hcisync: Fix accept list UAF during suspend hciupdateeventfiltersync walks hdev-acceptlist while sending a synchronous HCI command for each...

6.6AI score0.00173EPSS
SaveExploits0References3
Rows per page
Query Builder