CVE-2025-68739
Description
In the Linux kernel, the following vulnerability has been resolved:
PM / devfreq: hisi: Fix potential UAF in OPP handling
Ensure all required data is acquired before calling dev_pm_opp_put(opp) to maintain correct resource acquisition and release order.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A use-after-free vulnerability in the Linux kernel's hisi devfreq driver due to improper ordering in OPP resource acquisition and release.
In the Linux kernel, a potential use-after-free (UAF) vulnerability was identified in the hisi devfreq driver's OPP handling. The issue arises from incorrect ordering of resource acquisition and release, specifically when calling dev_pm_opp_put(opp) before ensuring all required data is properly acquired [1]. This violates the expected sequence and can lead to a use-after-free condition.
The vulnerability can be triggered when the devfreq subsystem processes OPP (Operating Performance Points) operations. An attacker with local access and sufficient privileges could potentially exploit this by manipulating device frequency scaling operations, leading to premature freeing of memory that is still in use [1].
If exploited, the UAF could result in system crashes, denial of service, or potentially arbitrary code execution in kernel context. The exact impact depends on system configuration and the attacker's ability to control the freed memory.
The fix has been applied in the Linux kernel stable tree as commit efb028b07f7b [1]. Users are advised to update to the latest kernel version to mitigate this vulnerability. No workaround is currently available other than applying the patch.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.