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

From AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE

Part of GEN004420

Associated with IA controls: ECLP-1

Associated with: CCI-000225

SV-834r2_rule Files executed through a mail aliases file must have mode 0755 or less permissive.

Vulnerability discussion

If a file executed through a mail alias file has permissions greater than 0755, it can be modified by an unauthorized user and may contain malicious code or instructions possibly compromising the system.

Check content

Find the aliases file on the system. Procedure: # find / -name aliases -depth -print Examine the aliases file for any directories or paths that may be utilized. Procedure: # more Check the permissions for any paths referenced. Procedure: # ls -lL If any file referenced from the aliases file has a mode more permissive than 0755, this is a finding.

Fix text

Use the chmod command to change the access permissions for files executed from the alias file. For example: # chmod 0755 < filename >

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