UCF STIG Viewer Logo

JBoss management interfaces must be secured.


Overview

Finding ID Version Rule ID IA Controls Severity
V-213502 JBOS-AS-000075 SV-213502r615939_rule High
Description
JBoss utilizes the concept of security realms to secure the management interfaces used for JBoss server administration. If the security realm attribute is omitted or removed from the management interface definition, access to that interface is no longer secure. The JBoss management interfaces must be secured.
STIG Date
JBoss Enterprise Application Platform 6.3 Security Technical Implementation Guide 2021-11-23

Details

Check Text ( C-14725r296172_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.

Identify the management interfaces. To identity the management interfaces, run the following command:

For standalone servers:
"ls /core-service=management/management-interface="

For managed domain installations:
"ls /host=HOST_NAME/core-service=management/management-interface="

By default, JBoss provides two management interfaces; they are named "NATIVE-INTERFACE" and "HTTP-INTERFACE". The system may or may not have both interfaces enabled. For each management interface listed as a result of the previous command, append the name of the management interface to the end of the following command.

For a standalone system:

"ls /core-service=management/management-interface="

For a managed domain:

"ls /host=HOST_NAME/core-service=management/management-interface="

If the "security-realm=" attribute is not associated with a management realm, this is a finding.
Fix Text (F-14723r296173_fix)
Identify the security realm used for management of the system. By default, this is called "Management Realm".

If a management security realm is not already available, reference the Jboss EAP 6.3 system administration guide for instructions on how to create a security realm for management purposes. Create the management realm, and assign authentication and authorization access restrictions to the management realm.

Assign the management interfaces to the management realm.