You are not logged in.
Pages: 1
It's been in the news, but here's a reminder. The recent sudo upgrade fixes a security vulnerability...
https://www.xda-developers.com/linux-up … rity-flaw/
sudo apt update && sudo apt upgrade
If you want to check before upgrading...
In case you want to test if your Linux environment is vulnerable or not, log in to the system as a non-root user and then run the following command:
sudoedit -s /
A vulnerable system should respond with an error that starts with sudoedit:. However, if the system is already patched, it will show an error that starts with usage:.
Offline
Pages: 1