Lucene search
+L

19271 matches found

EUVD
EUVD
added 2026/08/15 12:27 p.m.12 views

EUVD-2026-59727

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

5.4AI score0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.30 views

CVE-2026-74534 Bluetooth: ISO: fix refcounting of iso_conn

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.11 views

CVE-2026-74534 Bluetooth: ISO: fix refcounting of iso_conn

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS5.6AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74532

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btinteldiagnostics accesses tlv-val0 without first validating that the diagnostics VSE is long enough to contain that field, so may cause reading data beyond the...

5.2AI score0.00168EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/15 12:27 p.m.20 views

CVE-2026-74532

In the Linux kernel Bluetooth subsystem, CVE-2026-74532 affects btintel: btintel_diagnostics() which reads tlv->val[0] without verifying the diagnostics TLV length, risking reads beyond the frame. The documented fix is to validate the TLV length before access. Connected sources (SUSE, NVD, Deb...

5.3AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74532

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btinteldiagnostics accesses tlv-val0 without first validating that the diagnostics VSE is long enough to contain that field, so may cause reading data beyond the...

5.3AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.28 views

CVE-2026-74532 Bluetooth: btintel: Validate length before parsing diagnostics TLV

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btinteldiagnostics accesses tlv-val0 without first validating that the diagnostics VSE is long enough to contain that field, so may cause reading data beyond the...

0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74532 Bluetooth: btintel: Validate length before parsing diagnostics TLV

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btinteldiagnostics accesses tlv-val0 without first validating that the diagnostics VSE is long enough to contain that field, so may cause reading data beyond the...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 12:27 p.m.6 views

EUVD-2026-59725

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btinteldiagnostics accesses tlv-val0 without first validating that the diagnostics VSE is long enough to contain that field, so may cause reading data beyond the...

5.4AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 12:27 p.m.8 views

EUVD-2026-59724

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: hold conn reference in abortconnsync There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that...

5.4AI score0.00254EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74530

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectbigsync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previo...

5.3AI score0.00218EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/15 12:27 p.m.11 views

CVE-2026-74531 Bluetooth: hci_conn: hold conn reference in abort_conn_sync()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: hold conn reference in abortconnsync There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that...

8.8CVSS5.5AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74531

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: hold conn reference in abortconnsync There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that...

5.3AI score0.00254EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74531

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: hold conn reference in abortconnsync There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that...

8.8CVSS5.3AI score0.00254EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 12:27 p.m.7 views

EUVD-2026-59723

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectbigsync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previo...

5.4AI score0.00218EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 12:27 p.m.18 views

CVE-2026-74530

CVE-2026-74530 : Linux kernel Bluetooth vulnerability in the hci_sync path (hci_connect_big_sync) may allow a use-after-free if the conn is freed while the hci_sync task runs. The root cause is a potential UAF due to a conn lifecycle race; the fix holds a refcount to prevent use-after-free and ha...

8.8CVSS5.3AI score0.00218EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 12:27 p.m.21 views

CVE-2026-74531

CVE-2026-74531 affects the Linux kernel Bluetooth implementation, specifically the hci_conn path used by abort_conn_sync. The root cause is a potential use-after-free if the connection object is freed while the hci_sync task is running. The documented fix is to hold a reference (refcount) to the ...

8.8CVSS5.3AI score0.00254EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.30 views

CVE-2026-74531 Bluetooth: hci_conn: hold conn reference in abort_conn_sync()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: hold conn reference in abortconnsync There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that...

8.8CVSS0.00254EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.29 views

CVE-2026-74530 Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callback

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectbigsync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previo...

8.8CVSS0.00218EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74530

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectbigsync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previo...

8.8CVSS5.3AI score0.00218EPSS
SaveExploits0
Rows per page
Query Builder