PT-2026-64593 · Linux · Linux
CVE-2026-64372
·
Published
2026-07-25
·
Updated
2026-07-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
cpufreq: pcc: fix use-after-free and double free in OSC evaluation
pcc cpufreq do osc() calls acpi evaluate object() twice for the
two-phase OSC negotiation. Between the two calls it freed
output.pointer but left output.length unchanged. Since
acpi evaluate object() treats a non-zero length with a non-NULL
pointer as an existing buffer to write into, the second call wrote
into freed memory (use-after-free). The subsequent kfree(output.pointer)
at out free then freed the same pointer a second time (double free).
Reset output.pointer to NULL and output.length to ACPI ALLOCATE BUFFER
after freeing the first result, so ACPICA allocates a fresh buffer for
each phase independently.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux