PT-2026-64592 · Linux · Linux
CVE-2026-64371
·
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:
proc: protect ptrace may access() with exec update lock (part 1)
Fix the easy cases where procfs currently calls ptrace may access() without
exec update lock protection, where the fix is to simply add the extra lock
or use mm access():
- do task stat(): grab exec update lock
- proc pid wchan(): grab exec update lock
- proc map files lookup(): use mm access() instead of get task mm()
- proc map files readdir(): use mm access() instead of get task mm()
- proc ns get link(): grab exec update lock
- proc ns readlink(): grab exec update lock
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Linux