PT-2026-90184 · Linux · Linux
CVE-2026-89468
·
Publicado
2026-09-11
·
Atualizado
2026-09-11
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:
power: supply: lp8788-charger: fix use-after-free on remove
lp8788 charger remove() flushes charger work before unregistering the
IRQs. An IRQ thread can queue charger work after flush work() has
returned. The work can then run after devres frees pchg and dereference
it in lp8788 charger event().
Unregister the IRQs first. free irq() waits for any running threaded
handler, so no handler can queue more work afterwards. Then use
cancel work sync() to cancel pending work or wait for running work to
finish.
This issue was found by an in-house static analysis tool.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux