STIGQter STIGQter: STIG Summary: Solaris 10 SPARC Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

All shell files must be group-owned by root, bin, or sys.

DISA Rule

SV-226569r603265_rule

Vulnerability Number

V-226569

Group Title

SRG-OS-000480

Rule Version

GEN002210

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the group-owner of the shell to root, bin, or sys.

Procedure:
# chgrp root <shell>

Check Contents

If /etc/shells exists, check the group ownership of each shell referenced.

Procedure:
# cat /etc/shells | xargs -n1 ls -lL

Otherwise, check any shells found on the system.
Procedure:
# find / -name "*sh" | xargs -n1 ls -lL

If a shell is not group-owned by root, bin, or sys, this is a finding.

Vulnerability Number

V-226569

Documentable

False

Rule Version

GEN002210

Severity Override Guidance

If /etc/shells exists, check the group ownership of each shell referenced.

Procedure:
# cat /etc/shells | xargs -n1 ls -lL

Otherwise, check any shells found on the system.
Procedure:
# find / -name "*sh" | xargs -n1 ls -lL

If a shell is not group-owned by root, bin, or sys, this is a finding.

Check Content Reference

M

Target Key

4060

Comments