Lucene search
+L

8689 matches found

OSV
OSV
added 2024/09/18 6:32 a.m.24 views

CVE-2024-46723 drm/amdgpu: fix ucode out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix ucode out-of-bounds read warning Clear warning that read ucode may out-of-bounds...

6.1AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.42 views

CVE-2024-46722 drm/amdgpu: fix mc_data out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mcdata out-of-bounds read warning Clear warning that read mcdatai-1 may out-of-bounds...

0.00253EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/18 6:32 a.m.25 views

CVE-2024-46722 drm/amdgpu: fix mc_data out-of-bounds read warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mcdata out-of-bounds read warning Clear warning that read mcdatai-1 may out-of-bounds...

6.1AI score
SaveExploits0References13
CVE
CVE
added 2024/09/18 6:32 a.m.132 views

CVE-2024-46720

CVE-2024-46720 affects the Linux kernel; the issue is in the DRM AMDGPU path where a dereference after a null pointer check was fixed. The description from the initial document notes “drm/amdgpu: fix dereference after null check” and “check the pointer hive before use.” The connected Azure Linux ...

5.5CVSS6.1AI score0.0022EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.23 views

CVE-2024-46720 drm/amdgpu: fix dereference after null check

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix dereference after null check check the pointer hive before use...

0.0022EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.17 views

CVE-2024-46720 drm/amdgpu: fix dereference after null check

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix dereference after null check check the pointer hive before use...

6.9AI score0.0022EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/09/18 6:32 a.m.25 views

CVE-2024-46718

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't overmap identity VRAM mapping Overmapping the identity VRAM mapping is triggering hardware bugs on certain platforms. Use 2M pages for the last unaligned to 1G VRAM chunk. v2: - Always use 2M pages for last chunk Fe...

5.5CVSS5.4AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2024/09/18 6:32 a.m.117 views

CVE-2024-46718

CVE-2024-46718 affects the Linux kernel DRM/xe identity VRAM mapping. The issue is overmapping the identity VRAM mapping, which could trigger hardware bugs on certain platforms. The fix uses 2M pages for the last unaligned (to 1G) VRAM chunk, with v2/v3 updates tightening page usage and checks (2...

5.5CVSS6.8AI score0.00179EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.21 views

CVE-2024-46718 drm/xe: Don't overmap identity VRAM mapping

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't overmap identity VRAM mapping Overmapping the identity VRAM mapping is triggering hardware bugs on certain platforms. Use 2M pages for the last unaligned to 1G VRAM chunk. v2: - Always use 2M pages for last chunk Fe...

7.1AI score0.00179EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 6:32 a.m.140 views

CVE-2024-46714

CVE-2024-46714 in the Linux kernel is addressed by a fix in the DRM/AMD display path: the code now skips the wbscl_set_scaler_filter when the filter is null, preventing a potential NULL return from wbscl_get_filter_coeffs_16p from causing a null dereference. A null check was added to ensure filte...

5.5CVSS6.1AI score0.00239EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/09/18 6:32 a.m.15 views

CVE-2024-46714 drm/amd/display: Skip wbscl_set_scaler_filter if filter is null

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip wbsclsetscalerfilter if filter is null Callers can pass null in filter i.e. from returned from the function wbsclgetfiltercoeffs16p and a null check is added to ensure that is not the case. This fixes 4...

6.1AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/09/18 6:32 a.m.23 views

CVE-2024-46714 drm/amd/display: Skip wbscl_set_scaler_filter if filter is null

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip wbsclsetscalerfilter if filter is null Callers can pass null in filter i.e. from returned from the function wbsclgetfiltercoeffs16p and a null check is added to ensure that is not the case. This fixes 4...

6.7AI score0.00239EPSS
SaveExploits0References7
Amazon
Amazon
added 2024/09/18 12:00 a.m.5 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: don't allow mapping the MMIO HDP page with large pages CVE-2024-41011 In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix null pointer dereference on error...

7.8CVSS6.5AI score0.00886EPSS
SaveExploits2
SUSE CVE
SUSE CVE
added 2024/09/17 2:50 a.m.8 views

SUSE CVE-2024-46705

In the Linux kernel, the following vulnerability has been resolved: drm/xe: reset mmio mappings with devm Set our various mmio mappings to NULL. This should make it easier to catch something rogue trying to mess with mmio after device removal. For example, we might unmap everything and then start...

5.5CVSS7.7AI score0.00202EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/09/17 12:00 a.m.11 views

PT-2024-33922

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel, specifically in the drm/xe/oa component. The issue arises when the xe bb create job function appends a MI BATCH BUFFER END to the...

5.5CVSS5.7AI score0.00217EPSS
SaveExploits0
OSV
OSV
added 2024/09/14 11:07 a.m.10 views

OESA-2024-2123 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was eas...

7.8CVSS6AI score0.00886EPSS
SaveExploits5References23
SUSE CVE
SUSE CVE
added 2024/09/14 2:51 a.m.7 views

SUSE CVE-2024-46683

In the Linux kernel, the following vulnerability has been resolved: drm/xe: prevent UAF around preempt fence The fence lock is part of the queue, therefore in the current design anything locking the fence should then also hold a ref to the queue to prevent the queue from being freed. However,...

7CVSS7.6AI score0.00215EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/09/14 2:51 a.m.7 views

SUSE CVE-2024-46694

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid using null object of framebuffer Instead of using state-fb-obj0 directly, get object from framebuffer by calling drmgemfbgetobj and return error code when object is null to avoid using null object of...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/09/14 2:50 a.m.7 views

SUSE CVE-2024-46709

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix prime with external buffers Make sure that for external buffers mapping goes through the dmabuf interface instead of trying to access pages directly. External buffers might not provide direct access to...

5.5CVSS7.2AI score0.0023EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/09/13 3:13 p.m.16 views

CVE-2024-46694

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid using null object of framebuffer Instead of using state-fb-obj0 directly, get object from framebuffer by calling drmgemfbgetobj and return error code when object is null to avoid using null object of...

4.4CVSS7.4AI score0.00228EPSS
SaveExploits0References4
Rows per page
Query Builder