Lucene search
+L

23391 matches found

Redos
Redos
added 2026/02/02 12:00 a.m.6 views

ROS-20260202-73-0024

A vulnerability in the virtsndprobe function of the Linux operating system kernel is related to unrestricted resource allocation. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS5.5AI score0.00191EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/02/01 3:14 a.m.16 views

CVE-2025-36098

IBM Db2 for Linux, UNIX and Windows includes Db2 Connect Server 11.5.0 - 11.5.9 and 12.1.0 - 12.1.3 could allow an authenticated user to cause a denial of service due to improper allocation of resources...

6.5CVSS5.9AI score0.00347EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/02/01 3:14 a.m.19 views

CVE-2025-36123

IBM Db2 for Linux, UNIX and Windows includes DB2 Connect Server 11.5.0 - 11.5.9 and 12.1.0 - 12.1.3 could allow a local user to cause a denial of service when copying large table containing XML data due to improper allocation of system resources...

6.2CVSS5.9AI score0.00134EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.9 views

SUSE CVE-2025-71185

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation Make sure to drop the reference taken when looking up the crossbar platform device during am335x route allocation...

5.5CVSS5.7AI score0.00187EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.8 views

SUSE CVE-2025-71186

In the Linux kernel, the following vulnerability has been resolved: dmaengine: stm32: dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent i...

5.5CVSS5.7AI score0.00187EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.11 views

SUSE CVE-2025-71188

In the Linux kernel, the following vulnerability has been resolved: dmaengine: lpc18xx-dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent...

5.5CVSS5.7AI score0.00183EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.13 views

SUSE CVE-2025-71189

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw: dmamux: fix OF node leak on route allocation failure Make sure to drop the reference taken to the DMA master OF node also on late route allocation failures...

3.3CVSS5.8AI score0.00183EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2026/02/01 12:24 a.m.24 views

SUSE CVE-2026-23018

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfsreadlockedinode In btrfsreadlockedinode we are calling btrfsinitfileextenttree while holding a path with a read locked leaf from a subvolume tree, and...

4.7CVSS5.8AI score0.001EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/02/01 12:23 a.m.10 views

SUSE CVE-2026-23019

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlinkalloc failure devlinkalloc may return NULL on allocation failure, but presteradevlinkalloc unconditionally calls devlinkpriv on the returned pointer. This leads to a NULL...

5.5CVSS5.7AI score0.00115EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/02/01 12:23 a.m.12 views

SUSE CVE-2026-23026

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: gpi: Fix memory leak in gpiperipheralconfig Fix a memory leak in gpiperipheralconfig where the original memory pointed to by gchan-config could be lost if krealloc fails. The issue occurs when: 1. gchan-config...

2.5CVSS5.8AI score0.00183EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2026/02/01 12:23 a.m.15 views

SUSE CVE-2026-23037

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: allow partial RX URB allocation to succeed When es58xallocrxurbs fails to allocate the requested number of URBs but succeeds in allocating some, it returns an error code. This causes es58xopen to return early,...

3.3CVSS5.7AI score0.00217EPSS
SaveExploits0References19
NVD
NVD
added 2026/01/31 12:16 p.m.24 views

CVE-2026-23037

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: allow partial RX URB allocation to succeed When es58xallocrxurbs fails to allocate the requested number of URBs but succeeds in allocating some, it returns an error code. This causes es58xopen to return early,...

0.00217EPSS
SaveExploits0References7
NVD
NVD
added 2026/01/31 12:16 p.m.20 views

CVE-2026-23038

In the Linux kernel, the following vulnerability has been resolved: pnfs/flexfiles: Fix memory leak in nfs4ffallocdeviceidnode In nfs4ffallocdeviceidnode, if the allocation for dsversions fails, the function jumps to the outscratch label without freeing the already allocated dsaddrs list, leading...

0.00245EPSS
SaveExploits0References9
NVD
NVD
added 2026/01/31 12:16 p.m.11 views

CVE-2026-23028

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvmdevice leak in kvmipidestroy In kvmioctlcreatedevice, kvmdevice has allocated memory, kvmdevice-destroy seems to be supposed to free its kvmdevice struct, but kvmipidestroy is not currently doing this, that...

0.00194EPSS
SaveExploits0References2
NVD
NVD
added 2026/01/31 12:16 p.m.32 views

CVE-2026-23019

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlinkalloc failure devlinkalloc may return NULL on allocation failure, but presteradevlinkalloc unconditionally calls devlinkpriv on the returned pointer. This leads to a NULL...

5.5CVSS0.00115EPSS
SaveExploits0References7
NVD
NVD
added 2026/01/31 12:16 p.m.26 views

CVE-2026-23025

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: prevent pcp corruption with SMP=n The kernel test robot has reported: BUG: spinlock trylock failure on UP on CPU0, kcompactd0/28 lock: 0xffff888807e35ef0, .magic: dead4ead, .owner: kcompactd0/28, .ownercpu: 0 CPU: 0...

7.8CVSS0.00184EPSS
SaveExploits0References6
NVD
NVD
added 2026/01/31 12:16 p.m.11 views

CVE-2025-71189

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw: dmamux: fix OF node leak on route allocation failure Make sure to drop the reference taken to the DMA master OF node also on late route allocation failures...

5.5CVSS0.00183EPSS
SaveExploits0References7
NVD
NVD
added 2026/01/31 12:16 p.m.21 views

CVE-2025-71188

In the Linux kernel, the following vulnerability has been resolved: dmaengine: lpc18xx-dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent...

5.5CVSS0.00183EPSS
SaveExploits0References8
NVD
NVD
added 2026/01/31 12:16 p.m.7 views

CVE-2025-71186

In the Linux kernel, the following vulnerability has been resolved: dmaengine: stm32: dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that holding a reference to a device does not prevent i...

5.5CVSS0.00187EPSS
SaveExploits0References9
NVD
NVD
added 2026/01/31 12:16 p.m.17 views

CVE-2025-71185

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation Make sure to drop the reference taken when looking up the crossbar platform device during am335x route allocation...

5.5CVSS0.00187EPSS
SaveExploits0References9
Rows per page
Query Builder