Lucene search
+L

1733 matches found

RedhatCVE
RedhatCVE
added 2025/12/25 3:09 p.m.10 views

CVE-2023-54038

A flaw was found in the Linux kernel's Bluetooth Host Controller Interface HCI connection handling. A local user could exploit this vulnerability when the hciconnectsco function returns a NULL pointer instead of an error pointer when no link is present. This improper handling of exceptional...

5.5CVSS5.7AI score0.00176EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.9 views

SUSE CVE-2023-54038

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns NULL. scoconnect expects an ERRPTR in case of any error see line 266...

5.5CVSS6.4AI score0.00176EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-54038

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns...

5.3AI score0.00176EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 11:15 a.m.14 views

CVE-2023-54038

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns NULL. scoconnect expects an ERRPTR in case of any error see line 266...

0.00176EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/24 10:56 a.m.25 views

CVE-2023-54038

The CVE-2023-54038 issue affects the Linux kernel Bluetooth HCI path. The root cause is that hci_connect_sco() (and similarly hci_connect_cis()) returned NULL on error, causing sco_conn_add() to dereference hcon->hdev and crash. The fix switches to returning an ERR_PTR on error for both hci_co...

6AI score0.00176EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 10:56 a.m.46 views

CVE-2023-54038 Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns NULL. scoconnect expects an ERRPTR in case of any error see line 266...

0.00176EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2025/12/24 12:00 a.m.11 views

The vulnerability of the hci_suspend_notifier() function in the net/bluetooth/hci_core.c file of the Linux operating system’s Bluetooth subsystem allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the hcisuspendnotifier function in the net/bluetooth/hcicore.c file of the Linux kernel’s Bluetooth subsystem is related to synchronization errors when using shared resources. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity,...

7CVSS5.8AI score0.00115EPSS
SaveExploits0References10Affected Software5
SUSE Linux
SUSE Linux
added 2025/12/23 4:28 p.m.12 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-50253: bpf: make sure skb-len != 0 when redirecting to a tunneling device bsc1249912. CVE-2023-53676: scsi: target: iscsi: Fix buffer overflow in...

8.7CVSS8.5AI score0.006EPSS
SaveExploits1References326
OSV
OSV
added 2025/12/23 11:07 a.m.37 views

CLSA-2025-1766488019 kernel: Fix of 63 CVEs

scsi: target: iscsi: Fix timeout on deleted connection CVE-2025-38075 - tls: wait for pending async decryptions if tlsstrpmsghold fails CVE-2025-40176 - cloneprivatemnt: make sure that caller has CAPSYSADMIN in the right userns CVE-2025-38499 - rcu: Fix rcureadunlock deadloop due to IRQ work...

9.8CVSS7.1AI score0.00668EPSS
SaveExploits4References1
SUSE CVE
SUSE CVE
added 2025/12/18 12:24 a.m.10 views

SUSE CVE-2025-68305

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Prevent race in socket write iter and sock bind There is a potential race condition between sock bind and socket write iter. bind may free the same cmd via mgmtpending before write iter sends the cmd, just as...

5.5CVSS6.5AI score0.00187EPSS
SaveExploits0References24
EUVD
EUVD
added 2025/12/16 6:31 p.m.18 views

EUVD-2025-203775

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Prevent race in socket write iter and sock bind There is a potential race condition between sock bind and socket write iter. bind may free the same cmd via mgmtpending before write iter sends the cmd, just as...

5.9AI score0.00187EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/16 6:31 p.m.15 views

EUVD-2025-203776

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

6.2AI score0.00233EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 4:16 p.m.12 views

CVE-2025-68305

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Prevent race in socket write iter and sock bind There is a potential race condition between sock bind and socket write iter. bind may free the same cmd via mgmtpending before write iter sends the cmd, just as...

0.00187EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/16 4:16 p.m.13 views

CVE-2025-68304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS0.00233EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 4:16 p.m.11 views

AZL-72649 CVE-2025-68304 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS5.9AI score0.00233EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/16 4:16 p.m.10 views

UBUNTU-CVE-2025-68304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS5.8AI score0.00233EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/16 4:16 p.m.20 views

UBUNTU-CVE-2025-68305

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Prevent race in socket write iter and sock bind There is a potential race condition between sock bind and socket write iter. bind may free the same cmd via mgmtpending before write iter sends the cmd, just as...

5.7AI score0.00187EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.9 views

CVE-2025-68304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS5.5AI score0.00233EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 3:06 p.m.7 views

CVE-2025-68304 Bluetooth: hci_core: lookup hci_conn on RX path on protocol side

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS6.6AI score
SaveExploits0References5
CVE
CVE
added 2025/12/16 3:06 p.m.44 views

CVE-2025-68304

CVE-2025-68304 concerns the Linux kernel Bluetooth path. The issue occurs in the RX path of HCI protocol handling where the hci_conn object may be concurrently modified/deleted while still being looked up, enabling a use-after-free in certain code paths. The bug was addressed by moving the lookup...

8.8CVSS6.3AI score0.00233EPSS
SaveExploits0References2
Rows per page
Query Builder