STIGQter STIGQter: STIG Summary: JBoss Enterprise Application Platform 6.3 Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 22 Jan 2021:

Silent Authentication must be removed from the Default Management Security Realm.

DISA Rule

SV-213501r615939_rule

Vulnerability Number

V-213501

Group Title

SRG-APP-000033-AS-000024

Rule Version

JBOS-AS-000050

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

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 <JBOSS_HOME>/bin/ folder.
Run the jboss-cli script.
Connect to the server and authenticate.

Remove the local element from the Management Realm.
For standalone servers run the following command:
/core-service=management/securityrealm=
ManagementRealm/authentication=local:remove

For managed domain installations run the following command:
/host=HOST_NAME/core-service=management/securityrealm=
ManagementRealm/authentication=local:remove

Check Contents

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 <JBOSS_HOME>/bin/ folder.
Run the jboss-cli script.
Connect to the server and authenticate.

Verify that Silent Authentication has been removed from the default Management security realm.
Run the following command.

For standalone servers run the following command:
"ls /core-service=management/securityrealm=ManagementRealm/authentication"

For managed domain installations run the following command:
"ls /host=HOST_NAME/core-service=management/securityrealm=ManagementRealm/authentication"

If "local" is returned, this is a finding.

Vulnerability Number

V-213501

Documentable

False

Rule Version

JBOS-AS-000050

Severity Override Guidance

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 <JBOSS_HOME>/bin/ folder.
Run the jboss-cli script.
Connect to the server and authenticate.

Verify that Silent Authentication has been removed from the default Management security realm.
Run the following command.

For standalone servers run the following command:
"ls /core-service=management/securityrealm=ManagementRealm/authentication"

For managed domain installations run the following command:
"ls /host=HOST_NAME/core-service=management/securityrealm=ManagementRealm/authentication"

If "local" is returned, this is a finding.

Check Content Reference

M

Target Key

3987

Comments