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

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

scpsys_get_bus_protection_legacy() 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 dev_err_probe() with %pOF on
failure. If of_node_put() 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.
Published: 2026-09-03
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a bug where a device‑tree node can be released before it is safely logged. When the node is freed, the subsequent formatting call still references it, resulting in a dereference of a freed pointer. This use‑after‑free can cause the kernel to crash and fall back to a kernel panic, providing a local denial‑of‑service surface for an attacker. The weakness is a classic Use After Free identified as CWE‑59.

Affected Systems

All systems running the Linux kernel are impacted. No specific kernel version range is listed; the vulnerability exists where the mediatek pmdomain code path is present. Affected systems are those that load the mediatek device‑tree nodes and run the kernel commit that includes the vulnerability.

Risk and Exploitability

The CVSS score is not published and the EPSS score is unavailable, so the precise exploitation probability cannot be quantified at this time. The vulnerability is not listed in the CISA KEV catalog, indicating no confirmed exploits are in the wild. However, the use‑after‑free is a severe memory corruption flaw that could be leveraged by a local user with sufficient privileges or by a malicious driver that gains the ability to trigger the error paths. The likely attack vector would be a privileged attacker who can inject malformed device‑tree data or fail the regmap lookup to cause the crash.

Generated by OpenCVE AI on September 3, 2026 at 12:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that incorporates the patch that retains the node reference until after the error message is emitted.
  • If an immediate kernel upgrade is not possible, consider disabling the mediatek pmdomain device nodes or related driver modules to eliminate the vulnerable code path.
  • After applying an upgrade, monitor system logs for any remaining dev_err_probe messages that reference freed nodes to confirm the issue is resolved.

Generated by OpenCVE AI on September 3, 2026 at 12:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-59

Thu, 03 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix remaining %pOF after of_node_put() scpsys_get_bus_protection_legacy() 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 dev_err_probe() with %pOF on failure. If of_node_put() 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.
Title pmdomain: mediatek: fix remaining %pOF after of_node_put()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-03T08:26:30.751Z

Reserved: 2026-08-26T14:34:25.790Z

Link: CVE-2026-80750

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:14.650

Modified: 2026-09-03T13:06:14.650

Link: CVE-2026-80750

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T13:15:04Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')