Lucene search
+L

9021 matches found

OSV
OSV
added 2025/02/27 3:15 a.m.4 views

DEBIAN-CVE-2025-21780

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid buffer overflow attach in smusyssetpptable It malicious user provides a small pptable through sysfs and then a bigger pptable, it may cause buffer overflow attack in function smusyssetpptable...

7.8CVSS6.4AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.16 views

AZL-57991 CVE-2024-52559 affecting package kernel for versions less than 6.6.82.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: prevent integer overflow in msmioctlgemsubmit The "submit-cmdi.size" and "submit-cmdi.offset" variables are u32 values that come from the user via the submitlookupcmds function. This addition could lead to an integer...

5.5CVSS6.4AI score0.00237EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/27 3:15 a.m.12 views

CVE-2024-52557

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdp: Fix integer overflow in zynqmpdprateget This patch fixes a potential integer overflow in the zynqmpdprateget The issue comes up when the expression drmdpbwcodetolinkratedp-test.bwcode 10000 is evaluated using 32-bi...

5.5CVSS0.00182EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/27 3:15 a.m.8 views

DEBIAN-CVE-2024-49570

In the Linux kernel, the following vulnerability has been resolved: drm/xe/tracing: Fix a potential TPprintk UAF The commit afd2627f727b "tracing: Check "%s" dereference via the field and not the TPprintk format" exposes potential UAFs in the xebomove trace event. Fix those by avoiding...

7.8CVSS5.8AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.3 views

DEBIAN-CVE-2024-52559

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: prevent integer overflow in msmioctlgemsubmit The "submit-cmdi.size" and "submit-cmdi.offset" variables are u32 values that come from the user via the submitlookupcmds function. This addition could lead to an integer...

5.5CVSS5.7AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.8 views

UBUNTU-CVE-2024-49570

In the Linux kernel, the following vulnerability has been resolved: drm/xe/tracing: Fix a potential TPprintk UAF The commit afd2627f727b "tracing: Check "%s" dereference via the field and not the TPprintk format" exposes potential UAFs in the xebomove trace event. Fix those by avoiding...

7.8CVSS6.5AI score0.00221EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/27 3:15 a.m.10 views

UBUNTU-CVE-2025-21780

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid buffer overflow attach in smusyssetpptable It malicious user provides a small pptable through sysfs and then a bigger pptable, it may cause buffer overflow attack in function smusyssetpptable...

7.8CVSS6.7AI score0.00258EPSS
SaveExploits0References41
OSV
OSV
added 2025/02/27 3:15 a.m.13 views

UBUNTU-CVE-2024-52557

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdp: Fix integer overflow in zynqmpdprateget This patch fixes a potential integer overflow in the zynqmpdprateget The issue comes up when the expression drmdpbwcodetolinkratedp-test.bwcode 10000 is evaluated using 32-bi...

5.5CVSS5.7AI score0.00182EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:14 a.m.7 views

SUSE CVE-2021-47657

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Ensure that objs is not NULL in virtiogpuarrayputfree If virtiogpuobjectshmeminit fails e.g. due to fault injection, as it happened in the bug report by syzbot, virtiogpuarrayputfree could be called with objs equal to...

5.5CVSS6.5AI score0.00273EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:14 a.m.8 views

SUSE CVE-2021-47659

In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for formatcount earlier While the check for formatcount 64 in drmuniversalplaneinit shouldn't be hit it's a WARNON, in its current position it will then leak the plane-formattypes array and fail to cal...

3.3CVSS7.5AI score0.00267EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.8 views

SUSE CVE-2022-49055

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmallocarray As the kmallocarray may return null, the 'eventwaitersi.wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmallocarray t...

5.5CVSS7.6AI score0.00266EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.9 views

SUSE CVE-2022-49069

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix by adding FPU protection for dcn30internalvalidatebw Why Below general protection fault observed when WebGL Aquarium is run for longer duration. If drm debug logs are enabled and set to 0x1f then the issue is...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.8 views

SUSE CVE-2022-49125

In the Linux kernel, the following vulnerability has been resolved: drm/sprd: fix potential NULL dereference 'drm' could be null in sprddrmshutdown, and drmwarn maybe dereference it, remove this warning log. v1 - v2: - Split checking platformgetresource return value to a separate patch - Use...

5.5CVSS6.8AI score0.00229EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.8 views

SUSE CVE-2022-49128

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pmruntimeputsync pmruntimegetsync will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with...

5.5CVSS6.4AI score0.00252EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.6 views

SUSE CVE-2022-49133

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfdprocessnotifierrelease flush svmrangerestorework which calls svmrangelistlockandflushwork to flush deferredlist work, but if deferredlist work mmput release the las...

5.5CVSS6.9AI score0.0026EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.7 views

SUSE CVE-2022-49135

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak why Resource release is needed on the error handling path to prevent memory leak. how Fix this by adding kfree on the error handling path...

5.5CVSS6.5AI score0.00261EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.7 views

SUSE CVE-2022-49218

In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix OOB read when handling Post Cursor2 register The linkstatus array was not large enough to read the Adjust Request Post Cursor2 register, so remove the common helper function to avoid an OOB read, found with a...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.8 views

SUSE CVE-2022-49232

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a NULL pointer dereference in amdgpudmconnectoraddcommonmodes In amdgpudmconnectoraddcommonmodes, amdgpudmcreatecommonmode is assigned to mode and is passed to drmmodeprobedadd directly after that...

5.5CVSS7.5AI score0.00264EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:09 a.m.9 views

SUSE CVE-2022-49294

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check if modulo is 0 before dividing. How & Why If a value of 0 is read, then this will cause a divide-by-0 panic...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:08 a.m.8 views

SUSE CVE-2022-49359

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Job should reference MMU not filepriv For a while now it's been allowed for a MMU context to outlive it's corresponding panfrostpriv, however the job structure still references panfrostpriv to get hold of the MMU...

5.5CVSS6.9AI score0.00265EPSS
SaveExploits0References5
Rows per page
Query Builder