---
id: CVE-2026-89572
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  cpufreq: apple-soc: Fix OPP table cleanup

  apple_soc_cpufreq_init() adds OPP tables from firmware, but
  some failure paths do not remove them
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  cpufreq: apple-soc: Fix OPP table cleanup

  apple_soc_cpufreq_init() adds OPP tables from firmware, but
  some failure paths do not remove them. The driver also uses
  dev_p…
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-772
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 6286bbb40576ffadfde206c332b61345c19af57f <
    d28ad9bb050e80770f0b644304cb75932e289238
  - >-
    Linux >= 6286bbb40576ffadfde206c332b61345c19af57f <
    7c19b94c625dc7042b0a7dff4c8da158358ffa2c
  - >-
    Linux >= 6286bbb40576ffadfde206c332b61345c19af57f <
    36c55d118d5ecd2fb444f52802955903937b9ccd
  - >-
    Linux >= 6286bbb40576ffadfde206c332b61345c19af57f <
    d87cb889dc7ab1f2deecadf2a5e9023184bd7900
  - Linux 6.2
published: '2026-09-11'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T14:17:23.577'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-89572'
references:
  - url: 'https://git.kernel.org/stable/c/36c55d118d5ecd2fb444f52802955903937b9ccd'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/7c19b94c625dc7042b0a7dff4c8da158358ffa2c'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d28ad9bb050e80770f0b644304cb75932e289238'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/d87cb889dc7ab1f2deecadf2a5e9023184bd7900'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89572.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-89572'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2532306'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-89572'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-89572'
  - url: >-
      https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-89572.mbox
tags:
  - nvd
  - cve.org
  - csaf
  - vex
  - red-hat
epss: 0.00209
epssPercentile: 0.09858
cvssSource: vendor
ingestedAt: '2026-09-14T11:11:19.886Z'
---

## Overview

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

cpufreq: apple-soc: Fix OPP table cleanup

apple_soc_cpufreq_init() adds OPP tables from firmware, but
some failure paths do not remove them. The driver also uses
dev_pm_opp_remove_all_dynamic(), which is not the right cleanup
helper for OPP tables loaded from firmware.

Use the cpumask OPP helper after the policy CPU mask has been
populated. Pair it with the matching cpumask remove helper on
failure paths and in apple_soc_cpufreq_exit(). This also removes
the separate dev_pm_opp_set_sharing_cpus() call, as the cpumask
helper loads the DT OPP tables for all CPUs in the policy.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Vendor advisories

- **Red Hat VEX** · Moderate · updated 2026-09-18 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89572.json)
