Bug 2383414 (CVE-2025-38363) - CVE-2025-38363 kernel: drm/tegra: Fix a possible null pointer dereference
Summary: CVE-2025-38363 kernel: drm/tegra: Fix a possible null pointer dereference
Keywords:
Status: NEW
Alias: CVE-2025-38363
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-25 14:03 UTC by OSIDB Bzimport
Modified: 2025-07-26 18:26 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-25 14:03:25 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.