Lucene search
+L

726 matches found

OSV
OSV
•added 2025/12/24 11:15 a.m.•16 views

UBUNTU-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.7AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/24 10:56 a.m.•13 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...

6.2AI score
SaveExploits0References5
CVE
CVE
•added 2025/12/24 10:56 a.m.•33 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.0018EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2025/12/24 10:56 a.m.•49 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.0018EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•15 views

PT-2025-52995

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's Bluetooth implementation within the hci conn component. Specifically, the hci connect sco and hci connect cis functions were returning NULL when a lin...

6.2AI score0.0018EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2025/12/09 12:24 a.m.•6 views

SUSE CVE-2025-40309

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

7CVSS6.2AI score0.00245EPSS
SaveExploits0References80
EUVD
EUVD
•added 2025/12/08 3:31 a.m.•16 views

EUVD-2025-201636

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

5.9AI score0.00245EPSS
SaveExploits0References9
NVD
NVD
•added 2025/12/08 1:16 a.m.•8 views

CVE-2025-40309

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

8CVSS0.00245EPSS
SaveExploits0References2
OSV
OSV
•added 2025/12/08 1:16 a.m.•13 views

DEBIAN-CVE-2025-40309

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

8CVSS5.4AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/08 1:16 a.m.•18 views

UBUNTU-CVE-2025-40309

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

8CVSS5.9AI score0.00245EPSS
SaveExploits0References36
CVE
CVE
•added 2025/12/08 12:46 a.m.•66 views

CVE-2025-40309

CVE-2025-40309 affects the Linux kernel Bluetooth SCO code, specifically a use-after-free in sco_conn_free leading to a potential memory corruption. The root cause is a UAF in sco_conn_free/SCO path traced through sco_conn_put and subsequent release paths in hci_connect/conn teardown, as shown by...

8CVSS6AI score0.00245EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2025/12/08 12:46 a.m.•50 views

CVE-2025-40309 Bluetooth: SCO: Fix UAF on sco_conn_free

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

8CVSS0.00245EPSS
SaveExploits0References2
OSV
OSV
•added 2025/12/08 12:46 a.m.•7 views

CVE-2025-40309 Bluetooth: SCO: Fix UAF on sco_conn_free

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

8CVSS6.3AI score
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/12/08 12:00 a.m.•0 views

CVE-2025-40309: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput include/linux/kref.h:65 inline BUG: KASAN: slab-use-after-free in...

8CVSS6.4AI score0.00245EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2025/12/08 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40309

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: SCO: Fix UAF on scoconnfree BUG: KASAN: slab-use-after-free in scoconnfree net/bluetooth/sco.c:87 inline BUG: KASAN: slab-use-after-free in krefput...

8CVSS6.7AI score0.00245EPSS
SaveExploits0References3
OSV
OSV
•added 2025/11/18 2:04 a.m.•14 views

SUSE-SU-2025:4123-1 Security update for the Linux Kernel (Live Patch 61 for SUSE Linux Enterprise 12 SP5)

This update for the SUSE Linux Enterprise kernel 4.12.14-122.231 fixes various security issues The following security issues were fixed: - CVE-2022-48956: ipv6: avoid use-after-free in ip6fragment bsc1232637. - CVE-2022-49014: net: tun: Fix use-after-free in tundetach bsc1232818. - CVE-2022-49053...

9.8CVSS8.7AI score0.03395EPSS
SaveExploits2References125
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•3 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-990098)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990098 advisory. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling scoconn and use-after-free in scosocktimeout Connecting the same socket...

7.8CVSS5.9AI score0.00281EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•7 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988975)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988975 advisory. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling scoconn and use-after-free in scosocktimeout Connecting the same socket...

7.8CVSS5.9AI score0.00281EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/08 11:30 p.m.•9 views

SUSE CVE-2023-53673

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: call disconnect callback before deleting conn In hcicsdisconnect, we do hciconndel even if disconnection failed. ISO, L2CAP and SCO connections refer to the hciconn without hciconnget, so disconncfm must be...

7CVSS6.4AI score0.00244EPSS
SaveExploits0References37
NVD
NVD
•added 2025/10/07 4:15 p.m.•17 views

CVE-2023-53673

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: call disconnect callback before deleting conn In hcicsdisconnect, we do hciconndel even if disconnection failed. ISO, L2CAP and SCO connections refer to the hciconn without hciconnget, so disconncfm must be...

8.8CVSS0.00244EPSS
SaveExploits0References4
Rows per page
Query Builder