Lucene search
+L

36910 matches found

OSV
OSV
added 2025/12/30 1:15 p.m.16 views

UBUNTU-CVE-2022-50819

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

5.7AI score0.00233EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.8 views

CVE-2022-50835

In the Linux kernel, the following vulnerability has been resolved: jbd2: add miss release buffer head in fcdoonepass In fcdoonepass miss release buffer head after use which will lead to reference count leak...

5.7AI score0.00235EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 1:15 p.m.22 views

UBUNTU-CVE-2022-50824

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmtis: Add the missed acpiputtable to fix memory leak In checkacpitpm2, we get the TPM2 table just to make sure the table is there, not used after the init, so the acpiputtable should be added to release the ACPI memory...

5.7AI score0.00251EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/30 1:15 p.m.16 views

UBUNTU-CVE-2022-50822

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

7.8CVSS5.7AI score0.0019EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/30 1:02 p.m.43 views

CVE-2025-15249

CVE-2025-15249 concerns the zhujunliang3 work_platform, affecting the Content Handler component. Multiple sources indicate a cross-site scripting (XSS) weakness that can be exploited remotely by manipulating content. The affected release line is indicated as prior to version 6bc5a50bb527ce27f7906...

5.1CVSS5.3AI score0.0022EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/30 1:02 p.m.44 views

CVE-2025-15249 zhujunliang3 work_platform Content cross site scripting

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.1CVSS0.0022EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/12/30 1:02 p.m.4 views

CVE-2025-15249 zhujunliang3 work_platform Content cross site scripting

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.3AI score0.0022EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/30 12:34 p.m.33 views

CVE-2023-54320 platform/x86/amd: pmc: Fix memory leak in amd_pmc_stb_debugfs_open_v2()

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
OSV
OSV
added 2025/12/30 12:34 p.m.14 views

CLSA-2025-1767098038 Update of java-11-openjdk

Upgrade to openjdk-11.0.29+7 GA...

5.8AI score
SaveExploits0References1
CVE
CVE
added 2025/12/30 12:32 p.m.39 views

CVE-2025-15248

The CVE-2025-15248 entry concerns sunhailin12315 product-review 商品评价系统’s Write a Review component. The vulnerability is a cross-site scripting flaw triggered by manipulating the content argument, enabling remote exploitation. A PoC/public exploit exists. The affected version set is up to 91ead689...

5.1CVSS5.3AI score0.0022EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/12/30 12:32 p.m.5 views

CVE-2025-15248 sunhailin12315 product-review 商品评价系统 Write a Review cross site scripting

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.3AI score0.0022EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.7 views

CVE-2023-54281

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before inode lookup during the ino lookup ioctl During the ino lookup ioctl we can end up calling btrfsiget to get an inode reference while we are holding on a root's btree. If btrfsiget needs to lookup the...

5.4AI score0.00197EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:23 p.m.32 views

CVE-2023-54281

CVE-2023-54281 (Linux kernel, btrfs) : The issue affects the btrfs inode lookup path during ino_lookup ioctl. When ino_lookup triggers btrfs_iget() to obtain an inode reference while holding the root btree, it may need to acquire an additional lock on the same/btrfs root path, risking a deadlock ...

6AI score0.00197EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:15 p.m.30 views

CVE-2022-50848

The CVE-2022-50848 issue affects the Linux kernel drivers/dio path, where a memory leak could occur in dio_init() if device_register() fails. The fix adds a release function and calls put_device() in the error path, ensuring the device and its name are freed (name via kobject_cleanup and dev via ...

6.1AI score0.0028EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.39 views

CVE-2022-50848 drivers: dio: fix possible memory leak in dio_init()

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

0.0028EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:15 p.m.21 views

CVE-2022-50848 drivers: dio: fix possible memory leak in dio_init()

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

6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/12/30 12:11 p.m.12 views

CVE-2023-54223 net/mlx5e: xsk: Fix invalid buffer access for legacy rq

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.8CVSS6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:11 p.m.20 views

CVE-2023-54223

Technical details for CVE-2023-54223 are not provided in the connected documents; the materials cite a Linux kernel XDP/XSK fix but do not include affected products/versions or fixes. Monitor for updates.

9.8CVSS6.2AI score0.00444EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.33 views

CVE-2023-54223 net/mlx5e: xsk: Fix invalid buffer access for legacy rq

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
CVE
CVE
added 2025/12/30 12:11 p.m.35 views

CVE-2023-54219

CVE-2023-54219 (Linux kernel, IB/isert) : The vulnerability stems from reverting the commit 699826f4e30a8 that fixed an incorrect release of isert connections, which now causes problems on OPA devices when DEVICE_REMOVAL occurs. The provided notes show kernel warnings and a call trace in ib_cq_po...

7.5CVSS6.2AI score0.00677EPSS
SaveExploits0References9
Rows per page
Query Builder