Vulnerabilities in CA Access Gateway (SPS), that need hardening on some Apache component, reported as exceptions.
These include the following:
List of Apache directories and files whose owner is not 'root'List of HTTP directories and files whose group is not 'root'List of directories with group write access under HTTP Document Root directoryStatus of the 'CustomLog' directive on the host "|'/{home_sps}/httpd/bin/rotatelogs' '/{home_sps}/httpd/logs/access_log' 10M" common Setting not found------------ OR ------------contains regular expression listcombinedStatus of the 'test-cgi' CGI file within the 'Apache home directory' on the hostStatus of the 'Ownership' settings for the http base directory on the hostStatus of the 'Ownership' settings for the 'HTTP_BASE/bin' directory on the host (Unix Platform)Status of the 'Ownership' settings for the 'PidFile directory' on the hostStatus of the 'Permission' settings for the 'PidFile directory' on the host (Unix Platform)Status of the 'Permission' settings for the 'SSLCertificateKeyFile' directive within the Apache configuration files on the hostStatus of the 'Ownership' settings for the Apache web document root 'PREFIX/htdocs' on the host (Unix Platform)
The vulnerabilities reported cover 3 aspects:
## The location and format of the access logfile (Common Logfile Format).# If you do not define any access logfiles within a <VirtualHost># container, they will be logged here. Contrariwise, if you *do*# define per-<VirtualHost> access logfiles, transactions will be# logged therein and *not* in this file.#CustomLog "|'/{home_sps}/httpd/bin/rotatelogs' '/{home_sps}/httpd/logs/access_log' 10M" common # The JkLogFile directive is used to describe the path and# file name of the mod_jk log file.JkLogFile "|'/{home_sps}/httpd/bin/rotatelogs' '/{home_sps}/httpd/logs/mod_jk.log' 10M"ErrorLog "|'/{home_sps}/httpd/bin/rotatelogs' '/{home_sps}/httpd/logs/error_log' 10M"# ../httpd/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) env_module (shared) log_config_module (shared) setenvif_module (shared) mime_module (shared) jk_module (shared) alias_module (shared) authz_core_module (shared) unixd_module (shared) slotmem_shm_module (shared)