PT-2026-54801 · Linux · Linux

Publicado

2026-07-01

·

Atualizado

2026-07-01

·

CVE-2026-53333

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:
mm/mincore: handle non-swap entries before !CONFIG SWAP guard
mincore swap() also fields migration/hwpoison entries (and shmem swapin-error entries), which can exist on !CONFIG SWAP builds when CONFIG MIGRATION or CONFIG MEMORY FAILURE is enabled. The !IS ENABLED(CONFIG SWAP) guard ran before the non-swap-entry early return, so mincore pte range() can spuriously WARN and report these pages nonresident on !CONFIG SWAP kernels.
Move the guard below the non-swap-entry check so only true swap entries trip the WARN, and migration/hwpoison entries take the existing "uptodate / non-shmem" path.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾

Identificadores relacionados

CVE-2026-53333

Produtos afetados

Linux