← Back to CVE List

CVE-2022-49485

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-17T16:53Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt