PT-2026-90139 · Linux · Linux
CVE-2026-81009
·
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:
io uring/query: cap user size passed to copy struct to user
io handle query entry() clamps hdr.size for the inbound copy from user()
but keeps the original user value as usize. copy struct to user() uses
that usize and, when it is larger than the kernel result, clear user()s
the trailing bytes.
As hdr.size is a u32, a query can request nearly 4 GiB of zeroing,
including on the error path where res size stays 0. The interface is
reachable without a ring via IORING REGISTER QUERY.
Reject sizes larger than PAGE SIZE, as recommended for copy struct *
interfaces.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux