STIGQter STIGQter: STIG Summary: VMware vRealize Automation 7.x SLES Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

Files executed through a mail aliases file must have mode 0755 or less permissive.

DISA Rule

SV-100303r1_rule

Vulnerability Number

V-89653

Group Title

SRG-OS-000096-GPOS-00050

Rule Version

VRAU-SL-000585

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Use the "chmod" command to change the access permissions for files executed from the alias file:

# chmod 0755 <file referenced from aliases>

Check Contents

Examine the contents of the /etc/aliases file:

# more /etc/aliases

Examine the aliases file for any directories or paths that may be used:

# ls -lL <file referenced from aliases>

Check the permissions for any paths referenced.

If any file referenced from the aliases file has a mode more permissive than "0755", this is a finding.

Vulnerability Number

V-89653

Documentable

False

Rule Version

VRAU-SL-000585

Severity Override Guidance

Examine the contents of the /etc/aliases file:

# more /etc/aliases

Examine the aliases file for any directories or paths that may be used:

# ls -lL <file referenced from aliases>

Check the permissions for any paths referenced.

If any file referenced from the aliases file has a mode more permissive than "0755", this is a finding.

Check Content Reference

M

Target Key

3459

Comments