Lucene search
+L

20097 matches found

OSV
OSV
added 2024/07/30 7:46 a.m.14 views

CVE-2024-42137 Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot Commit 272970be3dab "Bluetooth: hciqca: Fix driver shutdown on closed serdev" will cause below regression issue: BT can't be enabled after below steps: col...

6AI score
SaveExploits0References10
CVE
CVE
added 2024/07/30 7:46 a.m.132 views

CVE-2024-42137

CVE-2024-42137 concerns a Linux kernel Bluetooth issue for Qualcomm Atheros (QCA6390). The vulnerability stemmed from a regression introduced by commit 272970be3dab, which fixed a use-after-free in qca_serdev_shutdown() but caused Bluetooth enablement to fail after a warm reboot if enable-gpios w...

5.5CVSS6.5AI score0.00233EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.35 views

CVE-2024-42137 Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot Commit 272970be3dab "Bluetooth: hciqca: Fix driver shutdown on closed serdev" will cause below regression issue: BT can't be enabled after below steps: col...

0.00233EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.19 views

CVE-2024-42137 Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot Commit 272970be3dab "Bluetooth: hciqca: Fix driver shutdown on closed serdev" will cause below regression issue: BT can't be enabled after below steps: col...

6.7AI score0.00233EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.49 views

CVE-2024-42137

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot Commit 272970be3dab "Bluetooth: hciqca: Fix driver shutdown on closed serdev" will cause below regression issue: BT can't be enabled after below steps: col...

5.5CVSS5.5AI score0.00233EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.20 views

CVE-2024-42133 Bluetooth: Ignore too large handle values in BIG

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Ignore too large handle values in BIG hcilebigsyncestablishedevt is necessary to filter out cases where the handle value is belonging to ida id range, otherwise ida will be erroneously released in hciconncleanup...

6.7AI score0.00296EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/30 7:46 a.m.16 views

CVE-2024-42133 Bluetooth: Ignore too large handle values in BIG

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Ignore too large handle values in BIG hcilebigsyncestablishedevt is necessary to filter out cases where the handle value is belonging to ida id range, otherwise ida will be erroneously released in hciconncleanup...

7.6CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2024/07/30 7:46 a.m.174 views

CVE-2024-42133

The CVE-2024-42133 issue affects the Linux kernel Bluetooth subsystem. It fixes an incorrect handling of large handle values in the BIG (BIG_SYNC_ESTABLISHED) path by filtering handles to ensure that IDs do not get released erroneously during hci_conn_cleanup. The vulnerability arises from miscla...

7.6CVSS6.5AI score0.00296EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.43 views

CVE-2024-42133 Bluetooth: Ignore too large handle values in BIG

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Ignore too large handle values in BIG hcilebigsyncestablishedevt is necessary to filter out cases where the handle value is belonging to ida id range, otherwise ida will be erroneously released in hciconncleanup...

7.6CVSS0.00296EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.26 views

CVE-2024-42133

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Ignore too large handle values in BIG hcilebigsyncestablishedevt is necessary to filter out cases where the handle value is belonging to ida id range, otherwise ida will be erroneously released in hciconncleanup...

7.6CVSS5.3AI score0.00296EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.36 views

CVE-2024-42132 bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX

In the Linux kernel, the following vulnerability has been resolved: bluetooth/hci: disallow setting handle bigger than HCICONNHANDLEMAX Syzbot hit warning in hciconndel caused by freeing handle that was not allocated using ida allocator. This is caused by handle bigger than HCICONNHANDLEMAX passe...

7.6CVSS0.0029EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/30 7:46 a.m.16 views

CVE-2024-42132 bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX

In the Linux kernel, the following vulnerability has been resolved: bluetooth/hci: disallow setting handle bigger than HCICONNHANDLEMAX Syzbot hit warning in hciconndel caused by freeing handle that was not allocated using ida allocator. This is caused by handle bigger than HCICONNHANDLEMAX passe...

7.6CVSS6.3AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.18 views

CVE-2024-42132 bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX

In the Linux kernel, the following vulnerability has been resolved: bluetooth/hci: disallow setting handle bigger than HCICONNHANDLEMAX Syzbot hit warning in hciconndel caused by freeing handle that was not allocated using ida allocator. This is caused by handle bigger than HCICONNHANDLEMAX passe...

7.6CVSS7AI score0.0029EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.30 views

CVE-2024-42132

In the Linux kernel, the following vulnerability has been resolved: bluetooth/hci: disallow setting handle bigger than HCICONNHANDLEMAX Syzbot hit warning in hciconndel caused by freeing handle that was not allocated using ida allocator. This is caused by handle bigger than HCICONNHANDLEMAX passe...

7.6CVSS5.8AI score0.0029EPSS
SaveExploits0
CVE
CVE
added 2024/07/30 7:46 a.m.172 views

CVE-2024-42132

The connected MiracleLinux advisory confirms CVE-2024-42132 affecting Linux kernel Bluetooth HCI code. Root cause: hci_le_big_sync_established_evt() could pass a handle larger than HCI_CONN_HANDLE_MAX, leading to freeing an unallocated handle and a warning in hci_conn_del(). The fix adds an upper...

7.6CVSS6.8AI score0.0029EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates in the Bluetooth:ISO module in isosockrecvmsg, where it was previously assumed that pi-conn-hcon could be...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates in the Bluetooth/hci module that allows a handle value greater than HCICONNHANDLEMAX to be set, resulting in...

7.1CVSS6.5AI score0.0029EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2024/07/30 12:00 a.m.38 views

Ubuntu: Security Advisory (USN-6923-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.3CVSS7.8AI score0.00722EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which originates in the Bluetooth:qca module On a QCA6390 device, if an attempt is made to enable BT after a warm reboot, i...

5.5CVSS6.3AI score0.00233EPSS
SaveExploits0References7
OpenVAS
OpenVAS
added 2024/07/30 12:00 a.m.29 views

Ubuntu: Security Advisory (USN-6922-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.8CVSS7.9AI score0.00712EPSS
SaveExploits0References2
Rows per page
Query Builder