Lucene search
+L

433 matches found

UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.21 views

CVE-2021-47447

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

7.8CVSS5.8AI score0.00206EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/22 7:15 a.m.10 views

UBUNTU-CVE-2021-47445

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null pointer dereference on pointer edp The initialization of pointer dev dereferences pointer edp before edp is null checked, so there is a potential null pointer deference issue. Fix this by only dereferencing edp...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References11
CVE
CVE
added 2024/05/22 6:19 a.m.93 views

CVE-2021-47447

The CVE-2021-47447 issue concerns the Linux kernel DRM MSM A3XX driver: drm/msm/a3xx_gpu_init() contained error paths that returned 1 on failure instead of a negative error code, and a check for ret != -ENODATA failed because ret was 1, risking an Oops in the caller. Astra Linux advisory confirms...

7.8CVSS6.6AI score0.00206EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/22 6:19 a.m.35 views

CVE-2021-47446 drm/msm/a4xx: fix error handling in a4xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xxgpuinit This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" cannot be true because "ret"...

7.8CVSS6.5AI score0.00206EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/04/02 11:41 p.m.25 views

CVE-2024-26667

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for valid hwpp in dpuencoderhelperphyscleanup The commit 8b45a26f2ba9 "drm/msm/dpu: reserve cdm blocks for writeback in case of YUV output" introduced a smatch warning about another conditional block in...

4.4CVSS6.9AI score0.00225EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/02 7:15 a.m.29 views

CVE-2024-26667

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for valid hwpp in dpuencoderhelperphyscleanup The commit 8b45a26f2ba9 "drm/msm/dpu: reserve cdm blocks for writeback in case of YUV output" introduced a smatch warning about another conditional block in...

5.5CVSS7.5AI score0.00225EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/02 6:22 a.m.116 views

CVE-2024-26667

CVE-2024-26667 affects the Linux kernel DRM MSM DPU path: the vulnerability stems from dereferencing hw_pp in dpu_encoder_helper_phys_cleanup assuming validity. The fix adds a validity check for hw_pp before use, aligning with the commit 8b45a26f2ba9 and related patchwork note. Patch details show...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/02 6:22 a.m.21 views

CVE-2024-26667 drm/msm/dpu: check for valid hw_pp in dpu_encoder_helper_phys_cleanup

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for valid hwpp in dpuencoderhelperphyscleanup The commit 8b45a26f2ba9 "drm/msm/dpu: reserve cdm blocks for writeback in case of YUV output" introduced a smatch warning about another conditional block in...

6.7AI score0.00225EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/02 12:00 a.m.29 views

CVE-2024-26667

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for valid hwpp in dpuencoderhelperphyscleanup The commit 8b45a26f2ba9 "drm/msm/dpu: reserve cdm blocks for writeback in case of YUV output" introduced a smatch warning about another conditional block in...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.6 views

SUSE CVE-2023-52586

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

4.7CVSS6.2AI score0.00161EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/03/06 10:38 p.m.28 views

CVE-2023-52586

A vulnerability was found in the Linux kernel which involves a potential race condition when registering/unregistering the vblank irq callback. This could lead to inconsistent or undefined behavior when multiple threads attempt to access/modify the blank irq state simultaneously...

6.7CVSS8.8AI score0.00161EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/06 7:15 a.m.27 views

CVE-2023-52586

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7.8CVSS6.3AI score0.00161EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/06 7:15 a.m.3 views

DEBIAN-CVE-2023-52586

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7CVSS5.5AI score0.00161EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/03/06 6:45 a.m.63 views

CVE-2023-52586

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7.8CVSS7.5AI score0.00161EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/06/28 12:00 a.m.34 views

CVE-2023-3355 Null pointer dereference in submit_lookup_cmds() in drivers/gpu/drm/msm/msm_gem_submit.c

A NULL pointer dereference flaw was found in the Linux kernel's drivers/gpu/drm/msm/msmgemsubmit.c code in the submitlookupcmds function, which fails because it lacks a check of the return value of kmalloc. This issue allows a local user to crash the system...

4.7CVSS5.6AI score0.00288EPSS
SaveExploits0References3
NVD
NVD
added 2023/06/20 8:15 p.m.21 views

CVE-2023-3220

An issue was discovered in the Linux kernel through 6.1-rc8. dpucrtcatomiccheck in drivers/gpu/drm/msm/disp/dpu1/dpucrtc.c lacks check of the return value of kzalloc and will cause the NULL Pointer Dereference...

5.5CVSS6.2AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2023/01/31 3:43 p.m.12 views

GSD-2023-1001723 drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer

drm/msm/dp: do not complete dpauxcmdfifotx if irq is not for aux transfer This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.7 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/01/05 12:00 a.m.5 views

PT-2023-9421 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.2.0-rc1-dirty 11 Description: The vulnerability is related to a NULL pointer dereference in the Linux kernel's drm/msm component, specifically when the Adreno GPU is working in headless mode. This can cause an...

8.4CVSS6.4AI score0.01915EPSS
SaveExploits13References1610
OSV
OSV
added 2022/11/14 7:28 p.m.8 views

GSD-2022-1007353 drm/msm/dsi: fix memory corruption with too many bridges

drm/msm/dsi: fix memory corruption with too many bridges This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.223 by commit...

7.4AI score
SaveExploits0
OSV
OSV
added 2022/11/14 6:43 p.m.11 views

GSD-2022-1006838 drm/msm: Make .remove and .shutdown HW shutdown consistent

drm/msm: Make .remove and .shutdown HW shutdown consistent This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.3 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder