PT-2026-52954 · Undefined · Undefined
Published
2026-06-26
·
Updated
2026-06-26
·
CVE-2026-53315
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/ras: Fix NULL deref in ras core get utc second timestamp()
ras core get utc second timestamp() retrieves the current UTC timestamp
(in seconds since the Unix epoch) through a platform-specific RAS system
callback and is used for timestamping RAS error events.
The function checks ras core in the conditional statement before calling
the sys fn callback. However, when the condition fails, the function
prints an error message using ras core->dev.
If ras core is NULL, this can lead to a potential NULL pointer
dereference when accessing ras core->dev.
Add an early NULL check for ras core at the beginning of the function
and return 0 when the pointer is not valid. This prevents the
dereference and makes the control flow clearer.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Undefined