Security Advisory

CVE-2022-49485

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 02:13:24
Last updated 2026-05-11 19:00:48
Assigner Linux
State PUBLISHED

Description

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.