- #1
- 2,138
- 2,713
- TL;DR Summary
- There was a serious vulnerability in Linux sudo command which, if exploited, allowed any user to gain root privileges on any machine.
There was a Heap-based Buffer Overflow, allowing privilege escalation to
The vulnerability was discovered earlier this month by researchers at Qualys and reported to the developers. Check out their blog for details. The blog post also has a video demonstrating the vulnerability:
According to this website, you can check whether your system is vulnerable in the following way:
Make sure you update your computer(s) if you are running Linux!
root
via sudoedit -s
and a command-line argument that ends with a single backslash character.The vulnerability was discovered earlier this month by researchers at Qualys and reported to the developers. Check out their blog for details. The blog post also has a video demonstrating the vulnerability:
According to this website, you can check whether your system is vulnerable in the following way:
In Ubuntu, the patched sudo version depends on the version of the OS you are running. See this page for details.Another way to determine if your systems are vulnerable is to run a command such assudoedit -s /
. If the command returns a usage statement, your system is OK. If it returns an error starting withsudoedit
, you need the patch.
Make sure you update your computer(s) if you are running Linux!