Skip to content

Instantly share code, notes, and snippets.

@Sy3Omda
Created January 30, 2021 08:51
Show Gist options
  • Save Sy3Omda/fd952ab24b364f896a9819441a12d357 to your computer and use it in GitHub Desktop.
Save Sy3Omda/fd952ab24b364f896a9819441a12d357 to your computer and use it in GitHub Desktop.
CVE-2021-3156 patch
wget --progress=bar https://www.sudo.ws/dist/sudo-1.9.5p2.tar.gz
tar xzvf sudo-1.9.5p2.tar.gz
cd sudo-1.9.5p2
./configure
make && sudo make install
bash -c "sudo --version"
@Sy3Omda
Copy link
Author

Sy3Omda commented Jan 30, 2021

for easy install
sh -c "$(wget https://gist.githubusercontent.com/Sy3Omda/fd952ab24b364f896a9819441a12d357/raw/95b1df2f3dffaabf45021cb84e68f15d657cf834/CVE-2021-3156-patch.sh -O -)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment