STIGQter STIGQter: STIG Summary: IBM WebSphere Liberty Server Security Technical Implementation Guide Version: 2 Release: 4 Benchmark Date: 01 Apr 2026:

The WebSphere Liberty Server must log remote session and security activity.

DISA Rule

SV-250325r1015250_rule

Vulnerability Number

V-250325

Group Title

SRG-APP-000016-AS-000013

Rule Version

IBMW-LS-000040

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

To log remote access events, the featureManager setting in the ${server.config.dir}/server.xml must contain the audit and appSecurity features.

<featureManager>
<feature>audit-1.0</feature>
<feature>appSecurity-2.0</feature>
</featureManager>

Check Contents

Review the ${server.config.dir}/server.xml file and ensure audit-1.0 and appSecurity-2.0 are defined within the <featureManager> setting in the server.xml file.

If audit-1.0 and appSecurity-2.0 are not defined within the <featureManager> setting in the server.xml file, this is a finding.

EXAMPLE:
<featureManager>
<feature>audit-1.0</feature>
<feature>appSecurity-3.0</feature>
</featureManager>

Vulnerability Number

V-250325

Documentable

False

Rule Version

IBMW-LS-000040

Severity Override Guidance

Review the ${server.config.dir}/server.xml file and ensure audit-1.0 and appSecurity-2.0 are defined within the <featureManager> setting in the server.xml file.

If audit-1.0 and appSecurity-2.0 are not defined within the <featureManager> setting in the server.xml file, this is a finding.

EXAMPLE:
<featureManager>
<feature>audit-1.0</feature>
<feature>appSecurity-3.0</feature>
</featureManager>

Check Content Reference

M

Target Key

5424