Bugzilla – Bug 825
Security Issue on Sudo
Last modified: 2018-02-27 09:16:06 MST
if user has sudo permission on more/less command, he can break the sudo and get root permission. follow these steps to test if you vulnerable or not: - sudo less /etc/passwd - then write "!/bin/sh" it will redirect you to session with root privilege. Ref. http://computersecuritystudent.com/UNIX/SUDO/lesson2/index.html
This is a well known limitation of sudo. Please read the "Preventing shell escapes" section in the sudoers manual for ways to solve this.