CVE-2026-68357
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
19/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
watchdog: pretimeout: Fix UAF in watchdog_unregister_governor()<br />
<br />
When a watchdog governor is unregistered, it updates existing watchdog<br />
devices that were using this governor by falling back to `default_gov`.<br />
<br />
If the governor being unregistered is currently set as `default_gov`,<br />
the `default_gov` is never cleared. This leads to 2 use-after-free<br />
issues:<br />
1. New watchdog devices registered after this point will inherit the<br />
dangling `default_gov`.<br />
2. Existing watchdog devices using the unregistered governor will have<br />
their `wdd->gov` reassigned to the dangling `default_gov`.<br />
<br />
Fix the UAF by clearing `default_gov` if it matches the governor being<br />
unregistered.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/0ca252720f0e38411cfec3431db9bb1aed0a412c
- https://git.kernel.org/stable/c/2e47b91b9b4020fcc01def14d6b6556d66074cf4
- https://git.kernel.org/stable/c/472ec1e34ff0bb26379805cae808f658cce58c35
- https://git.kernel.org/stable/c/7362ba0f9c96ac3ad6a2ca3995bd9fc9a28a8661
- https://git.kernel.org/stable/c/7993d626983cc58fbde9607333cfd2d57725c197
- https://git.kernel.org/stable/c/7a2ee3ec6f208307eca1119a343c7b5d39c03708
- https://git.kernel.org/stable/c/7d1658b066de30f4b23afc14814d22416a971e6e
- https://git.kernel.org/stable/c/b9ae33faa96bdec6bc60e4c5f8f53786182e4207



