Lucene search
K

18 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-55084

Malicious code in bioql PyPI...

5.5CVSS6.6AI score0.0007EPSS
Exploits0References5
NVD
NVD
added 2025/07/28 12:15 p.m.6 views

CVE-2025-38473

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix null-ptr-deref in l2capsockresumecb syzbot reported null-ptr-deref in l2capsockresumecb. 0 l2capsockresumecb has a similar problem that was fixed by commit 1bff51ea59a9 "Bluetooth: fix use-after-free error in...

5.5CVSS0.00066EPSS
Exploits0References10
CVE
CVE
added 2025/07/10 7:42 a.m.77 views

CVE-2025-38304

CVE-2025-38304 : In the Linux kernel, a NULL pointer dereference in Bluetooth eir_get_service_data (len parameter can be NULL) is fixed. The vulnerability affects the Bluetooth EIR handling path and is rated with LOCAL attack vector and HIGH availability impact, implying potential kernel crash or...

5.5CVSS6.6AI score0.0007EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2025/06/18 11:3 a.m.71 views

CVE-2022-50166

CVE-2022-50166 affects the Linux kernel Bluetooth HCI subsystem. When the HCI work queue is drained, a delayed command could still be queued to the drained workqueue, triggering a timeout in hci_cmd_timeout and a kernel warning. The root cause is the draining of the command/event/data processing ...

5.5CVSS6.5AI score0.00038EPSS
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/05/04 4:21 p.m.5 views

CVE-2023-53063

No description is available for this CVE...

5.5CVSS6.6AI score
Exploits0References4
NVD
NVD
added 2025/05/01 3:16 p.m.10 views

CVE-2022-49909

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00024EPSS
Exploits0
NVD
NVD
added 2025/04/01 4:15 p.m.9 views

CVE-2025-21937

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Add check for mgmtallocskb in mgmtremotename Add check for the return value of mgmtallocskb in mgmtremotename to prevent null pointer dereference...

5.5CVSS0.00018EPSS
Exploits0References6
NVD
NVD
added 2025/04/01 4:15 p.m.12 views

CVE-2025-21936

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Add check for mgmtallocskb in mgmtdeviceconnected Add check for the return value of mgmtallocskb in mgmtdeviceconnected to prevent null pointer dereference...

5.5CVSS0.00018EPSS
Exploits0References6
OSV
OSV
added 2025/04/01 3:41 p.m.10 views

CVE-2025-21936 Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Add check for mgmtallocskb in mgmtdeviceconnected Add check for the return value of mgmtallocskb in mgmtdeviceconnected to prevent null pointer dereference...

5.5CVSS6.1AI score0.00018EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.6 views

CVE-2024-57988

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btbcm: Fix NULL deref in btbcmgetboardname devmkstrdup can return a NULL pointer on failure,but this returned value in btbcmgetboardname is not checked. Add NULL check in btbcmgetboardname, to handle kernel NULL pointe...

5.5CVSS5.6AI score0.00054EPSS
Exploits0
NVD
NVD
added 2025/02/26 7:1 a.m.10 views

CVE-2022-49470

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix use-after-free at btmtksdiorecvevent We should not access skb buffer data anymore after hcirecvframe was called. 39.634809 BUG: KASAN: use-after-free in btmtksdiorecvevent+0x1b0 39.634855 Read of size 1 ...

7.8CVSS0.00148EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/02/26 2:14 a.m.13 views

CVE-2022-49555 Bluetooth: hci_qca: Use del_timer_sync() before freeing

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: Use deltimersync before freeing While looking at a crash report on a timer list being corrupted, which usually happens when a timer is freed while still active. This is commonly triggered by code calling deltim...

0.00146EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.8 views

CVE-2022-49474

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling scoconn and use-after-free in scosocktimeout Connecting the same socket twice consecutively in scosockconnect could lead to a race condition where two scoconn objects are created but only one is associated...

7.8CVSS5.6AI score0.00056EPSS
Exploits0
OSV
OSV
added 2025/01/06 4:20 p.m.10 views

CVE-2024-56757 Bluetooth: btusb: mediatek: add intf release flow when usb disconnect

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: add intf release flow when usb disconnect MediaTek claim an special usb intr interface for ISO data transmission. The interface need to be released before unregistering hci device when usb disconnect...

5.5CVSS6.1AI score0.00015EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.19 views

CVE-2022-48878

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: Fix driver shutdown on closed serdev The driver shutdown callback which sends EDLSOCRESET to the device over serdev should not be invoked when HCI device is not open e.g. if hcidevopensync failed, because the...

7.8CVSS5.5AI score0.00016EPSS
Exploits0
CVE
CVE
added 2024/07/29 2:57 p.m.166 views

CVE-2024-41063

In CVE-2024-41063, the Linux kernel Bluetooth stack (hci_core) fixes a deadlock when unregistering a device. The root cause involves hci_unregister_dev() racing with hci_error_reset() and hdev->req_workqueue/destroy_workqueue(), where pending work items may still be running during destroy. The...

5.5CVSS6.6AI score0.00014EPSS
Exploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.19 views

CVE-2023-52833

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Add date-evtskb is NULL check fix crash because of null pointers 6104.969662 BUG: kernel NULL pointer dereference, address: 00000000000000c8 6104.969667 PF: supervisor read access in kernel mode 6104.969668 PF:...

5.5CVSS6.7AI score0.00031EPSS
Exploits0
OpenVAS
OpenVAS
added 2021/04/19 12:0 a.m.21 views

SUSE: Security Advisory (SUSE-SU-2017:2523-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 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...

8CVSS7.5AI score0.03117EPSS
Exploits12References4
Rows per page
Query Builder