CVE-2026-90122: clk: visconti: Make sure clk_init_data is fully initialized

Published Sep 17, 2026
·
Updated

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

clk: visconti: 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.

visconticlkregistergate() fills in init.parentdata, and assumes that init.parentnames 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 17, 2026
CVE Published
via MITRE·04:06 PM
Data Sourced
via MITRE·04:06 PM
Description

Frequently Asked Questions

1

Which systems are most likely to encounter this issue?

Systems using the Linux kernel Visconti clock driver are relevant. The issue is exposed when the kernel is built with CONFIG_INIT_STACK_ALL_PATTERN or CONFIG_INIT_STACK_NONE enabled.

2

What causes the failure?

The Visconti gate-clock registration path sets init.parent_data but leaves the mutually exclusive init.parent_names member uninitialized. If that uninitialized member is not NULL, the clock code may use it and crash.

3

How can I determine whether my kernel is affected?

Check whether the Visconti clock driver is in use and whether the kernel configuration enables CONFIG_INIT_STACK_ALL_PATTERN or CONFIG_INIT_STACK_NONE. Also verify whether the kernel includes the fixes referenced by the listed stable commits.

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