Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 27887  / 2 Years ago, tue, june 21, 2022, 2:26:56

With the news of the vulnerability found in sudo versions prior to 1.8.28, I am trying to upgrade to that version, but have had no luck. I did sudo apt-get update and sudo apt-get upgrade and sudo continues to be at the same version. Even tried sudo apt-get upgrade sudo and it says it's at the latest, which cannot be entirely true since 1.8.28 was released earlier today.



How does one typically go about updating packages using apt-get to latest versions?


More From » 18.04

 Answers
5

It is known as CVE-2019-14287 and already fixed as backport.



All you need - is to run:



sudo apt update
sudo apt upgrade


(but is more likely that unattended-upgrades was already installed all updates)



See USN https://usn.ubuntu.com/4154-1/ :




sudo




and was indicated in changelog of sudo 1.8.21p2-3ubuntu1.1 for 18.04 LTS.


[#4778] Wednesday, June 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
edseager

Total Points: 185
Total Questions: 105
Total Answers: 102

Location: Angola
Member since Wed, Apr 13, 2022
2 Years ago
;