Lucene search
+L

36898 matches found

OSV
OSV
added 2025/12/30 8:16 p.m.9 views

UBUNTU-CVE-2025-69261

WasmEdge is a WebAssembly runtime. Prior to version 0.16.0-alpha.3, a multiplication in WasmEdge/include/runtime/instance/memory.h can wrap, causing checkAccessBound to incorrectly allow the access. This leads to a segmentation fault. Version 0.16.0-alpha.3 contains a patch for the issue...

7.5CVSS5.8AI score0.00324EPSS
SaveExploits0References4
CBLMariner
CBLMariner
added 2025/12/30 3:55 p.m.7 views

CVE-2025-14177 affecting package php for versions less than 8.3.29-1

CVE-2025-14177 affecting package php for versions less than 8.3.29-1. A patched version of the package is available...

7.5CVSS5.9AI score0.00516EPSS
SaveExploits3
CBLMariner
CBLMariner
added 2025/12/30 3:55 p.m.10 views

CVE-2025-14178 affecting package php for versions less than 8.3.29-1

CVE-2025-14178 affecting package php for versions less than 8.3.29-1. A patched version of the package is available...

8.2CVSS5.9AI score0.00465EPSS
SaveExploits1
EUVD
EUVD
added 2025/12/30 3:30 p.m.7 views

EUVD-2025-205773

A weakness has been identified in zhujunliang3 workplatform up to 6bc5a50bb527ce27f7906d11ea6ec139beb79c31. This vulnerability affects unknown code of the component Content Handler. Executing manipulation can lead to cross site scripting. The attack may be performed from remote. This product...

5.1CVSS5.2AI score0.0022EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2023-60484

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmc: Fix memory leak in amdpmcstbdebugfsopenv2 Function amdpmcstbdebugfsopenv2 may be called when the STB debug mechanism enabled. When amdpmcsendcmd fails, the 'buf' needs to be released...

5.9AI score0.00169EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.7 views

EUVD-2023-60483

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential null-ptr-deref in deviceadd I got the following null-ptr-deref report while doing fault injection test: BUG: kernel NULL pointer dereference, address: 0000000000000058 CPU: 2 PID: 278 Comm: 37-i2c-ds248...

6.2AI score0.0015EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.16 views

EUVD-2023-60478

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Free IRQs before removing the device In pciendpointtestremove, freeing the IRQs after removing the device creates a small race window for IRQs to be received with the test device memory already released,...

5.8AI score0.0014EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/30 3:30 p.m.17 views

EUVD-2025-205775

A security flaw has been discovered in sunhailin12315 product-review 商品评价系统 up to 91ead6890b4065bb45b7602d0d73348e75cb4639. This affects an unknown part of the component Write a Review. Performing manipulation of the argument content results in cross site scripting. The attack is possible to be...

5.1CVSS5.2AI score0.0022EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2023-60497

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

6.1AI score0.002EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2023-60418

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released in the XDPREDIRECT path, and then once again in the driver. This fix...

6.1AI score0.00444EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2023-60441

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: always release netdev hooks from notifier This reverts "netfilter: nftables: skip netdev events generated on netns removal". The problem is that when a veth device is released, the veth release callback will...

6AI score0.00146EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.7 views

EUVD-2023-60432

In the Linux kernel, the following vulnerability has been resolved: block: fix blktrace debugfs entries leakage Commit 99d055b4fd4b "block: remove per-disk debugfs files in blkunregisterqueue" moves blktraceshutdown from blkreleasequeue to blkunregisterqueue, this is safe if blktrace is created...

5.9AI score0.00197EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.13 views

EUVD-2022-55850

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

6AI score0.0028EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2022-55864

In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfcgetdevice take reference for the device, add missing nfcputdevice to release it when not need anymore. Also fix the style warnning by use error EOPNOTSUPP instead of ENOTSUPP...

6AI score0.00253EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/30 3:30 p.m.11 views

EUVD-2022-55879

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set ubuf-sg = NULL if the creation of sg table fails When userspace tries to map the dmabuf and if for some reason e.g. OOM the creation of the sg table fails, ubuf-sg needs to be set to NULL. Otherwise, when the userspa...

6AI score0.00233EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/30 3:30 p.m.13 views

EUVD-2022-55876

In the Linux kernel, the following vulnerability has been resolved: RDMA/restrack: Release MR restrack when delete The MR restrack also needs to be released when delete it, otherwise it cause memory leak as the task struct won't be released...

5.9AI score0.0019EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/30 3:30 p.m.9 views

EUVD-2022-55885

In the Linux kernel, the following vulnerability has been resolved: drivers: mcb: fix resource leak in mcbprobe When probe hook function failed in mcbprobe, it doesn't put the device. Compiled test only...

6AI score0.0027EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/30 1:16 p.m.12 views

CVE-2023-54320

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmc: Fix memory leak in amdpmcstbdebugfsopenv2 Function amdpmcstbdebugfsopenv2 may be called when the STB debug mechanism enabled. When amdpmcsendcmd fails, the 'buf' needs to be released...

0.00169EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/30 1:16 p.m.10 views

CVE-2023-54223

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released in the XDPREDIRECT path, and then once again in the driver. This fix...

9.8CVSS0.00444EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/30 1:16 p.m.6 views

CVE-2023-54219

In the Linux kernel, the following vulnerability has been resolved: Revert "IB/isert: Fix incorrect release of isert connection" Commit: 699826f4e30a "IB/isert: Fix incorrect release of isert connection" is causing problems on OPA when DEVICEREMOVAL is happening. ------------ cut here -----------...

7.5CVSS0.00677EPSS
SaveExploits0References9
Rows per page
Query Builder