Skip to content

AIX public directories must be the only world-writable directories and world-writable files must be located only in public directories.

An XCCDF Rule

Description

<VulnDiscussion>World-writable files and directories make it easy for a malicious user to place potentially compromising files on the system. The only authorized public directories are those temporary directories supplied with the system or those designed to be temporary file repositories. The setting is normally reserved for directories used by the system and by users for temporary file storage (e.g., /tmp) and for directories requiring global read/write access.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-215409r508663_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

Remove or change the mode for any world-writable file or directory on the system that is not required to be world-writable by running command: 
# chmod o-w <file/directory> 

Document all changes.