Log file access must be restricted to System Administrators, Web Administrators or Auditors.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-2252WG250WG250 A22SV-33033r1_rule2019-01-071
Description
A major tool in exploring the web site use, attempted use, unusual conditions, and problems are the access and error logs. In the event of a security incident, these logs can provide the SA and the web manager with valuable information. To ensure the integrity of the log files and protect the SA and the web manager from a conflict of interest related to the maintenance of these files, only the members of the Auditors group will be granted permissions to move, copy, and delete these files in the course of their duties related to the archiving of these files.
ℹ️ Check
Enter the following command to determine the directory the log files are located in: grep "ErrorLog" /usr/local/apache2/conf/httpd.conf grep "CustomLog" /usr/local/apache2/conf/httpd.conf Verify the permission of the ErrorLog & CustomLog files by entering the following command: ls -al /usr/local/apache2/logs/*.log Unix file permissions should be 640 or less for all web log files if not, this is a finding.
✔️ Fix
Use the chmod command to set the appropriate file permissions on the log files.