CVE-2026-97969
N/A
N/A
Summary
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:
- 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.
- 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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | e9800b7994642a794afd4894f072541c14277ce8 < 2152a13ee2a9af09a668ebd053a8dbf771dadb80 | affected |
| Linux | Linux | e9800b7994642a794afd4894f072541c14277ce8 < 2abf99a57b0b71b2b97745981f4039370ab78044 | affected |
| Linux | Linux | e9800b7994642a794afd4894f072541c14277ce8 < faf1eb2895c87a8c0fb920439dddc7e0d97c6a69 | affected |
| Linux | Linux | e9800b7994642a794afd4894f072541c14277ce8 < 3db30f315935c2fb0d95f46b7a593b5b4d3ec3d0 | affected |
| Linux | Linux | 5.14 | affected |
| Linux | Linux | 0 < 5.14 | unaffected |
| Linux | Linux | 6.12.111 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.53 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.7 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc3 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/2152a13ee2a9af09a668ebd053a8dbf771dadb80
- https://git.kernel.org/stable/c/2abf99a57b0b71b2b97745981f4039370ab78044
- https://git.kernel.org/stable/c/faf1eb2895c87a8c0fb920439dddc7e0d97c6a69
- https://git.kernel.org/stable/c/3db30f315935c2fb0d95f46b7a593b5b4d3ec3d0
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.