Lucene search
+L

22 matches found

AstraLinux
AstraLinux
added 2 days ago7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisock: Prevent race conditions in socket write iteration and sock bind. There is a potential race condition between sock bind and socket write iteration. bind may free the same memory block via mgmtpending before the...

5.9AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64433 Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_complete

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix UAF of hciconnparams in adddevicecomplete adddevicecomplete runs from the hcicmdsyncwork kworker, which holds only hcireqsynclock and not hcidevlock. It calls hciconnparamslookup and then dereferences the...

5.7AI score
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.17 views

CVE-2026-64433

Summary: CVE-2026-64433 affects the Linux kernel Bluetooth MGMT path, where add_device_complete() can perform a use-after-free due to missing locking around hci_conn_params_lookup() and access to params->flags. A concurrent MGMT_OP_REMOVE_DEVICE under hci_dev_lock can free the looked-up hci_co...

5.7AI score0.00168EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/05/28 3:53 a.m.19 views

SUSE CVE-2026-46056

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in SSP passkey handlers hciconn lookup and field access must be covered by hdev lock in hciuserpasskeynotifyevt and hcikeypressnotifyevt, otherwise the connection can be freed concurrently...

5.5CVSS5.8AI score0.00262EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:57 p.m.11 views

CVE-2026-46056

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in SSP passkey handlers hciconn lookup and field access must be covered by hdev lock in hciuserpasskeynotifyevt and hcikeypressnotifyevt, otherwise the connection can be freed concurrently...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/05/27 12:57 p.m.78 views

CVE-2026-46056

The CVE-2026-46056 entry documents a Linux kernel Bluetooth UAF vulnerability in the SSP passkey handlers (hci_event path). The issue arises when hci_conn lookup and field access are performed without holding the hdev lock, creating a window where a connection could be freed concurrently in hci_u...

8.8CVSS5.8AI score0.00262EPSS
SaveExploits0References8Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fixed deadlock issues during suspend and resume operations. When an application sends a query IOCTL while auto suspend is in progress, a deadlock can occur. The query process first acquires devlock, then calls...

5.5CVSS5.2AI score0.00087EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/05/06 1:41 a.m.11 views

SUSE CVE-2026-43018

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in hcileremoteconnparamreqevt hciconn lookup and field access must be covered by hdev lock in hcileremoteconnparamreqevt, otherwise it's possible it is freed concurrently. Extend the...

5.5CVSS5.7AI score0.00256EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/01 3:16 p.m.8 views

CVE-2026-43018

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in hcileremoteconnparamreqevt hciconn lookup and field access must be covered by hdev lock in hcileremoteconnparamreqevt, otherwise it's possible it is freed concurrently. Extend the...

8.8CVSS0.00256EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/01 2:15 p.m.10 views

CVE-2026-43018 Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evt

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in hcileremoteconnparamreqevt hciconn lookup and field access must be covered by hdev lock in hcileremoteconnparamreqevt, otherwise it's possible it is freed concurrently. Extend the...

8.8CVSS6.6AI score
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.4 views

CVE-2026-43018

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in hcileremoteconnparamreqevt hciconn lookup and field access must be covered by hdev lock in hcileremoteconnparamreqevt, otherwise it's possible it is freed concurrently. Extend the...

5.8AI score0.00256EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/03/25 11:16 a.m.9 views

UBUNTU-CVE-2026-23295

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds devlock and then calls pmruntimeresumeandget, which waits for...

5.5CVSS5.7AI score0.00087EPSS
SaveExploits0References5
CVE
CVE
added 2026/03/25 10:26 a.m.20 views

CVE-2026-23295

CVE-2026-23295 concerns the Linux kernel accel/amdxdna driver. A deadlock can occur when a user-space process issues a query IOCTL during auto suspend: the query path holds dev_lock and calls pm_runtime_resume_and_get(), waiting for suspend to finish while the suspend callback may block on dev_lo...

5.5CVSS5.7AI score0.00087EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/03/25 10:26 a.m.31 views

CVE-2026-23295 accel/amdxdna: Fix dead lock for suspend and resume

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds devlock and then calls pmruntimeresumeandget, which waits for...

0.00087EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/25 10:26 a.m.14 views

CVE-2026-23295 accel/amdxdna: Fix dead lock for suspend and resume

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds devlock and then calls pmruntimeresumeandget, which waits for...

5.7AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/01/01 12:0 a.m.5 views

PT-2026-27660

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds dev lock and then calls pm runtime resume and get, which waits...

5.7AI score0.00087EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/12/18 12:24 a.m.6 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.00166EPSS
SaveExploits0References24
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.7 views

PT-2025-51709

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a race condition within the Bluetooth implementation, specifically in the interaction between socket binding and socket write iteration. This condition can lead...

5.4AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 4:15 p.m.10 views

AZL-76404 CVE-2023-53627 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Grab sasdev lock when traversing the members of sasdev.list When freeing slots in function slotcompletev3hw, it is possible that sasdev.list is being traversed elsewhere, and it may trigger a NULL pointer exception...

7.8CVSS5.6AI score0.00173EPSS
SaveExploits0References1
CVE
CVE
added 2025/10/07 3:19 p.m.28 views

CVE-2023-53627

CVE-2023-53627 affects the Linux kernel SCSI driver histi_sas. The root cause is a race on sas_dev.list traversal during slot freeing in dereg_device_v3_hw() and hisi_sas_release_tasks(), which can trigger a NULL pointer dereference and kernel panic. The mitigation is to grab the sas_dev lock whi...

7.8CVSS6AI score0.00173EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder