CVE-2026-90296: cpufreq: imx6q: fix devres accumulation across driver rebind

Published Sep 17, 2026
·
Updated

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

cpufreq: imx6q: fix devres accumulation across driver rebind

imx6socvolt is allocated with devmkcalloc(cpudev, ...), where cpudev is the CPU device from getcpudevice(0). That device is never unbound, so its devres list is never released, and imx6qcpufreqremove() does not free the array either. Every probe therefore adds an allocation that stays for the lifetime of the system.

Allocate against the platform device instead. Its devres is released when the driver is unbound, which is exactly the lifetime the array wants: imx6qsettarget() reads it, and nothing may reach that after cpufrequnregisterdriver().

That makes the array actually go away on unbind, so also clear the file-scope pointer in remove and on the failed-probe path, rather than leave it pointing at memory devres is about to release.

Tested by rebinding the driver on qemu's mcimx6ul-evk.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

Which systems are exposed to the resource leak?

Systems using the Linux kernel's imx6q cpufreq driver are exposed when that driver is probed more than once, such as through driver unbind and rebind. The issue was tested by rebinding the driver on QEMU's mcimx6ul-evk.

2

What operational condition triggers the problem?

Each probe allocates an array whose lifetime was tied to the CPU device, which is never unbound. As a result, every driver rebind adds an allocation that remains until the system shuts down.

3

What can be done before applying the fix?

Avoid repeatedly unbinding and rebinding the imx6q cpufreq driver. Restarting the system clears allocations accumulated during prior probes.

4

How can administrators identify the affected behavior?

The relevant indicator is memory accumulating after repeated imx6q cpufreq driver probe or rebind cycles. The accumulation persists for the lifetime of the system rather than being released when the driver is unbound.

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