2 matches found
EUVD-2026-86952
In the Linux kernel, the following vulnerability has been resolved: watchdog: msc313e: Fix NULL pointer dereference in PM callbacks msc313ewdtprobe doesn't set the driver data for the platform device. As a result, devgetdrvdata in msc313ewdtsuspend and msc313ewdtresume will return NULL, leading t...
5.6AI score
SaveExploits0References5
CVE-2026-98121
The Linux kernel contains a NULL pointer dereference vulnerability in the msc313e watchdog driver. The issue occurs because msc313e_wdt_probe() fails to set the driver data for the platform device, causing dev_get_drvdata() to return NULL during msc313e_wdt_suspend() and msc313e_wdt_resume() call...
5.6AI score
SaveExploits0References4
20