Information
The sudo command stays logged in as the root user for five minutes before timing out and re-requesting a password. This five minute window should be eliminated since it leaves the system extremely vulnerable. This is especially true if an exploit were to gain access to the system, since they would be able to make changes as a root user.
Solution
Perform the following to implement the prescribed state:
1. Run the following command in Terminal:
sudo visudo
2. In the '# Defaults specification' section, add the line:
Defaults timestamp_timeout=0