Você não precisa instalar uma nova versão do kernel para corrigir a vulnerabilidade da suja vaca apenas ativar o serviço Canonical Livepatch no seu Ubuntu
Kernel live patching enables runtime correction of critical security issues in your kernel without rebooting. It’s the best way to ensure that machines are safe at the kernel level, while guaranteeing uptime, especially for container hosts where a single machine may be running thousands of different workloads.
(1) Go to https://ubuntu.com/livepatch and retrieve your livepatch token, for example: d3b07384d213edec49eaa6238ad5ff00
(2) Install the livepatch snap, like this: $ sudo snap install canonical-livepatch
(3) Enable your account with the token from step 1
$ sudo canonical-livepatch enable d3b07384d113edec49eaa6238ad5ff00
That’s it. You’re up and running! You can check your status at any time with:
$ canonical-livepatch status kernel: 4.4.0-38.57-generic fully-patched: true version: "12.2"
Now your kernel will remain securely patched, and you can reboot when it’s convenient for you.
Ou executando o seguinte comando:
sudo apt-get update && sudo apt-get dist-upgrade