Information
Remote access can be exploited by an attacker to compromise the server. By recording all remote access activities, it will be possible to determine the attacker's location, intent, and degree of success.
Tomcat can be configured with an 'AccessLogValve', a component that can be inserted into the request processing pipeline to provide robust access logging. The AccessLogValve creates log files in the same format as those created by standard web servers. When AccessLogValve is properly configured, log files will contain all the forensic information necessary in the case of a security incident.
Satisfies: SRG-APP-000016-WSR-000005, SRG-APP-000089-WSR-000047, SRG-APP-000092-WSR-000055, SRG-APP-000095-WSR-000056, SRG-APP-000096-WSR-000057, SRG-APP-000097-WSR-000058, SRG-APP-000098-WSR-000059, SRG-APP-000098-WSR-000060, SRG-APP-000099-WSR-000061, SRG-APP-000100-WSR-000064, SRG-APP-000374-WSR-000172, SRG-APP-000375-WSR-000171
Solution
Navigate to and open:
/usr/lib/vmware-eam/web/conf/server.xml
Add the following line at the very top of the <Host> node.
<Valve className='org.apache.catalina.valves.RemoteIpValve' httpServerPort='80' httpsServerPort='443' protocolHeader='x-forwarded-proto' proxiesHeader='x-forwarded-by' remoteIpHeader='x-forwarded-for' requestAttributesEnabled='true' internalProxies='127.0.0.1'/>
Inside the <Host> node, remove the existing 'AccessLogValve' <Valve> node entirely and replace it with the following line:
<Valve className='org.apache.catalina.valves.AccessLogValve' directory='${eam.catalina.logdir}' pattern='%h %{X-Forwarded-For}i %l %u %t [%I] "%r" %s %b [Processing time %D msec] "%{User-Agent}i"' resolveHosts='false' prefix='localhost_access_log' suffix='.txt'/>
Item Details
Category: ACCESS CONTROL, AUDIT AND ACCOUNTABILITY
References: 800-53|AC-17(1), 800-53|AU-3, 800-53|AU-8b., 800-53|AU-12a., 800-53|AU-14(1), 800-53|AU-14(2), CAT|II, CCI|CCI-000067, CCI|CCI-000130, CCI|CCI-000131, CCI|CCI-000132, CCI|CCI-000133, CCI|CCI-000134, CCI|CCI-000169, CCI|CCI-001462, CCI|CCI-001464, CCI|CCI-001487, CCI|CCI-001889, CCI|CCI-001890, Rule-ID|SV-239376r879521_rule, STIG-ID|VCEM-67-000005, Vuln-ID|V-239376
Control ID: b3a02f418a03e28d308e8a005c97a2cec9ab9f9ca2bf8862e34144ab1d1db7a6