5.5

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 after edp has been null
checked.

Addresses-Coverity: ("Dereference before null check")
Data is provided by the National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 4.0 < 4.4.290
LinuxLinux Kernel Version >= 4.5 < 4.9.288
LinuxLinux Kernel Version >= 4.10 < 4.14.252
LinuxLinux Kernel Version >= 4.15 < 4.19.213
LinuxLinux Kernel Version >= 4.20 < 5.4.155
LinuxLinux Kernel Version >= 5.5 < 5.10.75
LinuxLinux Kernel Version >= 5.11 < 5.14.14
LinuxLinux Kernel Version5.15 Updaterc1
LinuxLinux Kernel Version5.15 Updaterc2
LinuxLinux Kernel Version5.15 Updaterc3
LinuxLinux Kernel Version5.15 Updaterc4
LinuxLinux Kernel Version5.15 Updaterc5
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.01% 0.011
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CWE-476 NULL Pointer Dereference

The product dereferences a pointer that it expects to be valid but is NULL.