CVE-2026-80750: pmdomain: mediatek: fix remaining %pOF after of_node_put()

Published Sep 3, 2026
·
Updated

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

pmdomain: mediatek: fix remaining %pOF after ofnodeput()

scpsysgetbusprotectionlegacy() looks up several legacy bus protection regmaps from device-tree nodes.

Two error paths put the device node before checking whether the regmap lookup failed, but still pass that node to deverrprobe() with %pOF on failure. If ofnodeput() drops the last reference, the later %pOF formatting can dereference a freed device node.

Keep the node reference until after the error message has been emitted in the infracfg and SMI lookup paths. Also drop the SMI node before returning when the SMI phandle is missing.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 3, 2026
CVE Published
via MITRE·08:26 AM
Data Sourced
via MITRE·08:26 AM
Description

Frequently Asked Questions

1

When can this issue be triggered?

It is triggered on error paths in scpsys_get_bus_protection_legacy() when legacy bus-protection regmap lookup fails for either the infracfg or SMI device-tree node. The unsafe access occurs while formatting that node with %pOF for dev_err_probe() after its reference has been released.

2

What systems are relevant to triage?

The affected code is in the Linux kernel MediaTek power-domain implementation and specifically concerns legacy bus-protection device-tree lookups. Systems not using this code path are not indicated by the provided information to be affected.

3

Is there a mitigation if the kernel update cannot be deployed immediately?

No workaround or configuration mitigation is provided. The described fix retains the device-node reference until error reporting is complete and releases the SMI node when its phandle is missing.

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