Lucene search
+L

1607 matches found

Cvelist
Cvelist
added 2024/05/24 3:9 p.m.27 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
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.12 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.84 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
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
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
RedhatCVE
RedhatCVE
added 2024/05/23 11:5 a.m.25 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.00196EPSS
SaveExploits0References4
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.00196EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.16 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
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
NVD
NVD
added 2024/05/22 7:15 a.m.27 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.4AI score0.00196EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/22 7:15 a.m.20 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
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
OSV
OSV
added 2024/05/22 7:15 a.m.2 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
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.16 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.1AI score0.00226EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.20 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.5CVSS5.8AI score0.00196EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.22 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.5CVSS5.9AI score0.00196EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/22 7:15 a.m.10 views

UBUNTU-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.7AI score0.00196EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.6 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
Cvelist
Cvelist
added 2024/05/22 6:19 a.m.29 views

CVE-2021-47447 drm/msm/a3xx: fix error handling in a3xx_gpu_init()

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

6.3AI score0.00196EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/22 6:19 a.m.84 views

CVE-2021-47447

CVE-2021-47447 : Linux kernel MSM DRM driver (drm/msm/a3xx) fix implemented for incorrect error handling in a3xx_gpu_init. Error paths returned 1 (not a negative errno), risking an Oops; also the ret check for -ENODATA failed since ret could be 1. The connected advisories confirm this as a kernel...

5.5CVSS6.6AI score0.00196EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder