PT-2026-64593 · Linux+1 · Linux Kernel+1
CVE-2026-64372
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free and double free issue exists in the
pcc cpufreq do osc() function during the two-phase OSC negotiation. The function calls acpi evaluate object() twice; however, after the first call, it frees output.pointer while leaving output.length unchanged. Because acpi evaluate object() interprets a non-zero length with a non-NULL pointer as an existing buffer, the second call writes into memory that has already been freed. Subsequently, the kfree(output.pointer) call at out free attempts to free the same pointer again.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu