Lucene search
+L

1757 matches found

CVE
CVE
•added 2024/10/21 6:01 p.m.•162 views

CVE-2024-49901

CVE-2024-49901 concerns the Linux kernel DRM MSM Adreno path. The root cause was a NULL pointer dereference during cleanup when gpu->pdev may still be NULL during early initialization, including cases where speedbin data exists but opp/hw data in DT is missing. The vulnerability was resolved b...

5.5CVSS5.1AI score0.00235EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
•added 2024/10/21 6:01 p.m.•18 views

CVE-2024-49901 drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Assign msmgpu-pdev earlier to avoid nullptrs There are some cases, such as the one uncovered by Commit 46d4efcccc68 "drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails" where msmgpucleanup :...

6.8AI score0.00235EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2024/10/21 6:01 p.m.•45 views

CVE-2024-49901 drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Assign msmgpu-pdev earlier to avoid nullptrs There are some cases, such as the one uncovered by Commit 46d4efcccc68 "drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails" where msmgpucleanup :...

0.00235EPSS
SaveExploits0References4
CNNVD
CNNVD
•added 2024/10/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 the Linux kernel that stems from an improper assignment of msmgpu-pdev in the drm/msm/adreno subsystem, which could result in a null pointer...

5.5CVSS6.6AI score0.00235EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
•added 2024/10/10 12:00 a.m.•59 views

SUSE SLES12: cluster-md-kmp-rt / dlm-kmp-rt / gfs2-kmp-rt / kernel-devel-rt / etc (SUSE-SU-2024:3566-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3566-1 advisory. The SUSE Linux Enterprise 12 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS6.9AI score0.00934EPSS
SaveExploits3References273
NVD
NVD
•added 2024/10/07 1:15 p.m.•35 views

CVE-2024-23378

Memory corruption while invoking IOCTL calls for MSM module from the user space during audio playback and record...

6.7CVSS0.0011EPSS
SaveExploits0References1
CVE
CVE
•added 2024/10/07 12:58 p.m.•68 views

CVE-2024-23378

CVE-2024-23378 affects the MSM module in Qualcomm chipsets. The vulnerability is described as memory corruption occurring when invoking IOCTL calls from user space during audio playback and recording, caused by improper handling of IOCTLs. The provided documents do not specify concrete affected v...

6.7CVSS6.8AI score0.0011EPSS
SaveExploits0References1Affected Software1
CNVD
CNVD
•added 2024/09/13 12:00 a.m.•15 views

Unspecified vulnerability in Linux kernel (CNVD-2024-39464)

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 an encoder connector assignment problem in the drm/msm/dpu component...

5.5CVSS6.5AI score0.00208EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2024/09/12 2:51 a.m.•8 views

SUSE CVE-2024-45015

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpuencoder's connector assignment to atomicenable For cases where the crtc's connectorschanged was set without enable/active getting toggled , there is an atomicenable call followed by an atomicdisable but witho...

5.5CVSS6.4AI score0.00208EPSS
SaveExploits0References14
RedhatCVE
RedhatCVE
•added 2024/09/11 5:24 p.m.•20 views

CVE-2024-45015

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpuencoder's connector assignment to atomicenable For cases where the crtc's connectorschanged was set without enable/active getting toggled , there is an atomicenable call followed by an atomicdisable but witho...

5.5CVSS7.1AI score0.00208EPSS
SaveExploits0References4
NVD
NVD
•added 2024/09/11 4:15 p.m.•26 views

CVE-2024-45015

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpuencoder's connector assignment to atomicenable For cases where the crtc's connectorschanged was set without enable/active getting toggled , there is an atomicenable call followed by an atomicdisable but witho...

5.5CVSS0.00208EPSS
SaveExploits0References3
OSV
OSV
•added 2024/09/11 4:15 p.m.•13 views

UBUNTU-CVE-2024-45015

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpuencoder's connector assignment to atomicenable For cases where the crtc's connectorschanged was set without enable/active getting toggled , there is an atomicenable call followed by an atomicdisable but witho...

5.5CVSS6.5AI score0.00208EPSS
SaveExploits0References11
CVE
CVE
•added 2024/09/11 3:13 p.m.•149 views

CVE-2024-45015

CVE-2024-45015 affects the Linux kernel component drm/msm/dpu. The vulnerability arises when crtc connectors_changed is set without a corresponding atomic_mode_set(), leading to an atomic_enable() followed by atomic_disable() without re-assigning the connector, causing NULL pointer dereference in...

5.5CVSS6.1AI score0.00208EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
•added 2024/09/11 3:13 p.m.•37 views

CVE-2024-45015 drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpuencoder's connector assignment to atomicenable For cases where the crtc's connectorschanged was set without enable/active getting toggled , there is an atomicenable call followed by an atomicdisable but witho...

0.00208EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2024/09/11 3:13 p.m.•16 views

CVE-2024-45015 drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpuencoder's connector assignment to atomicenable For cases where the crtc's connectorschanged was set without enable/active getting toggled , there is an atomicenable call followed by an atomicdisable but witho...

6.8AI score0.00208EPSS
SaveExploits0References3
OSV
OSV
•added 2024/09/11 3:13 p.m.•22 views

CVE-2024-45015 drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: move dpuencoder's connector assignment to atomicenable For cases where the crtc's connectorschanged was set without enable/active getting toggled , there is an atomicenable call followed by an atomicdisable but witho...

6.1AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2024/09/05 2:46 a.m.•9 views

SUSE CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
•added 2024/09/04 10:15 p.m.•32 views

CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.1CVSS7AI score0.00241EPSS
SaveExploits0References4
OSV
OSV
•added 2024/09/04 8:15 p.m.•8 views

DEBIAN-CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.5CVSS5.7AI score0.00241EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2024/09/04 8:15 p.m.•22 views

CVE-2024-44982

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpuformatpopulatelayout fails If the dpuformatpopulatelayout fails, then FB is prepared, but not cleaned up. This ends up leaking the pincount on the GEM object and causes a splat during DRM file closur...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References17
Rows per page
Query Builder