CVE-2026-98001: hwmon: (ltc4282) Make sure clk_init_data is fully initialized

Published Sep 25, 2026
·
Updated

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

hwmon: (ltc4282) Make sure clkinitdata is fully initialized

The clkinitdata 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 CONFIGINITSTACKALLPATTERN or CONFIGINITSTACKNONE is enabled.

ltc428clkprovidersetup() does not fill in any parent clocks, and assumes that init.numparents 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:23 AM
Data Sourced
via MITRE·10:23 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

Which systems are most likely to encounter this issue?

Systems running the Linux kernel with the ltc4282 hardware-monitor driver are relevant. The crash condition is exposed when CONFIG_INIT_STACK_ALL_PATTERN or CONFIG_INIT_STACK_NONE is enabled.

2

What condition triggers the failure?

The ltc428_clk_provider_setup() path leaves mutually exclusive clk_init_data members uninitialized while assuming init.num_parents is NULL. If the uninitialized value is non-NULL, clock-provider setup may crash.

3

Is there a configuration-based mitigation if an update cannot be applied immediately?

The described issue is only exposed with CONFIG_INIT_STACK_ALL_PATTERN or CONFIG_INIT_STACK_NONE enabled. Avoiding those configurations removes the stated trigger, though the underlying driver initialization defect remains.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203