Lucene search
+L

13516 matches found

UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.11 views

CVE-2023-54092

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pv: fix index value of replaced ASCE The index field of the struct page corresponding to a guest ASCE should be 0. When replacing the ASCE in s390replaceasce, the index of the new ASCE should also be set to 0. Having t...

8.8CVSS6.5AI score0.00186EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:16 p.m.13 views

UBUNTU-CVE-2022-50781

In the Linux kernel, the following vulnerability has been resolved: amdgpu/pm: prevent array underflow in vega20odneditdpmtable In the PPODEDITVDDCCURVE case the "inputindex" variable is capped at 2 but not checked for negative values so it results in an out of bounds read. This value comes from...

5.7AI score0.00191EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.11 views

CVE-2023-54081

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

5.8AI score0.00184EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.6 views

CVE-2023-54043

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.8CVSS5.7AI score0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:16 p.m.9 views

UBUNTU-CVE-2023-54081

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

5.7AI score0.00184EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.4 views

CVE-2022-50713

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

5.7AI score0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:15 p.m.9 views

UBUNTU-CVE-2022-50713

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

5.7AI score0.0021EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/24 1:6 p.m.19 views

CVE-2023-54092

In Astra Linux and SUSE OSV notes, CVE-2023-54092 corresponds to a Linux kernel KVM s390 issue where the ASCE replacement could carry a non-zero index, causing incorrect addresses to be passed during PTE invalidations and potentially triggering VM crashes when a prefix is unmapped. The documented...

8.8CVSS6AI score0.00186EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:6 p.m.10 views

CVE-2023-54092 KVM: s390: pv: fix index value of replaced ASCE

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pv: fix index value of replaced ASCE The index field of the struct page corresponding to a guest ASCE should be 0. When replacing the ASCE in s390replaceasce, the index of the new ASCE should also be set to 0. Having t...

8.8CVSS6.3AI score
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:6 p.m.30 views

CVE-2023-54081

CVE-2023-54081 affects the Linux kernel Xen grant-table reclaim path. When a grant entry is still in use by the remote domain, the VM may accumulate a large deferred-list, causing a severe memory leak and potential VM freeze, notably in Qubes OS due to GUI/window handling constraints. The fix mak...

6.2AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:6 p.m.11 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...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/24 1:6 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:6 p.m.33 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:5 p.m.32 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.11 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.34 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.19 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
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.40 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
OSV
OSV
added 2025/12/24 12:22 p.m.10 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.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
Rows per page
Query Builder