CVE-2026-92481: pinctrl: mediatek: free EINT resources on unbind

Published Sep 17, 2026
·
Updated

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

pinctrl: mediatek: free EINT resources on unbind

mtkeintdoinit() creates an IRQ domain, populates it with a mapping for every EINT line and installs a chained handler on the parent interrupt, but none of these are ever released. This was harmless while the drivers were built-in, but now that they can be built as modules and unbound/rmmod'd it leaves behind a dangling IRQ domain, interrupt mappings whose chip data points at freed memory, and a chained handler that keeps firing into that freed data.

The plain allocations in mtkeintdoinit() already use the device-managed devm() helpers, so tear the remaining resources down the same way: register a devm action that detaches the chained handler, waits for any in-flight handler to finish, disposes of the per-line mappings and removes the IRQ domain. This mirrors the device-managed lifecycle adopted for the GPIO chip and keeps the whole EINT setup self-cleaning on unbind.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply the kernel fix that registers a devm action to detach the chained EINT handler, waits for any in-flight handler to finish, disposes per-line mappings, and removes/destroys the IRQ domain so unbind/rmmod does not leave a dangling IRQ domain or freed-memory-backed chip data.

    Linux kernel (pinctrl: mediatek) mediatek free EINT resources on unbind = implemented via devm action and device-managed teardown

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the affected MediaTek pinctrl EINT driver are exposed when that driver is built as a module and is unbound or removed. The issue was described as harmless when the drivers were built into the kernel.

2

What event triggers the unsafe condition?

Unbinding or removing the module triggers it. The driver previously left its IRQ domain, per-line interrupt mappings, and parent chained interrupt handler registered after the driver's memory had been freed.

3

What can be done if the fix cannot be deployed immediately?

Avoid unbinding or removing the affected MediaTek pinctrl EINT module. Keeping the driver built into the kernel avoids the module-unbind lifecycle that creates the dangling resources.

4

How can an administrator determine whether a system may already be affected?

A system may be affected if it has used an affected MediaTek pinctrl EINT driver as a loadable module and that module has been unbound or removed. The remaining interrupt mappings and chained handler can retain references to freed driver memory.

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