Security Advisory

CVE-2025-38363

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-07-25 12:47:33
Last updated 2026-05-11 21:26:32
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix a possible null pointer dereference In tegra_crtc_reset(), new memory is allocated with kzalloc(), but no check is performed. Before calling __drm_atomic_helper_crtc_reset, state should be checked to prevent possible null pointer dereference.