Lucene search
+L

1613 matches found

Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.17 views

CVE-2021-47535 drm/msm/a6xx: Allocate enough space for GMU registers

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 "drm/msm/a6xx: fix crashstate capture for A650" we changed a6xxgetgmuregisters to read 3 sets of registers. Unfortunately, we didn't change the memory...

7.8CVSS6.7AI score0.00236EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/24 3:9 p.m.90 views

CVE-2021-47535

CVE-2021-47535 refers to a Linux kernel flaw in drm/msm/a6xx where a6xx_get_gmu_registers() now reads 3 GMU register sets but the destination array was not resized, causing a slab-out-of-bounds write (KASAN) on affected ChromeOS 5.4 kernels. The issue can trigger memory corruption during crashsta...

7.8CVSS6.5AI score0.00236EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/05/24 3:9 p.m.80 views

CVE-2021-47532

CVE-2021-47532 concerns a leak in the Linux kernel related to the DRM MSM devfreq OPP reference counter. The vulnerability is described as a local issue in the kernel’s OPP handling that could leak references in the OPP (Operating Performance Point) management path within the drm/msm/devfreq subs...

5.5CVSS6.7AI score0.00193EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.15 views

CVE-2021-47531 drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix mmap to include VMIO and VMDONTDUMP In commit 510410bfc034 "drm/msm: Implement mmap as GEM object function" we switched to a new/cleaner method of doing things. That's good, but we missed a little bit. Before that...

6.7AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:9 p.m.83 views

CVE-2021-47531

Mode C CVE-2021-47531: Linux kernel MSM DRM mmap handling fixed. The issue occurred when switching to the new mmap path (drm/msm: Implement mmap as GEM object function) and skipping the default mmap code. This caused missing VM_FLAGS and page-prot setup, contributing to crashes on ARC++ Chromeboo...

5.5CVSS6.6AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.31 views

CVE-2021-47531 drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix mmap to include VMIO and VMDONTDUMP In commit 510410bfc034 "drm/msm: Implement mmap as GEM object function" we switched to a new/cleaner method of doing things. That's good, but we missed a little bit. Before that...

6.3AI score0.00205EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.14 views

CVE-2021-47530 drm/msm: Fix wait_fence submitqueue leak

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix waitfence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper to simplify handling this in the various different...

6.8AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/24 3:9 p.m.86 views

CVE-2021-47530

CVE-2021-47530: Linux kernel vulnerability in drm/msm where the submitqueue reference leak was not dropped across all paths, notably when the fence had already signaled. The fix (described as extracting a helper to normalize handling across different returns) resolves the leak. Public advisories ...

5.5CVSS6.6AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/24 3:9 p.m.33 views

CVE-2021-47530 drm/msm: Fix wait_fence submitqueue leak

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix waitfence submitqueue leak We weren't dropping the submitqueue reference in all paths. In particular, when the fence has already been signalled. Split out a helper to simplify handling this in the various different...

6.4AI score0.00205EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/05/24 12:0 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from a vulnerability in the drm/msm module...

5.5CVSS6.1AI score0.00205EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/24 12:0 a.m.7 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 the Linux kernel that originates from a commit queue leak in the drm/msm module waitfence...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:5 a.m.26 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...

4.4CVSS6.4AI score0.00206EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/22 7:15 a.m.18 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...

5.5CVSS6.3AI score
SaveExploits0References2
OSV
OSV
added 2024/05/22 7:15 a.m.2 views

DEBIAN-CVE-2021-47446

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"...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.21 views

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.5CVSS6.9AI score
SaveExploits0References8
NVD
NVD
added 2024/05/22 7:15 a.m.30 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.8CVSS6.4AI score0.00206EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/22 7:15 a.m.22 views

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.5CVSS6.5AI score0.00226EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/22 7:15 a.m.3 views

DEBIAN-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.5CVSS5.3AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.13 views

CVE-2021-47446

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"...

5.5CVSS7AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.24 views

CVE-2021-47446

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.8CVSS5.9AI score0.00206EPSS
SaveExploits0References4
Rows per page
Query Builder