PT-2026-64593 · Linux · Linux

CVE-2026-64372

·

Publicado

2026-07-25

·

Atualizado

2026-07-25

Nenhuma

Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
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.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-64372

Produtos afetados

Linux