A list of publicly known but unfixed security bugs
Please submit a pull request if you have corrections or know about any other unfixed security bugs.
tar
Chrome
Pretty much every terminal emulator
sudo
-
When running
sudo -u non-root-useras root,TIOCSTIallows thecommandinsudo -u non-root-user commandto execute anything as root. Can be fixed withDefaults use_ptyinsudoers. More notes. -
sudo credential caching (generally enabled by default; disabled with
Defaults timestamp_timeout=0) allows any process in a TTY to do a passwordless sudo within the timeout period, not just commands that you've prefixed withsudoin the shell.
VirtualBox
- Unlike VMware Workstation, VirtualBox clipboard sharing gives guests continuous access to the host clipboard, instead of just when the VM is focused.
virt-manager/spice-gtk
- Unlike VMware Workstation, virt-manager/spice-gtk clipboard sharing gives guests continuous access to the host clipboard, instead of just when the VM is focused. This clipboard sharing feature is without warning. A compromised guest with no need for clipboard access can install and start continuously sniffing the host clipboard.