Skip to content

III - Administrative Classified

Rules and Groups employed by this XCCDF Profile

  • SRG-APP-000001-WSR-000001

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

    Web server management includes the ability to control the number of users and user sessions that utilize a web server. Limiting the number of allowed users and sessions per user is helpful in limit...
    Rule Medium Severity
  • SRG-APP-000001-WSR-000002

    Group
  • 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. Storing of this data can occur on the client system or on the server. When the session...
    Rule Medium Severity
  • SRG-APP-000095-WSR-000056

    Group
  • The Apache web server must produce log records containing sufficient information to establish what type of events occurred.

    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 correct...
    Rule Medium Severity
  • SRG-APP-000141-WSR-000015

    Group
  • 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
  • SRG-APP-000141-WSR-000081

    Group
  • The Apache web server must have resource mappings set to disable the serving of certain file types.

    Resource mapping is the process of tying a particular file type to a process in the web server that can serve that type of file to a requesting client and to identify which file types are not to be...
    Rule Medium Severity
  • SRG-APP-000141-WSR-000082

    Group
  • The Apache web server must allow the mappings to unused and vulnerable scripts to be removed.

    Scripts allow server-side processing on behalf of the hosted application user or as processes needed in the implementation of hosted applications. Removing scripts not needed for application operat...
    Rule Medium Severity
  • SRG-APP-000141-WSR-000087

    Group
  • Users and scripts running on behalf of users must be contained to the document root or home directory tree of the Apache web server.

    A web server is designed to deliver content and execute scripts or applications on the request of a client or user. Containing user requests to files in the directory tree of the hosted web applica...
    Rule Medium Severity
  • SRG-APP-000142-WSR-000089

    Group
  • 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
  • SRG-APP-000175-WSR-000095

    Group
  • The Apache web server must perform RFC 5280-compliant certification path validation.

    A certificate's certification path is the path from the end entity certificate to a trusted root certification authority (CA). Certification path validation is necessary for a relying party to make...
    Rule Medium Severity
  • SRG-APP-000176-WSR-000096

    Group
  • Only authenticated system administrators or the designated PKI Sponsor for the Apache web server must have access to the Apache web servers private key.

    The web server's private key is used to prove the identity of the server to clients and securely exchange the shared secret key used to encrypt communications between the web server and clients. B...
    Rule Medium Severity
  • SRG-APP-000211-WSR-000030

    Group
  • Apache web server accounts accessing the directory tree, the shell, or other operating system functions and utilities must only be administrative accounts.

    As a rule, accounts on a web server are to be kept to a minimum. Only administrators, web managers, developers, auditors, and web authors require accounts on the machine hosting the web server. The...
    Rule Medium Severity
  • SRG-APP-000211-WSR-000031

    Group
  • Anonymous user access to the Apache web server application directories must be prohibited.

    To properly monitor the changes to the web server and the hosted applications, logging must be enabled. Along with logging being enabled, each record must properly contain the changes made and the ...
    Rule High Severity
  • SRG-APP-000211-WSR-000129

    Group
  • The Apache web server must separate the hosted applications from hosted Apache web server management functionality.

    The separation of user functionality from web server management can be accomplished by moving management functions to a separate IP address or port. To further separate the management functions, se...
    Rule Medium Severity
  • SRG-APP-000220-WSR-000201

    Group
  • The Apache web server must invalidate session identifiers upon hosted application user logout or other session termination.

    Captured sessions can be reused in "replay" attacks. This requirement limits the ability of adversaries from capturing and continuing to employ previously valid session IDs. Session IDs are tokens...
    Rule Medium Severity
  • SRG-APP-000223-WSR-000011

    Group
  • 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
  • SRG-APP-000223-WSR-000145

    Group
  • The Apache web server must accept only system-generated session identifiers.

    Communication between a client and the web server is done using the HTTP protocol, but HTTP is a stateless protocol. To maintain a connection or session, a web server will generate a session identi...
    Rule Medium Severity
  • SRG-APP-000224-WSR-000136

    Group
  • The Apache web server must generate unique session identifiers that cannot be reliably reproduced.

    Communication between a client and the web server is done using the HTTP protocol, but HTTP is a stateless protocol. To maintain a connection or session, a web server will generate a session identi...
    Rule Medium Severity
  • SRG-APP-000224-WSR-000138

    Group
  • The Apache web server must generate a session ID using as much of the character set as possible to reduce the risk of brute force.

    Generating a session identifier (ID) that is not easily guessed through brute force is essential to deter several types of session attacks. By knowing the session ID, an attacker can hijack a user ...
    Rule Medium Severity
  • SRG-APP-000225-WSR-000074

    Group
  • The Apache web server must augment re-creation to a stable and known baseline.

    Making certain that the web server has not been updated by an unauthorized user is always a concern. Adding patches, functions, and modules that are untested and not part of the baseline opens the ...
    Rule Medium Severity
  • SRG-APP-000225-WSR-000141

    Group
  • The Apache web server must be configured to provide clustering.

    The web server may host applications that display information that cannot be disrupted, such as information that is time critical or life threatening. In these cases, a web server that shuts down o...
    Rule Medium Severity
  • SRG-APP-000233-WSR-000146

    Group
  • The Apache web server document directory must be in a separate partition from the Apache web servers system files.

    A web server is used to deliver content on the request of a client. The content delivered to a client must be controlled, allowing only hosted application files to be accessed and delivered. To all...
    Rule Medium Severity
  • SRG-APP-000266-WSR-000142

    Group
  • The Apache web server must display a default hosted application web page, not a directory listing, when a requested web page cannot be found.

    The goal is to completely control the web user's experience in navigating any portion of the web document root directories. Ensuring all web content directories have at least the equivalent of an "...
    Rule Medium Severity
  • SRG-APP-000266-WSR-000159

    Group
  • 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
  • SRG-APP-000266-WSR-000160

    Group
  • Debugging and trace information used to diagnose the Apache web server must be disabled.

    Information needed by an attacker to begin looking for possible vulnerabilities in a web server includes any information about the web server and plug-ins or modules being used. When debugging or t...
    Rule Medium Severity
  • SRG-APP-000295-WSR-000012

    Group
  • The Apache web server must set an absolute timeout for sessions.

    Leaving sessions open indefinitely is a major security risk. An attacker can easily use an already authenticated session to access the hosted application as the previously authenticated user. By cl...
    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