CVE-2026-97969 PUBLISHED

watchdog: msc313e: Fix clock leak and spurious timer in settimeout()

Assigner: Linux
Reserved: 25.09.2026 Published: 25.09.2026 Updated: 25.09.2026

In the Linux kernel, the following vulnerability has been resolved:

watchdog: msc313e: Fix clock leak and spurious timer in settimeout()

msc313e_wdt_settimeout() unconditionally calls msc313e_wdt_start() which introduces two severe bugs:

  1. If the watchdog is already active, calling start() again will increase the reference count of the clock again. However stop() is only called once, the reference count is unbalance.
  2. If the watchdog is stopped, calling settimeout() will start the hardware timer accidentally.

Factor out the register-writing logic into a helper function. Only call it in settimeout() if the watchdog is running. Otherwise, simply update wdev->timeout.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from e9800b7994642a794afd4894f072541c14277ce8 to 2152a13ee2a9af09a668ebd053a8dbf771dadb80 (excl.)
  • affected from e9800b7994642a794afd4894f072541c14277ce8 to 2abf99a57b0b71b2b97745981f4039370ab78044 (excl.)
  • affected from e9800b7994642a794afd4894f072541c14277ce8 to faf1eb2895c87a8c0fb920439dddc7e0d97c6a69 (excl.)
  • affected from e9800b7994642a794afd4894f072541c14277ce8 to 3db30f315935c2fb0d95f46b7a593b5b4d3ec3d0 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.14 is affected
  • unaffected from 0 to 5.14 (excl.)
  • unaffected from 6.12.111 to 6.12.* (incl.)
  • unaffected from 6.18.53 to 6.18.* (incl.)
  • unaffected from 7.2.7 to 7.2.* (incl.)
  • unaffected from 7.3-rc3 to * (incl.)

References