Information
There are a number of methods to access the root account directly. Without a password set any user would be able to gain access and thus control over the entire system.
Access to root should be secured at all times.
Solution
Set the root password with:
# passwd root
Impact:
If there are any automated processes that relies on access to the root account without authentication, they will fail after remediation.