In the Linux kernel, the following vulnerability has been resolved:
drm/v3d: Fix null pointer dereference of pointer perfmon
In the unlikely event that pointer perfmon is null the WARN_ON return path
occurs after the pointer has already been deferenced. Fix this by only
dereferencing perfmon after it has been null checked.
References
Configurations
Configuration 1 (hide)
|
History
17 Mar 2025, 16:53
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CWE | CWE-476 | |
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/1df8f8901babcc8c8eea2c067179e455b5c828fd - Patch | |
References | () https://git.kernel.org/stable/c/3b72deb784a7d4ae8519a5c584cd87c4b57aa6c8 - Patch | |
References | () https://git.kernel.org/stable/c/4be045434923e549a50846a066a04b7b6c1d6d33 - Patch | |
References | () https://git.kernel.org/stable/c/ce7a1ecf3f9f1fccaf67295307614511d8e11b13 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
Summary |
|
26 Feb 2025, 07:01
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-02-26 07:01
Updated : 2025-03-17 16:53
NVD link : CVE-2022-49485
Mitre link : CVE-2022-49485
CVE.ORG link : CVE-2022-49485
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference