Lucene search
+L

8734 matches found

OSV
OSV
added 2024/06/24 1:56 p.m.12 views

CVE-2024-37026 drm/xe: Only use reserved BCS instances for usm migrate exec queue

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Only use reserved BCS instances for usm migrate exec queue The GuC context scheduling queue is 2 entires deep, thus it is possible for a migration job to be stuck behind a fault if migration exec queue shares engines with...

5.8AI score
SaveExploits0References5
OSV
OSV
added 2024/06/24 1:52 p.m.24 views

CVE-2024-39291 drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix buffer size in gfxv943init cpcomputemicrocode and rlcmicrocode The function gfxv943initmicrocode in gfxv943.c was generating about potential truncation of output when using the snprintf function. The issue was due...

6.3AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/06/24 1:50 p.m.24 views

CVE-2024-38664 drm: zynqmp_dpsub: Always register bridge

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdpsub: Always register bridge We must always register the DRM bridge, since zynqmpdphpdworkfunc calls drmbridgehpdnotify, which in turn expects hpdmutex to be initialized. We do this before zynqmpdpsubdrminit since tha...

6.8AI score0.00201EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/06/24 1:50 p.m.40 views

CVE-2024-38664 drm: zynqmp_dpsub: Always register bridge

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdpsub: Always register bridge We must always register the DRM bridge, since zynqmpdphpdworkfunc calls drmbridgehpdnotify, which in turn expects hpdmutex to be initialized. We do this before zynqmpdpsubdrminit since tha...

0.00201EPSS
SaveExploits0References3
CVE
CVE
added 2024/06/24 1:50 p.m.137 views

CVE-2024-38664

CVE-2024-38664 affects the Linux kernel driver path for ZynqMP DP: the drm/zy nqmp bridge initialization could trigger a lockdep warning due to zynqmp_dp_hpd_work_func calling drm_bridge_hpd_notify before the hpd_mutex is initialized. The fix ensures the DRM bridge is always registered prior to z...

7.8CVSS8.3AI score0.00201EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/06/24 1:50 p.m.13 views

CVE-2024-38664 drm: zynqmp_dpsub: Always register bridge

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdpsub: Always register bridge We must always register the DRM bridge, since zynqmpdphpdworkfunc calls drmbridgehpdnotify, which in turn expects hpdmutex to be initialized. We do this before zynqmpdpsubdrminit since tha...

5.9AI score
SaveExploits0References6
OSV
OSV
added 2024/06/24 12:10 p.m.18 views

CLSA-2024-1719231016 kernel: Fix of 52 CVEs

net: iptunnel: make sure to pull inner header in iptunnelrcv CVE-2024-26882 - tls: fix use-after-free on failed backlog decryption CVE-2024-26800 - tls: separate no-async decryption request handling from async CVE-2024-26584 - tls: decrement decryptpending if no async completion will be called...

9.8CVSS7AI score0.02403EPSS
SaveExploits3References1
CNNVD
CNNVD
added 2024/06/24 12:00 a.m.5 views

Linux kernel security vulnerabilities

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 a security issue in drm zynqmpdpsub...

7.8CVSS6.4AI score0.00201EPSS
SaveExploits0References6
Amazon
Amazon
added 2024/06/24 12:00 a.m.14 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix use after free in rmiunregisterfunction CVE-2023-52840 In the Linux kernel, the following vulnerability has been resolved: llc: verify mac len before reading mac header CVE-2023-52843 I...

7.8CVSS6.5AI score0.00343EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/06/24 12:00 a.m.10 views

Linux kernel security vulnerabilities

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 drm/xe module using only reserved BCS instances for usm migration execution queues...

5.5CVSS6.7AI score0.00186EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/22 4:09 a.m.7 views

SUSE CVE-2022-48756

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: invalid parameter check in msmdsiphyenable The function performs a check on the "phy" input parameter, however, it is used before the check. Initialize the "dev" variable after the sanity check to avoid a possible NU...

5.5CVSS7.5AI score0.0021EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/06/22 4:08 a.m.7 views

SUSE CVE-2022-48766

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wrap dcn301calculatewmanddlg for FPU. Mirrors the logic for dcn30. Cue lots of WARNs and some kernel panics without this fix...

5.5CVSS6.2AI score0.00182EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/06/22 3:35 a.m.3 views

SUSE CVE-2024-38549

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

5.5CVSS6.2AI score0.00281EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/06/21 7:52 p.m.24 views

CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

4.4CVSS7AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/21 11:15 a.m.20 views

CVE-2024-38390

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xxdestroy before adrenogpuinit leads to a null pointer dereference on: msmgpucleanup : platformsetdrvdatagpu-pdev, NULL; as gpu-pdev is only assigned...

5.5CVSS0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/21 11:15 a.m.5 views

DEBIAN-CVE-2024-38390

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xxdestroy before adrenogpuinit leads to a null pointer dereference on: msmgpucleanup : platformsetdrvdatagpu-pdev, NULL; as gpu-pdev is only assigned...

5.5CVSS5AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/21 11:15 a.m.13 views

UBUNTU-CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/21 11:15 a.m.13 views

UBUNTU-CVE-2024-38390

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xxdestroy before adrenogpuinit leads to a null pointer dereference on: msmgpucleanup : platformsetdrvdatagpu-pdev, NULL; as gpu-pdev is only assigned...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.26 views

CVE-2024-38390

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xxdestroy before adrenogpuinit leads to a null pointer dereference on: msmgpucleanup : platformsetdrvdatagpu-pdev, NULL; as gpu-pdev is only assigned...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.26 views

CVE-2024-38622

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References12
Rows per page
Query Builder