6 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...
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...
CVE-2026-97970
The Linux kernel contains a vulnerability within the watchdog: msc313e component where the clk_get_rate() function could return 0, potentially leading to a division by zero panic . This issue has been resolved in the kernel to prevent system instability. No specific exploit information or exploit...
CVE-2026-97969
The Linux kernel contains a vulnerability in the msc313e watchdog driver. The function msc313e_wdt_settimeout() unconditionally calls msc313e_wdt_start(), leading to two issues: a clock reference count imbalance when the watchdog is already active (causing a clock leak) and the accidental startin...
EUVD-2026-86823
In the Linux kernel, the following vulnerability has been resolved: watchdog: msc313e: Fix clock leak and spurious timer in settimeout msc313ewdtsettimeout unconditionally calls msc313ewdtstart which introduces two severe bugs: 1. If the watchdog is already active, calling start again will increa...