Skip to main content
CUI

Documentation - V-213556

V-213556

JBoss Enterprise Application Platform 6.3 Security Technical Implementation Guide

CAT II

Title

JBoss must be configured to generate log records when concurrent logons from different workstations occur to the application server management interface.

Description

<VulnDiscussion>Concurrent logons from different systems could possibly indicate a compromised account. When concurrent logons are made from different workstations to the management interface, a log record needs to be generated. This configuration setting provides forensic evidence that allows the system administrator to investigate access to the system and determine if the duplicate access was authorized or not. JBoss provides a multitude of different log formats, and API calls that log acce...

Fix Text (Documentation Requirement)

Launch the jboss-cli management interface. Connect to the server by typing "connect", authenticate as a user in the Superuser role, and run the following command: For a Managed Domain configuration: "host=master/server/<SERVERNAME>/core-service=management/access=audit/logger=audit-log:write-attribute(name=enabled,value=true)" For a Standalone configuration: "/core-service=management/access=audit/logger=audit-log:write-attribute(name=enabled,value=true)"

Documentation Status

Cancel
CUI