Answer in brief
CVE-2026-89572 records a Unknown severity vulnerability in cpufreq: apple-soc: Fix OPP table cleanup. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=6286bbb40576ffadfde206c332b61345c19af57f <7c19b94c625dc7042b0a7dff4c8da158358ffa2c || >=6286bbb40576ffadfde206c332b61345c19af57f <36c55d118d5ecd2fb444f52802955903937b9ccd || >=6286bbb40576ffadfde206c332b61345c19af57f <d87cb889dc7ab1f2deecadf2a5e9023184bd7900 | 7c19b94c625dc7042b0a7dff4c8da158358ffa2c, 36c55d118d5ecd2fb444f52802955903937b9ccd, d87cb889dc7ab1f2deecadf2a5e9023184bd7900 |
| Linux/Linuxgeneric | 6.2 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
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.
Quoted source text, attributed separately from HOL analysis.