Lucene search
+L

13161 matches found

CVE
CVE
added 2025/02/27 2:07 a.m.178 views

CVE-2025-21731

Root-cause: Linux kernel NBD subsystem UAF when reconnecting after a disconnect. Exploitation path involves grabbing nbd_config, disconnecting, reconfiguring, and a final workqueue-triggered use-after-free of nbd_config. A fix is implemented by clearing NBD_RT_BOUND in nbd_genl_disconnect(), caus...

7.8CVSS6.5AI score0.00224EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.4 views

CVE-2025-21727

In the Linux kernel, the following vulnerability has been resolved: padata: fix UAF in padatareorder A bug was found when run ltp test: BUG: KASAN: slab-use-after-free in padatafindnext+0x29/0x1a0 Read of size 4 at addr ffff88bbfe003524 by task kworker/u113:2/3039206 CPU: 0 PID: 3039206 Comm:...

7.8CVSS5.6AI score0.0022EPSS
SaveExploits0
CVE
CVE
added 2025/02/27 2:07 a.m.181 views

CVE-2025-21727

CVE-2025-21727 : Linux kernel issue in padata_reorder causing a use-after-free in padata_find_next under certain race conditions. The provided connected documents confirm a KASAN UAF scenario when a parallel padata_reorder/serial flow frees Pd too early and later calls padata_find_next. The remed...

7.8CVSS6.5AI score0.0022EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.17 views

CVE-2025-21726

In the Linux kernel, the following vulnerability has been resolved: padata: avoid UAF for reorderwork Although the previous patch can avoid ps and ps UAF for doserial, it can not avoid potential UAF issue for reorderwork. This issue can happen just as below: cryptorequest cryptorequest cryptodela...

7.8CVSS6.1AI score0.00231EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.14 views

CVE-2025-21725

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix oops due to unset link speed It isn't guaranteed that NETWORKINTERFACEINFO::LinkSpeed will always be set by the server, so the client must handle any values and then prevent oopses like below from happening: Oops...

7.5CVSS5.7AI score0.00378EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 2:07 a.m.14 views

CVE-2025-21725 smb: client: fix oops due to unset link speed

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix oops due to unset link speed It isn't guaranteed that NETWORKINTERFACEINFO::LinkSpeed will always be set by the server, so the client must handle any values and then prevent oopses like below from happening: Oops...

7.5CVSS5.9AI score
SaveExploits0References9
CVE
CVE
added 2025/02/27 2:07 a.m.163 views

CVE-2025-21726

In CVE-2025-21726, the Linux kernel padata subsystem had a use-after-free (UAF) in the reorder_work path. The root cause was that the previous patch did not hold a reference to 'pd' long enough when queuing reorder_work. The fix is to take a reference to 'pd' before queuing reorder_work and to ke...

7.8CVSS6.7AI score0.00231EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.17 views

CVE-2025-21724

In the Linux kernel, the following vulnerability has been resolved: iommufd/iovabitmap: Fix shift-out-of-bounds in iovabitmapoffsettoindex Resolve a UBSAN shift-out-of-bounds issue in iovabitmapoffsettoindex where shifting the constant "1" of type int by bitmap-mapped.pgshift an unsigned long val...

7.8CVSS5.6AI score0.00188EPSS
SaveExploits0
CVE
CVE
added 2025/02/27 2:07 a.m.135 views

CVE-2025-21723

Summary (CVE-2025-21723) In the Linux kernel, mpi3mr/scsi code was fixed to prevent a crash when BSG setup fails. If bsg_setup_queue() fails, bsg_queue may be non-NULL, causing mpi3mr_bsg_exit() to skip bsg_remove_queue() and trigger a NULL pointer dereference (kernel crash) as shown in the entry...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/27 2:07 a.m.13 views

CVE-2025-21722 nilfs2: do not force clear folio if buffer is referenced

In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not force clear folio if buffer is referenced Patch series "nilfs2: protect busy buffer heads from being force-cleared". This series fixes the buffer head state inconsistency issues reported by syzbot that occurs when...

