CVE-2026-53315
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476
Desreferencia a puntero nulo (NULL)
Fecha de publicación:
26/06/2026
Última modificación:
06/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd/ras: Fix NULL deref in ras_core_get_utc_second_timestamp()<br />
<br />
ras_core_get_utc_second_timestamp() retrieves the current UTC timestamp<br />
(in seconds since the Unix epoch) through a platform-specific RAS system<br />
callback and is used for timestamping RAS error events.<br />
<br />
The function checks ras_core in the conditional statement before calling<br />
the sys_fn callback. However, when the condition fails, the function<br />
prints an error message using ras_core->dev.<br />
<br />
If ras_core is NULL, this can lead to a potential NULL pointer<br />
dereference when accessing ras_core->dev.<br />
<br />
Add an early NULL check for ras_core at the beginning of the function<br />
and return 0 when the pointer is not valid. This prevents the<br />
dereference and makes the control flow clearer.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



