Lucene search
+L

8751 matches found

Vulnrichment
Vulnrichment
added 2024/05/21 3:04 p.m.21 views

CVE-2021-47410 drm/amdkfd: fix svm_migrate_fini warning

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svmmigratefini warning Device manager releases device-specific resources when a driver disconnects from a device, devmmemunmappages and devmreleasememregion calls in svmmigratefini are redundant. It causes below...

6.8AI score0.00208EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 3:04 p.m.57 views

CVE-2021-47410

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svmmigratefini warning Device manager releases device-specific resources when a driver disconnects from a device, devmmemunmappages and devmreleasememregion calls in svmmigratefini are redundant. It causes below...

5.5CVSS6.1AI score0.00208EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:03 p.m.117 views

CVE-2021-47362

CVE-2021-47362 affects the Linux kernel’s drm/amd/pm power management code. The vulnerability occurs during DPM initialization when set_power_state reads values from the current state; if current state is not populated, this can lead to a NULL pointer dereference. The ATCS/ACPI path for PCI speed...

5.5CVSS6.7AI score0.00239EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.77 views

CVE-2021-47362

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Update intermediate power state for SI Update the current state as boot state during dpm initialization. During the subsequent initialization, setpowerstate gets called to transition to the final power state...

5.5CVSS6.7AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:03 p.m.37 views

CVE-2020-36788

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: avoid a use-after-free when BO init fails nouveauboinit is backed by ttmboinit and ferries its return code back to the caller. On failures, ttmboinit invokes the provided destructor which should de-initialize and fre...

7.8CVSS7.3AI score0.0023EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.30 views

CVE-2021-47354 drm/sched: Avoid data corruptions

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Avoid data corruptions Wait for all dependencies of a job to complete before killing it to avoid data corruptions...

7.1CVSS6.5AI score0.00734EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/21 2:35 p.m.132 views

CVE-2021-47354

CVE-2021-47354 affects the Linux kernel’s DRM scheduler. The issue arises from not waiting for all dependencies of a job to complete before terminating it, which could lead to data corruption. The published notes describe the vulnerable component as the kernel’s DRM/sched path and the fix as ensu...

9.1CVSS9.1AI score0.00734EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/05/21 2:35 p.m.135 views

CVE-2021-47348

The CVE-2021-47348 issue affects the Linux kernel, specifically the DRM AMD display path. The root cause is HDCP over-read/corruption due to reading 8 bytes instead of the targeted 5 bytes for a field; this could yield a corrupted value if trailing bytes are non-zero. The fix introduces a properl...

9.1CVSS9.2AI score0.00987EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:20 p.m.22 views

CVE-2021-47280

In the Linux kernel, the following vulnerability has been resolved: drm: Fix use-after-free read in drmgetunique There is a time-of-check-to-time-of-use error in drmgetunique due to retrieving filepriv-master prior to locking the device's master mutex. An example can be seen in the crash report o...

7CVSS6.8AI score0.00183EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.48 views

CVE-2021-47253

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

5.5CVSS5.6AI score0.00225EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/21 2:02 a.m.8 views

SUSE CVE-2023-52673

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a debugfs null pointer error WHY & HOW Check whether getsubvpen callback exists before calling it...

5.5CVSS6.7AI score0.00202EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/05/21 2:01 a.m.5 views

SUSE CVE-2023-52694

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tpd12s015: Drop buggy exit annotation for remove function With tpd12s015remove marked with exit this function is discarded when the driver is compiled as a built-in. The result is that when the driver unbinds there is...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.8 views

SUSE CVE-2024-35786

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix stale locked mutex in nouveaugemioctlpushbuf If VMBIND is enabled on the client the legacy submission ioctl can't be used, however if a client tries to do so regardless it will return an error. In this case the...

5.5CVSS6.7AI score0.00173EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.8 views

SUSE CVE-2024-35829

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in limaheapalloc When limavmmapbo fails, the resources need to be deallocated, or there will be memleaks...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.8 views

SUSE CVE-2024-35927

In the Linux kernel, the following vulnerability has been resolved: drm: Check output polling initialized before disabling In drmkmshelperpolldisable check if output polling support is initialized before disabling polling. If not flag this as a warning. Additionally in drmmodeconfighelpersuspend...

5.5CVSS6.6AI score0.0021EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.6 views

SUSE CVE-2024-35932

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: don't check if plane-state-fb == state-fb Currently, when using non-blocking commits, we can see the following kernel warning: 110.908514 ------------ cut here ------------ 110.908529 refcountt: underflow; use-after-free...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.7 views

SUSE CVE-2024-35950

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fully protect modes with dev-modeconfig.mutex The modes array contains pointers to modes on the connectors' mode lists, which are protected by dev-modeconfig.mutex. Thus we need to extend modes the same protection or ...

7CVSS6.2AI score0.00256EPSS
SaveExploits0References168
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.8 views

Linux kernel 安全漏洞

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 Linux kernel, which stems from an out-of-bounds vulnerability in the drm/amd module...

6.6CVSS6.2AI score0.00244EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.17 views

Linux kernel 安全漏洞

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 Linux kernel, which stems from a null pointer dereference vulnerability in the drm/panel module...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.22 views

Linux kernel 安全漏洞

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 Linux kernel, which stems from a null pointer dereference vulnerability in the drm/amdgpu/vkms module...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References6
Rows per page
Query Builder