Skip to content

Apache Server 2.4 UNIX Server Security Technical Implementation Guide

Rules, Groups, and Values defined within the XCCDF Benchmark

  • SRG-APP-000340-WSR-000029

    Group
  • Non-privileged accounts on the hosting system must only access Apache web server security-relevant information and functions through a distinct administrative account.

    By separating Apache web server security functions from non-privileged users, roles can be developed that can then be used to administer the Apache web server. Forcing users to change from a non-pr...
    Rule Medium Severity
  • SRG-APP-000357-WSR-000150

    Group
  • The Apache web server must use a logging mechanism that is configured to allocate log record storage capacity large enough to accommodate the logging requirements of the Apache web server.

    To make certain that the logging mechanism used by the web server has sufficient storage capacity in which to write the logs, the logging mechanism needs to be able to allocate log record storage c...
    Rule Medium Severity
  • SRG-APP-000358-WSR-000063

    Group
  • The Apache web server must not impede the ability to write specified log record content to an audit log server.

    Writing events to a centralized management audit system offers many benefits to the enterprise over having dispersed logs. Centralized management of audit records and logs provides for efficiency i...
    Rule Medium Severity
  • SRG-APP-000358-WSR-000163

    Group
  • SRG-APP-000374-WSR-000172

    Group
  • The Apache web server must generate log records that can be mapped to Coordinated Universal Time (UTC) or Greenwich Mean Time (GMT) which are stamped at a minimum granularity of one second.

    If time stamps are not consistently applied and there is no common time reference, it is difficult to perform forensic analysis across multiple devices and log records. Time stamps generated by th...
    Rule Medium Severity
  • SRG-APP-000383-WSR-000175

    Group
  • The Apache web server must prohibit or restrict the use of nonsecure or unnecessary ports, protocols, modules, and/or services.

    Web servers provide numerous processes, features, and functionalities that use TCP/IP ports. Some of these processes may be deemed unnecessary or too unsecure to run on a production system. The Ap...
    Rule Medium Severity
  • SRG-APP-000435-WSR-000147

    Group
  • The Apache web server must be protected from being stopped by a non-privileged user.

    An attacker has at least two reasons to stop a web server. The first is to cause a denial of service (DoS), and the second is to put in place changes the attacker made to the web server configurati...
    Rule Medium Severity
  • SRG-APP-000439-WSR-000154

    Group
  • Cookies exchanged between the Apache web server and the client, such as session cookies, must have cookie properties set to prohibit client-side scripts from reading the cookie data.

    A cookie can be read by client-side scripts easily if cookie properties are not set properly. By allowing cookies to be read by the client-side scripts, information such as session identifiers coul...
    Rule Medium Severity
  • SRG-APP-000439-WSR-000188

    Group
  • SRG-APP-000456-WSR-000187

    Group
  • The Apache web server must install security-relevant software updates within the configured time period directed by an authoritative source (e.g., IAVM, CTOs, DTMs, and STIGs).

    Security flaws with software applications are discovered daily. Vendors are constantly updating and patching their products to address newly discovered security vulnerabilities. Organizations (incl...
    Rule Medium Severity
  • SRG-APP-000516-WSR-000079

    Group
  • SRG-APP-000516-WSR-000174

    Group
  • SRG-APP-000516-WSR-000174

    Group
  • The Apache web server software must be a vendor-supported version.

    Many vulnerabilities are associated with older versions of web server software. As hot fixes and patches are issued, these solutions are included in the next version of the server software. Maintai...
    Rule High Severity
  • SRG-APP-000516-WSR-000174

    Group
  • The Apache web server must limit the number of allowed simultaneous session requests.

    Apache web server management includes the ability to control the number of users and user sessions that utilize an Apache web server. Limiting the number of allowed users and sessions per user is h...
    Rule Medium Severity
  • The Apache web server must perform server-side session management.

    Session management is the practice of protecting the bulk of the user authorization and identity information. This data can be stored on the client system or on the server. When the session inform...
    Rule Medium Severity
  • The Apache web server must use cryptography to protect the integrity of remote sessions.

    Data exchanged between the user and the Apache web server can range from static display data to credentials used to log on to the hosted application. Even when data appears to be static, the non-di...
    Rule Medium Severity
  • The Apache web server must generate, at a minimum, log records for system startup and shutdown, system access, and system authentication events.

    Log records can be generated from various components within the Apache web server (e.g., httpd, plug-ins to external backends, etc.). From a web server perspective, certain specific Apache web serv...
    Rule Medium Severity
  • An Apache web server, behind a load balancer or proxy server, must produce log records containing the client IP information as the source and destination and not the load balancer or proxy IP information with each event.

    Apache web server logging capability is critical for accurate forensic analysis. Without sufficient and accurate information, a correct replay of the events cannot be determined. Ascertaining the ...
    Rule Medium Severity
  • The Apache web server must use a logging mechanism that is configured to alert the Information System Security Officer (ISSO) and System Administrator (SA) in the event of a processing failure.

    Reviewing log data allows an investigator to recreate the path of an attacker and to capture forensic data for later use. Log data is also essential to SAs in their daily administrative duties on t...
    Rule Medium Severity
  • The Apache web server log files must only be accessible by privileged users.

    Log data is essential in the investigation of events. If log data were to become compromised, competent forensic analysis and discovery of the true source of potentially malicious system activity w...
    Rule Medium Severity
  • The log information from the Apache web server must be protected from unauthorized modification or deletion.

    Log data is essential in the investigation of events. If log data were to become compromised, competent forensic analysis and discovery of the true source of potentially malicious system activity w...
    Rule Medium Severity
  • The log data and records from the Apache web server must be backed up onto a different system or media.

    Protection of log data includes ensuring log data is not accidentally lost or deleted. Backing up log records to an unrelated system or onto separate media than the system the web server is actuall...
    Rule Medium Severity
  • The Apache web server must not perform user management for hosted applications.

    User management and authentication can be an essential part of any application hosted by the web server. Along with authenticating users, the user management function must perform several other tas...
    Rule Medium Severity
  • The Apache web server must not be a proxy server.

    A web server should be primarily a web server or a proxy server but not both, for the same reasons that other multiuse servers are not recommended. Scanning for web servers that will also proxy req...
    Rule Medium Severity
  • The Apache web server must provide install options to exclude the installation of documentation, sample code, example applications, and tutorials.

    Apache web server documentation, sample code, example applications, and tutorials may be an exploitable threat to an Apache web server because this type of code has not been evaluated and approved....
    Rule High Severity
  • The Apache web server must be configured to use a specified IP address and port.

    The web server must be configured to listen on a specified IP address and port. Without specifying an IP address and port for the web server to use, the web server will listen on all IP addresses a...
    Rule Medium Severity
  • Cookies exchanged between the Apache web server and client, such as session cookies, must have security settings that disallow cookie access outside the originating Apache web server and hosted application.

    Cookies are used to exchange data between the web server and the client. Cookies, such as a session cookie, may contain session information and user credentials used to maintain a persistent connec...
    Rule Medium Severity
  • Warning and error messages displayed to clients must be modified to minimize the identity of the Apache web server, patches, loaded modules, and directory paths.

    Information needed by an attacker to begin looking for possible vulnerabilities in a web server includes any information about the web server, backend systems being accessed, and plug-ins or module...
    Rule Medium Severity
  • The Apache web server must be configured to immediately disconnect or disable remote access to the hosted applications.

    During an attack on the Apache web server or any of the hosted applications, the System Administrator (SA) may need to disconnect or disable access by users to stop the attack. The Apache web serv...
    Rule Medium Severity
  • The Apache web server must be configured to integrate with an organizations security infrastructure.

    A web server will typically use logging mechanisms for maintaining a historical log of activity that occurs within a hosted application. This information can then be used for diagnostic purposes, f...
    Rule Medium Severity
  • The Apache web server must remove all export ciphers to protect the confidentiality and integrity of transmitted information.

    During the initial setup of a Transport Layer Security (TLS) connection to the Apache web server, the client sends a list of supported cipher suites in order of preference. The Apache web server wi...
    Rule Medium Severity
  • The account used to run the Apache web server must not have a valid login shell and password defined.

    During installation of the Apache web server software, accounts are created for the Apache web server to operate properly. The accounts installed can have either no password installed or a default ...
    Rule High Severity
  • The Apache web server must be configured in accordance with the security configuration settings based on DoD security configuration or implementation guidance, including STIGs, NSA configuration guides, CTOs, and DTMs.

    Configuring the Apache web server to implement organization-wide security implementation guides and security checklists guarantees compliance with federal standards and establishes a common securit...
    Rule Low Severity
  • The Apache web server htpasswd files (if present) must reflect proper ownership and permissions.

    In addition to OS restrictions, access rights to files and directories can be set on a website using the web server software. That is, in addition to allowing or denying all access rights, a rule c...
    Rule Medium Severity

The content of the drawer really is up to you. It could have form fields, definition lists, text lists, labels, charts, progress bars, etc. Spacing recommendation is 24px margins. You can put tabs in here, and can also make the drawer scrollable.

Capacity
Modules