Lucene search
+L

13682 matches found

Cvelist
Cvelist
added 2025/12/24 1:06 p.m.28 views

CVE-2023-54081 xen: speed up grant-table reclaim

In the Linux kernel, the following vulnerability has been resolved: xen: speed up grant-table reclaim When a grant entry is still in use by the remote domain, Linux must put it on a deferred list. Normally, this list is very short, because the PV network and block protocols expect the backend to...

0.00184EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 1:06 p.m.35 views

CVE-2022-50781

CVE-2022-50781 (Linux kernel, amdgpu driver) : The issue occurs in amdgpu/pm within the Vega 20 DPM table handling (PP_OD_EDIT_VDDC_CURVE). The root cause is that input_index is capped at 2 but not checked for negative values, leading to an out-of-bounds read when the value is supplied by user sp...

6.1AI score0.00191EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:05 p.m.33 views

CVE-2022-50739

The connected docs confirm CVE-2022-50739 affects the Linux kernel's ntfs3 filesystem. Root cause: missing validation of inode's i_op pointer after reading the Root directory MFT, which can cause a NULL pointer dereference when mounting an image with a malformed Root directory MFT record. The fix...

5.8AI score0.00212EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:23 p.m.12 views

CVE-2023-54061 x86: fix clear_user_rep_good() exception handling annotation

In the Linux kernel, the following vulnerability has been resolved: x86: fix clearuserrepgood exception handling annotation This code no longer exists in mainline, because it was removed in commit d2c95f9d6802 "x86: don't use REPGOOD or ERMS for user memory clearing" upstream. However, rather tha...

6.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.35 views

CVE-2023-54055 RDMA/irdma: Fix memory leak of PBLE objects

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix memory leak of PBLE objects On rmmod of irdma, the PBLE object memory is not being freed. PBLE object memory are not statically pre-allocated at function initialization time unlike other HMC objects. PBLEs objects...

0.00218EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 12:22 p.m.20 views

CVE-2023-54043

Consolidated from multiple sources: CVE-2023-54043 affects the Linux kernel iommufd subsystem where the same hwpt could be added to ioas->hwpt_list twice. Root cause: a leftover from rework allows double-adding during hwpt creation, risking linked-list corruption in HWPT-specific attachments. ...

8.8CVSS6AI score0.00164EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 12:22 p.m.11 views

CVE-2023-54043 iommufd: Do not add the same hwpt to the ioas->hwpt_list twice

In the Linux kernel, the following vulnerability has been resolved: iommufd: Do not add the same hwpt to the ioas-hwptlist twice The hwpt is added to the hwptlist only during its creation, it is never added again. This hunk is some missed leftover from rework. Adding it twice will corrupt the...

8.8CVSS6.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.43 views

CVE-2023-54043 iommufd: Do not add the same hwpt to the ioas->hwpt_list twice

In the Linux kernel, the following vulnerability has been resolved: iommufd: Do not add the same hwpt to the ioas-hwptlist twice The hwpt is added to the hwptlist only during its creation, it is never added again. This hunk is some missed leftover from rework. Adding it twice will corrupt the...

8.8CVSS0.00164EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/24 12:22 p.m.23 views

CVE-2022-50713

CVE-2022-50713 affects the Linux kernel in the visconti clock driver. The vulnerability stems from a memory leak in visconti_register_pll(): @pll->rate_table is allocated via kmemdup(), and if clk_hw_register() fails, the allocated memory is not freed. The documented patch fixes this leak by e...

6.1AI score0.0021EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.50 views

CVE-2022-50713 clk: visconti: Fix memory leak in visconti_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

0.0021EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 12:09 p.m.7 views

CVE-2025-68747 drm/panthor: Fix UAF on kernel BO VA nodes

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthorvmunmaprange might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no...

7.8CVSS6.5AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 12:09 p.m.39 views

CVE-2025-68747

CVE-2025-68747 is the Linux kernel panthor DRM UAF issue on kernel BO VA nodes. The vulnerability occurs when the MMU is down and panthor_vm_unmap_range() may error, potentially leaving va_node in drm_mm and causing UAF when adjacent nodes are removed. The available connected documents indicate a...

7.8CVSS6.2AI score0.00127EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 11:15 a.m.9 views

UBUNTU-CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS5.7AI score0.00124EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 11:15 a.m.11 views

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

6.2AI score0.00169EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.6 views

CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS5.4AI score0.00124EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 10:55 a.m.6 views

CVE-2023-54026 opp: Fix use-after-free in lazy_opp_tables after probe deferral

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/12/24 10:55 a.m.41 views

CVE-2023-54026

Summary of CVE-2023-54026 (Linux kernel): A use-after-free in lazy_opp_tables can occur when probe deferral (-EPROBE_DEFER) happens during OPP table allocation. If the OPP table uses required-opps and has already been added to the global lazy_opp_tables list, the error path failed to remove it, r...

7.8CVSS6.1AI score0.00124EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 10:55 a.m.19 views

CVE-2023-54003

CVE-2023-54003 is a Linux kernel vulnerability where, if an AH create request fails, sgid_attr is not released, causing a GID entry reference leak in RDMA/core when releasing the GID table. Connected advisories (SUSE-SU-2026:0317-1, SUSE-SU-2026:0411-1, OSV entries) confirm the issue and describe...

6.1AI score0.00184EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 10:55 a.m.10 views

CVE-2023-54003 RDMA/core: Fix GID entry ref leak when create_ah fails

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix GID entry ref leak when createah fails If AH create request fails, release sgidattr to avoid GID entry referrence leak reported while releasing GID table...

6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 10:55 a.m.17 views

CVE-2023-53999

CVE-2023-53999 concerns a memory leak in the Linux kernel mlx5_core/mlx5e flow offload path. The issue arises when a flow rule forwards packets from an internal port through a tunnel and CT new offload is allowed; an int_port object is associated with the post_act flow attribute and its refcnt is...

6.3AI score0.00169EPSS
SaveExploits0References2
Rows per page
Query Builder