CVE-2026-53316
Beschrijving NL
In de Linux kernel is de volgende kwetsbaarheid verholpen:
drm/amd/ras: Fix NULL deref in ras_core_ras_interrupt_detected()
Lost een NULL pointer dereferentie op wanneer ras_core NULL is en ras_core->dev
wordt geopend in het foutpad.
Gerapporteerd door: Dan Carpenter
Origineel (Engels) tonen
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/ras: Fix NULL deref in ras_core_ras_interrupt_detected()
Fixes a NULL pointer dereference when ras_core is NULL and ras_core->dev
is accessed in the error path.
Reported by: Dan Carpenter