Lucene search
+L

5465 matches found

OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-74528

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hcipastsync callback Avoids giving freed pointers to hciconnvalid, which kmalloc may have reused. Hold refcount to avoid that...

8CVSS5.4AI score0.0023EPSS
SaveExploits0References5
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-72040

In the Linux kernel, the following vulnerability has been resolved: ipmi: fix refcount leak in iipmirequest When a caller provides a suppliedrecv message to iipmirequest, the function increments the user's nrmsgs reference count. If an error occurs later, the outerr cleanup path only frees the...

5.5AI score0.002EPSS
SaveExploits0References8
OSV
OSV
added yesterday5 views

UBUNTU-CVE-2026-72182

In the Linux kernel, the following vulnerability has been resolved: power: supply: charger-manager: fix refcount leak in isfullcharged In isfullcharged, powersupplygetbyname is called to obtain a reference to the fuelgauge power supply. If the voltage check uV = desc-fullbattuV succeeds, the...

5.4AI score0.0021EPSS
SaveExploits0References11
OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-74513

In the Linux kernel, the following vulnerability has been resolved: dibs: fix use-after-free of dmbnode in loopback attach/detach/unregister dibsloattachdmb, dibslodetachdmb and dibslounregisterdmb look up the dmbnode under dmbhtlock, drop the lock and only then operate on the node's refcount...

7.8CVSS5.6AI score0.00124EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added yesterday4 views

CVE-2026-74529

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

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 3 days ago7 views

CVE-2026-74537

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

8.8CVSS0.00239EPSS
SaveExploits0References3
NVD
NVD
added 3 days ago9 views

CVE-2026-74528

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hcipastsync callback Avoids giving freed pointers to hciconnvalid, which kmalloc may have reused. Hold refcount to avoid that...

8CVSS0.0023EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago6 views

CVE-2026-74529

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

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago6 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.8CVSS0.00218EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago6 views

CVE-2026-74513

In the Linux kernel, the following vulnerability has been resolved: dibs: fix use-after-free of dmbnode in loopback attach/detach/unregister dibsloattachdmb, dibslodetachdmb and dibslounregisterdmb look up the dmbnode under dmbhtlock, drop the lock and only then operate on the node's refcount...

7.8CVSS0.00124EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago8 views

CVE-2026-74537

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

5.2AI score0.00239EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 3 days ago32 views

CVE-2026-74537 Bluetooth: ISO: hold sk properly in iso_conn_ready

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: hold sk properly in isoconnready sk deref in isoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk is currently accessed without either: Task 1 Task 2...

8.8CVSS0.00239EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago5 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
EUVD
EUVD
added 3 days ago5 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
EUVD
EUVD
added 3 days ago5 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 3 days ago9 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
ATTACKERKB
ATTACKERKB
added 3 days ago6 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
Cvelist
Cvelist
added 3 days ago29 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
Cvelist
Cvelist
added 3 days ago31 views

CVE-2026-74528 Bluetooth: hci_sync: hold conn in hci_past_sync() callback

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hcipastsync callback Avoids giving freed pointers to hciconnvalid, which kmalloc may have reused. Hold refcount to avoid that...

8CVSS0.0023EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 3 days ago8 views

CVE-2026-74528

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hcipastsync callback Avoids giving freed pointers to hciconnvalid, which kmalloc may have reused. Hold refcount to avoid that...

5.3AI score0.0023EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder