ArchLinux: 202002-2: sudo: privilege escalation
Summary
A flaw was found in the Sudo before version 1.8.31 application when the ’pwfeedback' option is set to true on the sudoers file. An authenticated user can use this vulnerability to trigger a stack-based buffer overflow under certain conditions even without Sudo privileges. The buffer overflow may allow an attacker to expose or corrupt memory information, crash the Sudo application, or possibly inject code to be run as a root user.
Resolution
Upgrade to 1.8.31-1.
# pacman -Syu "sudo>=1.8.31-1"
The problem has been fixed upstream in version 1.8.31.
References
https://security.archlinux.org/CVE-2019-18634
Workaround
Ensure pwfeedback is disabled in /etc/sshd/sshd_config with:
Defaults !pwfeedback