CVE-2026-68356

Source
https://cve.org/CVERecord?id=CVE-2026-68356
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68356.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68356
Downstream
Published
2026-08-10T12:03:33.280Z
Modified
2026-08-12T04:18:47.972142837Z
Summary
watchdog: airoha: Prevent division by zero when clock frequency is zero
Details

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

watchdog: airoha: Prevent division by zero when clock frequency is zero

clkgetrate() can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in airohawdtprobe() to compute maxtimeout and in airohawdtget_timeleft() to compute the remaining time, which results in a division by zero.

Add a check for wdtfreq == 0 in probe and return -EINVAL with deverr_probe() to prevent the division by zero and provide a diagnostic message.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68356.json",
    "cna_assigner": "Linux"
}
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
3cf67f3769b8227ca75ca7102180a2e270ee01aa
Fixed
8681e5addf7171602616e256a09057697dcc75ca
Fixed
57c3f5bd5be008cd5b4ff6a45b7cb90f5ca45a37
Fixed
bcfcd7619f277842430d197556463b401b839ee9

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

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