PT-2026-90334 · Linux · Linux

CVE-2026-89618

·

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:
eventfs: Initialize ei->children and ei->list in init ei()
eventfs create dir() allocates the eventfs inode and initializes it with init ei(). But this does not initialize the eventfs inode list heads. If the eventfs create dir() fails due to memory pressure, it will call free ei() before it initialized the lists, and that checks to make sure the eventfs inode has no children. But because the list wasn't initialized, it will give a false warning.
Fix it by moving the list initialization into init ei().
[ Rewrote change log ]
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-89618

Produtos afetados

Linux