7.8CVSS6.6AI score
SaveExploits0References12
OSV
OSV
added 2025/02/27 2:07 a.m.10 views

CVE-2025-21723 scsi: mpi3mr: Fix possible crash when setting up bsg fails

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix possible crash when setting up bsg fails If bsgsetupqueue fails, the bsgqueue is assigned a non-NULL value. Consequently, in mpi3mrbsgexit, the condition "if!mrioc-bsgqueue" will not be satisfied, preventing...

5.5CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/27 2:07 a.m.25 views

CVE-2025-21720 xfrm: delete intermediate secpath entry in packet offload mode

In the Linux kernel, the following vulnerability has been resolved: xfrm: delete intermediate secpath entry in packet offload mode Packets handled by hardware have added secpath as a way to inform XFRM core code that this path was already handled. That secpath is not needed at all after policy is...

7.5CVSS0.00359EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.21 views

CVE-2025-21719

In the Linux kernel, the following vulnerability has been resolved: ipmr: do not call mrmfcusesdev for unres entries syzbot found that calling mrmfcusesdev for unres entries would crash 1, because c-mfcun.res.minvif / c-mfcun.res.maxvif alias to "struct skbuffhead unresolved", which contain two...

7.1CVSS5.7AI score0.00204EPSS
SaveExploits0
CVE
CVE
added 2025/02/27 2:07 a.m.113 views

CVE-2025-21717

CVE-2025-21717 affects the Linux kernel mlx5e path: kvzalloc_node lacks cpu_to_node conversion, allowing an out-of-bounds access when ethtool/netlink calls mlx5e_open on a CPU above MAX_NUMNODES, potentially panicking the kernel. The issue is fixed by adding a missing cpu_to_node conversion to ml...

7.8CVSS6.2AI score0.00169EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.12 views

CVE-2025-21716

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix uninit-value in vxlanvnifilterdump KMSAN reported an uninit-value access in vxlanvnifilterdump 1. If the length of the netlink message payload is less than sizeofstruct tunnelmsg, vxlanvnifilterdump accesses bytes beyo...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0
OSV
OSV
added 2025/02/27 2:07 a.m.21 views

CVE-2025-21715 net: davicom: fix UAF in dm9000_drv_remove

In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000drvremove dm is netdev private data and it cannot be used after freenetdev call. Using dm after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function. This is similar ...

7.8CVSS6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/02/27 2:07 a.m.126 views

CVE-2025-21713

CVE-2025-21713 affects the PowerPC/ pSeries IOMMU path in the Linux kernel. The issue occurs when reusing the same vfio container across different IOMMU groups, where spapr_tce_set_window() may lead to cleanup that dereferences a null or invalid tbl, causing a kernel crash (NULL pointer dereferen...

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/27 2:07 a.m.13 views

CVE-2025-21713 powerpc/pseries/iommu: Don't unset window if it was never set

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: Don't unset window if it was never set On pSeries, when user attempts to use the same vfio container used by different iommu group, the spaprtcesetwindow returns -EPERM and the subsequent cleanup leads to t...

5.5CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2025/02/27 2:07 a.m.149 views

CVE-2025-21712

In the Linux kernel, the md/md-bitmap component had a race where bitmap_get_stats() could be called while the bitmap storage was destroyed or not fully initialized, risking a general protection fault. The root cause was dereferencing bitmap->storage outside a synchronized lifetime of the bitma...

7.8CVSS6.5AI score0.00218EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/02/27 2:07 a.m.97 views

CVE-2025-21709

CVE-2025-21709 — Linux kernel vulnerability. Root cause: a dup_mmap() allocation failure can leave the maple tree in an unsafe state, enabling a partially initialised mm_struct to be observed via rmap, and a race related to uprobes remains after prior fixes. The patch introduces MMF_OOM_SKIP to a...

7.8CVSS6.6AI score0.00197EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder