Lucene search
+L

10425 matches found

Cvelist
Cvelist
added 2025/12/24 1:05 p.m.35 views

CVE-2022-50738 vhost-vdpa: fix an iotlb memory leak

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix an iotlb memory leak Before commit 3d5698793897 "vhost-vdpa: introduce asid based IOTLB" we called vhostvdpaiotlbunmapv, iotlb, 0ULL, 0ULL - 1 during release to free all the resources allocated when processing use...

0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:05 p.m.8 views

CVE-2022-50738 vhost-vdpa: fix an iotlb memory leak

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix an iotlb memory leak Before commit 3d5698793897 "vhost-vdpa: introduce asid based IOTLB" we called vhostvdpaiotlbunmapv, iotlb, 0ULL, 0ULL - 1 during release to free all the resources allocated when processing use...

6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:05 p.m.27 views

CVE-2022-50738

Technical details for CVE-2022-50738 are not publicly provided in the supplied documents. Monitor for updates from kernel/vhost-vdpa patches and related advisories.

6.2AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:03 p.m.11 views

CVE-2023-54077 fs/ntfs3: Fix memory leak if ntfs_read_mft failed

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix memory leak if ntfsreadmft failed Label ATTRROOT in ntfsreadmft sets isroot = true and ni-niflags |= NIFLAGDIR, then next attr will goto label ATTRALLOC and alloc ni-dir.allocrun. However two states are not always...

7.8CVSS6.4AI score
SaveExploits0References8
CVE
CVE
added 2025/12/24 12:23 p.m.21 views

CVE-2023-54070

CVE-2023-54070 relates to the igb driver in the Linux kernel. The issue occurs when SR-IOV is enabled and the igb module is removed; due to a cleanup path regression introduced after commit 50f303496d92, the cleanup in error paths after reinit can cause a hang/crash on systems with max_vfs set to...

5.9AI score0.00181EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.34 views

CVE-2023-54070 igb: clean up in all error paths when enabling SR-IOV

In the Linux kernel, the following vulnerability has been resolved: igb: clean up in all error paths when enabling SR-IOV After commit 50f303496d92 "igb: Enable SR-IOV after reinit", removing the igb module could hang or crash depending on the machine when the module has been loaded with the maxv...

0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 12:23 p.m.11 views

CVE-2023-54070 igb: clean up in all error paths when enabling SR-IOV

In the Linux kernel, the following vulnerability has been resolved: igb: clean up in all error paths when enabling SR-IOV After commit 50f303496d92 "igb: Enable SR-IOV after reinit", removing the igb module could hang or crash depending on the machine when the module has been loaded with the maxv...

6.2AI score
SaveExploits0References5
CVE
CVE
added 2025/12/24 12:23 p.m.23 views

CVE-2023-54053

CVE-2023-54053 is a Linux kernel issue affecting the iwlwifi PCIe path, causing a NULL pointer dereference during device removal after a failed iwl_pci_probe(). The vulnerability is described in connected vendor advisories as a fix for a crash when removing a device while its transmission structu...

6.1AI score0.00245EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:23 p.m.11 views

CVE-2023-54050 ubifs: Fix memleak when insert_old_idx() failed

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

7.8CVSS6.3AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.36 views

CVE-2023-54047 drm/rockchip: dw_hdmi: cleanup drm encoder during unbind

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwhdmi: cleanup drm encoder during unbind This fixes a use-after-free crash during rmmod. The DRM encoder is embedded inside the larger rockchiphdmi, which is allocated with the component. The component memory gets...

0.00236EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 12:22 p.m.26 views

CVE-2023-54047

CVE-2023-54047 pertains to the Linux kernel’s DRM/rockchip subsystem, where a use-after-free crash can occur during module removal (rmmod) due to the rockchip_dw_hdmi encoder being torn down after its container, rather than cleaning up the encoder first. The root cause is the encoder being freed ...

6.1AI score0.00236EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 12:22 p.m.9 views

CVE-2023-54047 drm/rockchip: dw_hdmi: cleanup drm encoder during unbind

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwhdmi: cleanup drm encoder during unbind This fixes a use-after-free crash during rmmod. The DRM encoder is embedded inside the larger rockchiphdmi, which is allocated with the component. The component memory gets...

6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/12/24 12:22 p.m.24 views

CVE-2022-50734

In the Linux kernel, CVE-2022-50734 concerns a memleak in nvmem_register() within the nvmem core. dev_set_name allocates memory for nvmem->dev.kobj.name during nvmem_register; if nvmem_validate_keepouts() fails, the memory is freed for the nvmem structure but not for nvmem->dev.kobj.name, c...

6.1AI score0.00232EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.33 views

CVE-2022-50734 nvmem: core: Fix memleak in nvmem_register()

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: Fix memleak in nvmemregister devsetname will alloc memory for nvmem-dev.kobj.name in nvmemregister, when nvmemvalidatekeepouts failed, nvmem's memory will be freed and return, but nobody will free memory for...

0.00232EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.36 views

CVE-2022-50726 net/mlx5: Fix possible use-after-free in async command interface

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should return only after all its callback handlers were completed. Before this patch, the below race between mlx5cmdcleanupasyncctx and...

7.8CVSS0.00186EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 11:15 a.m.13 views

CVE-2023-54028

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the error "trying to register non-static key in rxecleanuptask" In the function rxecreateqp, rxeqpfrominit is called to initialize qp, internally things like rxeinittask are not setup until rxeqpinitreq. If an error...

0.0019EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/24 11:15 a.m.11 views

CVE-2023-54016

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak in rxdesc and txdesc Currently when ath12kdpccdescinit is called we allocate memory to rxdescs and txdescs. In ath12kdpcccleanup, during descriptor cleanup rxdescs and txdescs memory is not freed. Th...

0.00181EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/24 11:15 a.m.12 views

CVE-2023-53999

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix internal port memory leak The flow rule can be splited, and the extra postact rules are added to postact table. It's possible to trigger memleak when the rule forwards packets from internal port and over tunnel...

0.00185EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/24 11:15 a.m.14 views

CVE-2022-50702

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

0.00196EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 11:15 a.m.10 views

UBUNTU-CVE-2022-50698

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219registerdaiclks If clkhwregister fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a...

5.7AI score0.00196EPSS
SaveExploits0References7
Rows per page
Query Builder