Lucene search
+L

13964 matches found

OSV
OSV
added 2025/12/24 12:23 p.m.13 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.38 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.00239EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 12:22 p.m.24 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.00179EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.44 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.00179EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/24 12:22 p.m.14 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
CVE
CVE
added 2025/12/24 12:22 p.m.28 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.0023EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.54 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.0023EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 12:09 p.m.47 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.00139EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:09 p.m.9 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
OSV
OSV
added 2025/12/24 11:15 a.m.11 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.00136EPSS
SaveExploits0References6
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.00136EPSS
SaveExploits0References5
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.00185EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:55 a.m.7 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.51 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.00136EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 10:55 a.m.24 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.00201EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 10:55 a.m.11 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.22 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.00185EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/24 12:48 a.m.25 views

CVE-2024-57521

SQL Injection vulnerability in RuoYi v.4.7.9 and before allows a remote attacker to execute arbitrary code via the createTable function in SqlUtil.java...

10CVSS8.8AI score0.00668EPSS
SaveExploits2References1
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.11 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 the possibility that iommufd may add the same hwpt to ioas-hwptlist repeatedly, potentially resulting in a...

6.2AI score0.00179EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.13 views

PT-2025-53041

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the iommufd subsystem where the same hardware-assisted page table hwpt could be added to the ioas-hwpt list multiple times. This double addition...

6.5AI score0.00179EPSS
SaveExploits0References4
Rows per page
Query Builder