Lucene search
+L

245762 matches found

OSV
OSV
added 2 days ago5 views

CVE-2026-74529 Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback

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...

5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago33 views

CVE-2026-74529 Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback

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.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago6 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...

8CVSS5.4AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2 days ago17 views

CVE-2026-74529

In the Linux kernel Bluetooth subsystem, the issue is in the hci_sync path: the conn object could be freed while the hci_sync task is running in hci_connect_pa_sync(), creating a theoretical use-after-free. The documented fix is to hold a refcount on the conn to prevent deallocation during the ca...

7.8CVSS5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-59721

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.4AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2 days ago6 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...

5.5AI score
SaveExploits0References5
CVE
CVE
added 2 days ago18 views

CVE-2026-74528

The CVE refers to the Linux kernel Bluetooth subsystem: hci_sync in the hci_past_sync() callback, which previously could dereference freed pointers to hci_conn_valid() due to kmalloc reuse. The fix holds a reference count on the connection to ensure resources remain valid, preventing use-after-fr...

8CVSS5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59720

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Block VFs from clobbering special CGX PKIND state PF and VF NIX LFs that share a CGX LMAC reuse the same hardware PKIND programming. When HiGig2 or EDSA parsing is enabled, a VF NIX LF alloc must not reset the LMAC ...

5.3AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2 days ago3 views

CVE-2026-74525 net: sxgbe: free TX rings on RX allocation failure

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, initdmadescrings only frees the partially allocated RX rings and returns. The TX rings that were allocated earlier in the same function...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-74526 scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mrfaultueventemit mpi3mrfaultueventemit runs from the fault watchdog and reset paths where host I/O may already be blocked. GFPKERNEL allocations here, both the local kzallocobj and the...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59718

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, initdmadescrings only frees the partially allocated RX rings and returns. The TX rings that were allocated earlier in the same function...

5.4AI score0.00168EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2 days ago9 views

CVE-2026-74525

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, initdmadescrings only frees the partially allocated RX rings and returns. The TX rings that were allocated earlier in the same function...

5.3AI score0.00168EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2 days ago11 views

CVE-2026-74526

In CVE-2026-74526, the Linux kernel fault-handling code for mpi3mr (scsi) had a potential deadlock when GFP_KERNEL allocations in mpi3mr_fault_uevent_emit could trigger memory reclaim while host I/O was blocked. The fix covers the entire call with memalloc_noio_save()/restore(), replacing the pre...

5.3AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-74525 net: sxgbe: free TX rings on RX allocation failure

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, initdmadescrings only frees the partially allocated RX rings and returns. The TX rings that were allocated earlier in the same function...

0.00168EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2 days ago7 views

CVE-2026-74526

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mrfaultueventemit mpi3mrfaultueventemit runs from the fault watchdog and reset paths where host I/O may already be blocked. GFPKERNEL allocations here, both the local kzallocobj and the...

5.3AI score0.00155EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2 days ago13 views

CVE-2026-74525

CVE-2026-74525 affects the Linux kernel net sxgbe driver. When RX descriptor ring allocation fails, init_dma_desc_rings() frees partial RX rings but leaks TX rings allocated earlier. The fix rearranges error labels to clean up TX rings on RX failure. Affected component: net/sxgbe RX/TX ring initi...

5.4AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59719

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mrfaultueventemit mpi3mrfaultueventemit runs from the fault watchdog and reset paths where host I/O may already be blocked. GFPKERNEL allocations here, both the local kzallocobj and the...

5.4AI score0.00155EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2 days ago6 views

CVE-2026-74524

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove removepudmapping and removep4dmapping obtain a child table base with pudoffsetp4dp, 0 and p4doffsetpgd, 0, then add the index for addr. RISC-V folds page-table...

5.3AI score0.00168EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-74524

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove removepudmapping and removep4dmapping obtain a child table base with pudoffsetp4dp, 0 and p4doffsetpgd, 0, then add the index for addr. RISC-V folds page-table...

5.3AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2 days ago18 views

CVE-2026-74524

CVE-2026-74524 : In the Linux kernel (RISC‑V), a fix prevents an out‑of‑bounds page‑table walk during memory hot‑remove. When page‑table levels are folded (Sv48 Sv39), remove_pud_mapping/remove_p4d_mapping compute child bases with pud_offset(p4dp,0) / p4d_offset(pgd,0) and then add an index that ...

5.3AI score0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder