Duplicate group names must not exist.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-216431SRG-OS-000480SOL-11.1-070150SV-216431r959010_rule2024-11-253
Description
If a group is assigned a duplicate group name, it will create and have access to files with the first GID for that group in group. Effectively, the GID is shared, which is a security risk.
ℹ️ Check
The root role is required. Check for duplicate group names. # getent group | cut -f1 -d":" | sort -n | uniq -d If output is produced, this is a finding.
✔️ Fix
The root role is required. Correct or justify any items discovered in the Check step. Determine if there are any duplicate group names, and work with their respective owners to determine the best course of action in accordance with site policy. Delete or change the group name of duplicate groups.