Lucene search
+L

19293 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/30 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-17737

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Use after free in Bluetooth in Google Chrome on Android prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially...

5CVSS5.6AI score0.0018EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/07/30 12:00 a.m.7 views

The vulnerabilities of the functions l2cap_register_user() and l2cap_unregister_user() in the net/bluetooth/l2cap_core.c module of the Linux kernel’s Bluetooth subsystem allow a malicious actor to cause service failures.

The vulnerability of the functions l2capregisteruser and l2capunregisteruser in the net/bluetooth/l2capcore.c module of the Linux kernel’s Bluetooth subsystem is related to synchronization errors when using shared resources. Exploiting this vulnerability could allow a attacker to cause service...

5.5CVSS6.2AI score0.00247EPSS
SaveExploits0References10Affected Software3
RedhatCVE
RedhatCVE
added 2026/07/29 3:48 p.m.8 views

CVE-2026-64434

A flaw was found in the Linux kernel's Bluetooth L2CAP Logical Link Control and Adaptation Protocol component. An asynchronous operation in the l2capchantimeout function can attempt to access a connection that has already been deallocated. This use-after-free vulnerability could allow a local...

8.8CVSS6AI score0.00255EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 3:14 p.m.9 views

CVE-2026-64405

A flaw was found in the Linux kernel's Bluetooth subsystem, specifically within the hciconn module. This vulnerability occurs when the hciabortconn function attempts to process a pending connection while a critical pointer is unexpectedly null. This can lead to a null pointer dereference, causing...

5.5CVSS5.8AI score0.00173EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 12:33 p.m.11 views

CVE-2026-64404

A flaw was found in the Linux kernel's Bluetooth subsystem. A race condition exists in the isoconnbigsync function where a socket lock is temporarily released and re-acquired. During this window, the Bluetooth connection can be unexpectedly terminated. If the connection is torn down, the subseque...

5.5CVSS5.8AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 9:47 a.m.8 views

CVE-2026-64557

A flaw was found in the Linux kernel's Bluetooth L2CAP component. A race condition exists during the handling of new Bluetooth connections, where a newly created socket can be prematurely freed by another process before a callback function completes its operation. This use-after-free vulnerabilit...

8.8CVSS6.2AI score0.00236EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/29 9:16 a.m.24 views

CVE-2026-64557

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable via the...

8.8CVSS0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/29 9:16 a.m.7 views

UBUNTU-CVE-2026-64557

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable via the...

8.8CVSS5.6AI score0.00236EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/07/29 8:38 a.m.12 views

CVE-2026-64403

A flaw was found in the Bluetooth L2CAP Logical Link Control and Adaptation Protocol component of the Linux kernel. The l2capgetconfopt function, responsible for processing configuration options, does not properly validate the length of an option before attempting to read its value. This allows a...

7.1CVSS5.7AI score0.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 8:28 a.m.15 views

CVE-2026-64409

A flaw was found in the Linux kernel's Bluetooth MTK SDIO btmtksdio driver. An incorrect timeout check in the btmtksdiotxrxwork function can lead to an infinite loop. This prevents the loop from terminating and releasing the SDIO host, resulting in a denial of service DoS where the system resourc...

5.5CVSS5.8AI score0.00173EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/29 8:01 a.m.15 views

EUVD-2026-50202

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable via the...

5.7AI score0.00236EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/29 8:01 a.m.32 views

CVE-2026-64557 Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable via the...

8.8CVSS0.00236EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/29 8:01 a.m.54 views

CVE-2026-64557

Summary: CVE-2026-64557 affects the Linux kernel Bluetooth L2CAP implementation, causing a use-after-free during new Bluetooth connections. The bug occurs when l2cap_sock_new_connection_cb() returns the new channel after release_sock(parent); once the parent lock is dropped, the enqueued child so...

8.8CVSS5.7AI score0.00236EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/29 8:01 a.m.9 views

CVE-2026-64557

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable via the...

5.7AI score0.00236EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/07/29 8:01 a.m.7 views

CVE-2026-64557 Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable via the...

8.8CVSS5.7AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:00 a.m.12 views

MiracleLinux 8 : kernel-4.18.0-553.146.1.el8_10 (AXSA:2026-1384:55)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-1384:55 advisory. kernel: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss CVE-2026-46117 kernel: Bluetooth: l2cap: Add missing chan lock in...

8.8CVSS7.1AI score0.0026EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:00 a.m.14 views

NewStart CGSL MAIN 6.06 : kernel Multiple Vulnerabilities (NS-SA-2026-0063)

The remote NewStart CGSL host, running version MAIN 6.06, has kernel packages installed that are affected by multiple vulnerabilities: - BlueZ HID over GATT Profile Improper Access Control Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitra...

10CVSS7.8AI score0.09141EPSS
SaveExploits5References176
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.17 views

PT-2026-65735

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free in l2cap sock new connection cb l2cap sock new connection cb returned l2cap pisk-chan after release sockparent. Once the parent lock is dropped the newly enqueued child socket sk is reachable...

5.7AI score0.00236EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/07/29 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-64557

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: L2CAP: Fix use-after-free in l2capsocknewconnectioncb l2capsocknewconnectioncb returned l2cappisk-chan after releasesockparent. Once the parent lock ...

8.8CVSS5.5AI score0.00236EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/07/29 12:00 a.m.7 views

The vulnerability of the btusb_mtk_claim_iso_intf() function in the drivers/bluetooth/btusb.c module of the Linux Bluetooth kernel driver allows a hacker to cause a service failure.

The vulnerability of the btusbmtkclaimisointf function in the drivers/bluetooth/btusb.c module of the Linux Bluetooth device driver relates to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6AI score0.00181EPSS
SaveExploits0References11Affected Software4
Rows per page
Query Builder