All accounts must be assigned unique User Identification Numbers (UIDs).

From Oracle Linux 5 Security Technical Implementation Guide

Part of GEN000320

Associated with: CCI-000764

SV-63255r1_rule All accounts must be assigned unique User Identification Numbers (UIDs).

Vulnerability discussion

Accounts sharing a UID have full access to each others' files. This has the same effect as sharing a login. There is no way to assure identification, authentication, and accountability because the system sees them as the same user. If the duplicate UID is 0, this gives potential intruders another privileged account to attack.

Check content

Perform the following to ensure there are no duplicate UIDs: # cut -d: -f3 /etc/passwd | uniq -d If any duplicate UIDs are found, this is a finding.

Fix text

Edit user accounts to provide unique UIDs for each account.

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