Bug 2379206 (CVE-2025-38319) - CVE-2025-38319 kernel: drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table
Summary: CVE-2025-38319 kernel: drm/amd/pp: Fix potential NULL pointer dereference in ...
Keywords:
Status: NEW
Alias: CVE-2025-38319
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-10 08:03 UTC by OSIDB Bzimport
Modified: 2025-07-11 08:33 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-10 08:03:29 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table

The function atomctrl_initialize_mc_reg_table() and
atomctrl_initialize_mc_reg_table_v2_2() does not check the return
value of smu_atom_get_data_table(). If smu_atom_get_data_table()
fails to retrieve vram_info, it returns NULL which is later
dereferenced.

Comment 1 Avinash Hanwate 2025-07-11 08:30:45 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025071016-CVE-2025-38319-de26@gregkh/T


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