Lucene search
+L

245051 matches found

ATTACKERKB
ATTACKERKB
added yesterday6 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 score
SaveExploits0References3Affected Software1
EUVD
EUVD
added yesterday6 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 score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added yesterday5 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 score
SaveExploits0References5Affected Software1
EUVD
EUVD
added yesterday8 views

EUVD-2026-59717

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.4AI score
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday6 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 score
SaveExploits0
CVE
CVE
added yesterday17 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 score
SaveExploits0References4
Cvelist
Cvelist
added yesterday26 views

CVE-2026-74524 riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove

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

SaveExploits0References4
OSV
OSV
added yesterday2 views

CVE-2026-74523 qede: sync udp_tunnel ports outside qede_lock in the recovery path

In the Linux kernel, the following vulnerability has been resolved: qede: sync udptunnel ports outside qedelock in the recovery path A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports configured wedges the rtnetlink control plane of the whole machine: NETDEV WATCHDOG: ens6f1 qede:...

5.5AI score
SaveExploits0References8
CVE
CVE
added yesterday14 views

CVE-2026-74523

The CVE-2026-74523 issue affects the Linux kernel qede driver, where a TX timeout on VXLAN/GENEVE tunnels could deadlock the rtnetlink control plane. The root cause is a non‑recursive mutex path in the recovery flow, causing qede_sp_task -> rtnl_lock -> qede_lock to deadlock when udp_tunnel...

5.4AI score
SaveExploits0References5
EUVD
EUVD
added yesterday6 views

EUVD-2026-59716

In the Linux kernel, the following vulnerability has been resolved: qede: sync udptunnel ports outside qedelock in the recovery path A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports configured wedges the rtnetlink control plane of the whole machine: NETDEV WATCHDOG: ens6f1 qede:...

5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added yesterday29 views

CVE-2026-74523 qede: sync udp_tunnel ports outside qede_lock in the recovery path

In the Linux kernel, the following vulnerability has been resolved: qede: sync udptunnel ports outside qedelock in the recovery path A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports configured wedges the rtnetlink control plane of the whole machine: NETDEV WATCHDOG: ens6f1 qede:...

SaveExploits0References5
EUVD
EUVD
added yesterday4 views

EUVD-2026-59715

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in closefiletableids A ksmbdfile can remain alive after logical close while another session holds a temporary reference obtained through ksmbdlookupfdinode. ksmbdclosefd currently marks the file closed a...

5.5AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added yesterday6 views

CVE-2026-74522

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in closefiletableids A ksmbdfile can remain alive after logical close while another session holds a temporary reference obtained through ksmbdlookupfdinode. ksmbdclosefd currently marks the file closed a...

5.5AI score
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added yesterday7 views

CVE-2026-74521

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use memcmp to compare ClientGUIDs ClientGUID is a fixed-size binary value and can contain embedded NUL bytes. strncmp stops comparing at the first NUL byte, so different ClientGUID values can incorrectly be treated as equa...

5.3AI score
SaveExploits0References3Affected Software1
CVE
CVE
added yesterday17 views

CVE-2026-74522

The vulnerability CVE-2026-74522 affects ksmbd in the Linux kernel. A ksmbd_file could remain alive after a logical close if another session holds a temporary reference, allowing a use-after-free when the final ksmbd_fd_put frees the object without removing it from the owner’s idr. The fix keeps ...

5.5AI score
SaveExploits0References5
CVE
CVE
added yesterday10 views

CVE-2026-74521

CVE-2026-74521 affects the Linux kernel ksmbd component, where using strncmp() to compare ClientGUIDs could treat distinct values as equal due to embedded NUL bytes. The fixed-size ClientGUID must compare all bytes, so the patch switches to memcmp() for comparing SMB3 multichannel session binding...

5.3AI score
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-74519

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: don't free uninitialized devname on error path dtrememberorfreemap duplicates devname for each map entry. If kstrdupconst fails, dtfreemap frees devname in all nummaps entries, including entries that have not...

5.5AI score
SaveExploits0
EUVD
EUVD
added yesterday6 views

EUVD-2026-59713

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

5.5AI score
SaveExploits0References3
CVE
CVE
added yesterday15 views

CVE-2026-74520

CVE-2026-74520 affects the Linux kernel IOMMUFD path (iommu/iommufd) where a UAF can occur in IOPF group handling. The issue stems from iopf_group_alloc() linking the last-page IOPF group into the generic pending list, while iommufd_fault_iopf_handler() queues the accepted group into the IOMMUFD ...

5.4AI score
SaveExploits0References3
OSV
OSV
added yesterday5 views

CVE-2026-74520 iommu/iommufd: Fix IOPF group ownership UAF

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

5.6AI score
SaveExploits0References6
Rows per page
Query Builder