UCF STIG Viewer Logo

The JBoss server must be configured to utilize syslog logging.


Overview

Finding ID Version Rule ID IA Controls Severity
V-62309 JBOS-AS-000505 SV-76799r2_rule Medium
Description
Information system logging capability is critical for accurate forensic analysis. Log record content that may be necessary to satisfy the requirement of this control includes, but is not limited to, time stamps, source and destination IP addresses, user/process identifiers, event descriptions, application-specific events, success/fail indications, filenames involved, access control or flow control rules invoked. Off-loading is a common process in information systems with limited log storage capacity. Centralized management of log records provides for efficiency in maintenance and management of records, as well as the backup and archiving of those records. Application servers and their related components are required to off-load log records onto a different system or media than the system being logged.
STIG Date
JBoss EAP 6.3 Security Technical Implementation Guide 2020-06-12

Details

Check Text ( C-63113r1_chk )
Log on to the OS of the JBoss server with OS permissions that allow access to JBoss.
Using the relevant OS commands and syntax, cd to the /bin/ folder.
Run the jboss-cli script.
Connect to the server and authenticate.
Run the command:

Standalone configuration:
"ls /subsystem=logging/syslog-handler="

Domain configuration:
"ls /profile=/subsystem=logging/syslog-handler="
Where = the selected application server profile of; default,full, full-ha or ha.

If no values are returned, this is a finding.
Fix Text (F-68229r2_fix)
Log on to the OS of the JBoss server with OS permissions that allow access to JBoss.

Using the relevant OS commands and syntax, cd to the “/bin/” folder.

Run the “jboss-cli” script.
Connect to the server and authenticate.
To add a syslog handler:
Standalone configuration: "/subsystem=logging/syslog-handler="
Domain configuration: "/profile=default/subsystem=logging/syslog-handler="

To configure a syslog handler:
Standalone configuration. "/subsystem=logging/syslog-handler=
*reference the RedHat web-site for the list of syslog handler attributes and corresponding values. Sample attributes include but are not limited to: port, enabled, app-name, level, server-address, hostname, etcetera.