CVE-2026-97969

Source
https://cve.org/CVERecord?id=CVE-2026-97969
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97969.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97969
Downstream
Published
2026-09-25T10:23:10Z
Modified
2026-09-26T03:48:30Z
Summary
watchdog: msc313e: Fix clock leak and spurious timer in settimeout()
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97969.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e9800b7994642a794afd4894f072541c14277ce8
Fixed
2152a13ee2a9af09a668ebd053a8dbf771dadb80
Fixed
2abf99a57b0b71b2b97745981f4039370ab78044
Fixed
faf1eb2895c87a8c0fb920439dddc7e0d97c6a69
Fixed
3db30f315935c2fb0d95f46b7a593b5b4d3ec3d0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97969.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.14.0
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97969.json"