cve/2025/CVE-2025-38363.md
2025-09-29 21:09:30 +02:00

976 B

CVE-2025-38363

Description

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

POC

Reference

No PoCs from references.

Github