Check: SRG-APP-000126-AS-000085
Application Server SRG:
SRG-APP-000126-AS-000085
(in versions v3 r4 through v2 r7)
Title
The application server must use cryptographic mechanisms to protect the integrity of log information. (Cat II impact)
Discussion
Protecting the integrity of log records helps to ensure log files are not tampered with. Cryptographic mechanisms are the industry-established standard used to protect the integrity of log data. An example of cryptographic mechanisms is the computation and application of a cryptographic hash and using asymmetric cryptography with digital signatures. Application Servers often write log data to files on the file system. These files typically roll over on a periodic basis. Once the logs are rolled over, hashing and signing the logs assures the logs are not tampered with and helps to assure log integrity.
Check Content
Review the application server documentation and configuration to determine if the application server can be configured to protect the integrity of log data using cryptographic hashes and digital signatures. Configure the application server to hash and sign log data. This is typically done the moment when log files cease to be written to and are rolled over for storage or offloading. Alternatively, if the application server is not able to hash and sign log data, the task can be delegated by configuring the application server or underlying OS to send logs to a centralized log management system or SIEM that can meet the requirement. If the application server is not configured to hash and sign logs, or is not configured to utilize the aforementioned OS and centralized log management resources to meet the requirement, this is a finding.
Fix Text
Configure the application server to hash and sign logs using cryptographic means. Alternatively, configure the application server or OS to send logs to a centralized log server that meets the hashing and signing requirement.
Additional Identifiers
Rule ID: SV-204739r879583_rule
Vulnerability ID: V-204739
Group Title: SRG-APP-000126
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001350 |
The information system implements cryptographic mechanisms to protect the integrity of audit information. |
Controls
Number | Title |
---|---|
AU-9 (3) |
Cryptographic Protection |