Lucene search
+L

12614 matches found

OSV
OSV
added 2025/12/16 2:15 p.m.3 views

UBUNTU-CVE-2025-68190

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/atom: Check kcalloc for WS buffer in amdgpuatomexecutetablelocked kcalloc may fail. When WS is non-zero and allocation fails, ectx.ws remains NULL while ectx.wssize is set, leading to a potential NULL pointer dereferen...

5.8AI score0.00176EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/16 1:43 p.m.7 views

CVE-2025-68191 udp_tunnel: use netdev_warn() instead of netdev_WARN()

In the Linux kernel, the following vulnerability has been resolved: udptunnel: use netdevwarn instead of netdevWARN netdevWARN uses WARN/WARNON to print a backtrace along with file and line information. In this case, udptunnelnicregister returning an error is just a failed operation, not a kernel...

6.3AI score
SaveExploits0References10
CVE
CVE
added 2025/12/16 1:43 p.m.36 views

CVE-2025-68191

In the Linux kernel, CVE-2025-68191 is addressed by replacing netdev_WARN() with netdev_warn() in udp_tunnel_nic_register(). The old netdev_WARN() prints a backtrace via WARN/WARN_ON, which is inappropriate for an error that is simply a normal memory-allocation failure (kzalloc() or udp_tunnel_ni...

6AI score0.00183EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/16 1:42 p.m.18 views

CVE-2025-68169

CVE-2025-68169 affects the Linux kernel where a deadlock can occur in netpoll when memory allocation happens under a spinlock in refill_skbs(). Under memory pressure, refill_skbs() holds skb_pool->lock, then alloc_skb() may fail and trigger slab_out_of_memory(), leading to printk() which can i...

6AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:42 p.m.8 views

CVE-2025-68169 netpoll: Fix deadlock in memory allocation under spinlock

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refillskbs where memory allocation while holding skbpool-lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the...

6.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.35 views

CVE-2025-68169 netpoll: Fix deadlock in memory allocation under spinlock

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refillskbs where memory allocation while holding skbpool-lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the...

0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:42 p.m.34 views

CVE-2025-68167 gpiolib: fix invalid pointer access in debugfs

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolibseqstart fails, the s-private field remains uninitialized and is later dereferenced without checking in gpiolibseqstop. Initialize s-private to NUL...

7.8CVSS0.00135EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 1:42 p.m.6 views

CVE-2025-68167 gpiolib: fix invalid pointer access in debugfs

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolibseqstart fails, the s-private field remains uninitialized and is later dereferenced without checking in gpiolibseqstop. Initialize s-private to NUL...

7.8CVSS6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/12/16 1:42 p.m.21 views

CVE-2025-68167

Summary (CVE-2025-68167) : In the Linux kernel gpiolib, a path in debugfs allows a local attacker to trigger a pointer dereference. The root cause is that if memory allocation in gpiolib_seq_start() fails, s->private remains uninitialized and is later dereferenced in gpiolib_seq_stop(). The fi...

7.8CVSS6.1AI score0.00135EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/16 1:40 p.m.38 views

CVE-2025-40361

...

0.00032EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 1:40 p.m.21 views

CVE-2025-40361

CVE-2025-40361 entry is rejected/not used and not an active vulnerability.

6.2AI score0.00032EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 1:40 p.m.4 views

CVE-2025-40361 fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock

In the Linux kernel, the following vulnerability has been resolved: fs: ext4: change GFPKERNEL to GFPNOFS to avoid deadlock The parent function ext4xattrinodelookupcreate already uses GFPNOFS for memory alloction, so the function ext4xattrinodecachefind should use same gfpflag...

6.4AI score
SaveExploits0References10
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an improper memory allocation when SDCA parses the mipi-sdca-control-cn-list, which could lead to a crash...

6AI score0.00154EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from holding spinlocks during memory allocation in refillskbs, which could lead to a deadlock...

6.1AI score0.00165EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.8 views

PT-2025-51582

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the netpoll subsystem that can lead to a deadlock scenario when the system experiences significant memory pressure. This occurs during memory...

5.6AI score0.00641EPSS
SaveExploits4References385
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.5 views

编号撤回

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from inconsistent memory allocation flags, which could lead to deadlocks...

5.8AI score0.00032EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.11 views

PT-2025-51580

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's gpiolib component related to invalid pointer access within the debugfs interface. Specifically, if memory allocation within the gpiolib seq start...

5.3AI score0.00641EPSS
SaveExploits4References389
Vulnrichment
Vulnrichment
added 2025/12/16 12:0 a.m.1 views

CVE-2025-65834

Meltytech Shotcut 25.10.31 is vulnerable to Buffer Overflow. A memory access violation occurs when processing MLT project files with manipulated width and height parameters. By setting these values to extremely large numbers, the application attempts to allocate excessive memory during image...

7.1AI score0.00361EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/16 12:0 a.m.75 views

CVE-2025-65834

CVE-2025-65834 affects Meltytech Shotcut 25.10.31, with a buffer overflow in mlt_image_fill_white triggered by processing MLT project files that specify extremely large width/height. The issue is documented across several security entries (Red Hat, SUSE/OpenSUSE, NVD, EUVD, OSV, CVE.org) and is d...

9.8CVSS7.1AI score0.00361EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/12/16 12:0 a.m.8 views

CVE-2025-65834

Meltytech Shotcut 25.10.31 is vulnerable to Buffer Overflow. A memory access violation occurs when processing MLT project files with manipulated width and height parameters. By setting these values to extremely large numbers, the application attempts to allocate excessive memory during image...

9.8CVSS7.4AI score
SaveExploits0References4
Rows per page
Query Builder