CVE-2026-98001

Source
https://cve.org/CVERecord?id=CVE-2026-98001
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98001.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98001
Downstream
Published
2026-09-25T10:23:29Z
Modified
2026-09-26T03:48:31Z
Summary
hwmon: (ltc4282) Make sure clk_init_data is fully initialized
Details

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

hwmon: (ltc4282) Make sure clk_init_data is fully initialized

The clk_init_data structure contains several mutually-exclusive members for different methods to specify the possible parents of a clock, prompting drivers to initialize only the members they need. However, not initializing all members may cause subtle issues, which are only exposed when CONFIG_INIT_STACK_ALL_PATTERN or CONFIG_INIT_STACK_NONE is enabled.

ltc428_clk_provider_setup() does not fill in any parent clocks, and assumes that init.num_parents is NULL. However, the latter in uninitialized, and thus may cause a crash.

Make sure all members are fully initialized, to fix such bugs, and to avoid future breakage when converting drivers to a different method for specifying the parents.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98001.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
cbc29538dbf7d7400f1ffc5dd5713e6a551463a0
Fixed
c4a96da5a3f132d80aa971ddbeb86808539ba0e6
Fixed
80b46a3d066d4e2c1dd4edb90d4aa3f22ca79f39
Fixed
aa08ce1ffaf36c7bdd3edd0ad65f72413639bfad
Fixed
e317326d1755ea054b98e7a4833b929157461c35

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.9.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-98001.json"