Version - 22.04.2 LTS
I am new to the Linux and was hoping to get some assistance regarding CVE patching.I can see plenty of CVE's which I need to address but I am not sure how to patch it.
I know the following commands are meant to scan for updated packages but from what I can see there are still newer versions?
sudo apt update sudo apt upgrade
Example is: CVE-2022-40284 (I can see a patches link which links me to Github?)
Not too sure where to go on this one and would really appreciate any assistance.
Thanks ALL!
sudo apt update && sudo apt dist-upgrade
will pull in patched software from the repositories. The CVE in question though is already patched – Thomas Ward Apr 21 '23 at 02:10