CVE-2026-74687
Received Received - Intake

Watchdog Timer Rearm Vulnerability in Linux Kernel

Vulnerability report for CVE-2026-74687, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: watchdog: at91sam9_wdt: prevent timer rearm during teardown at91_ping() rearms the watchdog timer from its callback. timer_delete() neither waits for a running callback nor prevents it from rearming the timer, so probe failure or driver removal can leave the timer accessing the devm-allocated at91wdt after it has been freed. Use timer_shutdown_sync() on both teardown paths. It waits for a running callback and rejects any attempt by the callback to rearm the timer.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-22
Generated
2026-08-22
AI Q&A
2026-08-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the Linux kernel's watchdog timer for AT91 SAM9 devices. The issue occurs when the watchdog timer's callback function re-arms the timer during teardown. If the driver is removed or fails to probe, the timer may continue accessing memory that has already been freed, leading to potential system instability or crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's watchdog subsystem, particularly the at91sam9_wdt driver. Detection requires checking the kernel version and watchdog driver status. Use commands like 'uname -a' to verify kernel version and 'lsmod | grep at91sam9_wdt' to check if the vulnerable driver is loaded.

Impact Analysis

This vulnerability could cause system crashes or instability if the watchdog timer is not properly shut down during driver removal or failure. It may lead to kernel panics or unexpected behavior in systems relying on the AT91 SAM9 watchdog timer.

Mitigation Strategies

Apply the latest kernel update that includes the fix for this vulnerability. If immediate update is not possible, consider disabling the at91sam9_wdt watchdog driver if not in use. Monitor kernel security advisories for patches.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74687. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart