The /etc/group file contains a list of the groups defined within the system. The /etc/group file defines basic group attributes. Since the file contains sensitive information, it must be properly secured.
Solution
Ensure correct ownership and permissions are in place for /etc/group : chown root:security /etc/group chmod u=rw,go=r /etc/group