Lucene search
+L

9416 matches found

Vulnrichment
Vulnrichment
•added 2024/12/27 3:06 p.m.•4 views

CVE-2024-56666 drm/amdkfd: Dereference null return value

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Dereference null return value In the function pqmuninit there is a call-assignment of "pdd = kfdgetprocessdevicedata" which could be null, and this value was later dereferenced without checking...

6.1AI score0.00184EPSS
SaveExploits0References2
CVE
CVE
•added 2024/12/27 3:06 p.m.•79 views

CVE-2024-56666

In Linux kernel, drm/amdkfd: Dereference null return value in pqm_uninit occurs when pdd = kfd_get_process_device_data could be NULL and is dereferenced without NULL-checking. This is a local, low-privilege issue with MEDIUM impact per CVSS v3.1 (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H). The CVE is m...

5.5CVSS6.6AI score0.00184EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
•added 2024/12/27 3:06 p.m.•15 views

CVE-2024-56652

In the Linux kernel, the following vulnerability has been resolved: drm/xe/regsr: Remove register pool That pool implementation doesn't really work: if the krealloc happens to move the memory and return another address, the entries in the xarray become invalid, leading to use-after-free later: BU...

7.8CVSS6.2AI score0.00213EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2024/12/27 2:51 p.m.•14 views

CVE-2024-56616

In the Linux kernel, the following vulnerability has been resolved: drm/dpmst: Fix MST sideband message body length check Fix the MST sideband message body length check, which must be at least 1 byte accounting for the message body CRC aka message data CRC at the end of the message. This fixes a...

7.8CVSS5.9AI score0.00215EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2024/12/27 2:51 p.m.•30 views

CVE-2024-56594

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: set the right AMDGPU sg segment limitation The driver needs to set the correct maxsegmentsize; otherwise debugdmamapsg will complain about the over-mapping of the AMDGPU sg length as following: WARNING: CPU: 6 PID: 19...

5.5CVSS5.7AI score0.00227EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2024/12/27 2:22 p.m.•17 views

CVE-2024-56552

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gucsubmit: fix race around suspendpending Currently in some testcases we can trigger: xe 0000:03:00.0: drm Assertion execqueuedestroyedq failed! .... WARNING: CPU: 18 PID: 2640 at drivers/gpu/drm/xe/xegucsubmit.c:1826...

7.8CVSS5.6AI score0.00145EPSS
SaveExploits0
OSV
OSV
•added 2024/12/27 2:22 p.m.•14 views

CVE-2024-56552 drm/xe/guc_submit: fix race around suspend_pending

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gucsubmit: fix race around suspendpending Currently in some testcases we can trigger: xe 0000:03:00.0: drm Assertion execqueuedestroyedq failed! .... WARNING: CPU: 18 PID: 2640 at drivers/gpu/drm/xe/xegucsubmit.c:1826...

7.8CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2024/12/27 2:22 p.m.•43 views

CVE-2024-56551 drm/amdgpu: fix usage slab after free

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix usage slab after free +0.000021 BUG: KASAN: slab-use-after-free in drmschedentityflush+0x6cb/0x7a0 gpusched +0.000027 Read of size 8 at addr ffff8881b8605f88 by task amdpciunplug/2147 +0.000023 CPU: 6 PID: 2147...

7.8CVSS0.00237EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2024/12/27 2:22 p.m.•79 views

CVE-2024-56551

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix usage slab after free +0.000021 BUG: KASAN: slab-use-after-free in drmschedentityflush+0x6cb/0x7a0 gpusched +0.000027 Read of size 8 at addr ffff8881b8605f88 by task amdpciunplug/2147 +0.000023 CPU: 6 PID: 2147...

7.8CVSS5.9AI score0.00237EPSS
SaveExploits0
CVE
CVE
•added 2024/12/27 2:22 p.m.•279 views

CVE-2024-56551

Summary (CVE-2024-56551) : In the Linux kernel, the drm/amdgpu driver fixes a use-after-free in the slab allocator. The vulnerability is triggered by a use-after-free in the GPU scheduling path, specifically involving drm_sched_entity_flush, where a 8-byte read could occur after an object had bee...

7.8CVSS6.6AI score0.00237EPSS
SaveExploits0References6Affected Software1
NVD
NVD
•added 2024/12/27 2:15 p.m.•22 views

CVE-2024-56538

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpkms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This causes any further userspace accesses to result in an...

7.8CVSS0.0027EPSS
SaveExploits0References4
OSV
OSV
•added 2024/12/27 2:15 p.m.•12 views

UBUNTU-CVE-2024-53201

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipectx-planestate in dcn20programpipe This commit addresses a null pointer dereference issue in dcn20programpipe. Previously, commit 8e4ed3cf1642 "drm/amd/display: Add null check for...

5.5CVSS6.5AI score0.00216EPSS
SaveExploits0References13
OSV
OSV
•added 2024/12/27 2:15 p.m.•14 views

UBUNTU-CVE-2024-56538

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpkms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This causes any further userspace accesses to result in an...

7.8CVSS6.5AI score0.0027EPSS
SaveExploits0References33
CVE
CVE
•added 2024/12/27 2:11 p.m.•162 views

CVE-2024-56538

Technical details for CVE-2024-56538 (Linux kernel drm: zynqmp_kms unplug before removal) are not publicly provided in the connected documents. Monitor for updates; none of the OpenVAS/USN entries include exact exploit specifics, affected versions, or fixes beyond referencing the CVE.

7.8CVSS6.5AI score0.0027EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2024/12/27 2:11 p.m.•14 views

CVE-2024-56538 drm: zynqmp_kms: Unplug DRM device before removal

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpkms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This causes any further userspace accesses to result in an...

7.8CVSS6.9AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2024/12/27 2:11 p.m.•38 views

CVE-2024-56538 drm: zynqmp_kms: Unplug DRM device before removal

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpkms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This causes any further userspace accesses to result in an...

7.8CVSS0.0027EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2024/12/27 2:11 p.m.•34 views

CVE-2024-56538

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpkms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This causes any further userspace accesses to result in an...

7.8CVSS6.2AI score0.0027EPSS
SaveExploits0
Vulnrichment
Vulnrichment
•added 2024/12/27 2:11 p.m.•11 views

CVE-2024-56538 drm: zynqmp_kms: Unplug DRM device before removal

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpkms: Unplug DRM device before removal Prevent userspace accesses to the DRM device from causing use-after-frees by unplugging the device before we remove it. This causes any further userspace accesses to result in an...

7.5AI score0.0027EPSS
SaveExploits0References4
OSV
OSV
•added 2024/12/27 1:49 p.m.•15 views

CVE-2024-53200 drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipectx-planestate in hwsssetupdpp This commit addresses a null pointer dereference issue in hwsssetupdpp. The issue could occur when pipectx-planestate is null. The fix adds a check to ensure...

5.5CVSS6AI score
SaveExploits0References7
CVE
CVE
•added 2024/12/27 1:49 p.m.•144 views

CVE-2024-53200

Technical details about CVE-2024-53200 are not publicly provided in the supplied documents. Monitor vendor advisories for updates, affected products, impact, and fixes.

5.5CVSS6.9AI score0.00219EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder