The /etc/gshadow file must not contain any group password hashes.

From Oracle Linux 5 Security Technical Implementation Guide

Part of GEN000000-LNX001476

Associated with: CCI-000366

SV-62767r1_rule The /etc/gshadow file must not contain any group password hashes.

Vulnerability discussion

Group passwords are typically shared and should not be used.

Check content

Check the /etc/gshadow file for password hashes. # cut -d : -f 2 /etc/gshadow | egrep -v '^(x|!!)$' If any password hashes are returned, this is a finding.

Fix text

Edit /etc/gshadow and change the password field to an exclamation point (!) to lock the group password.

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer