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 LTPA keys password must be changed.

DISA Rule

SV-250346r1067567_rule

Vulnerability Number

V-250346

Group Title

SRG-APP-000428-AS-000265

Rule Version

IBMW-LS-001050

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

To update key password and force a regeneration of keys follow these steps. To obtain encoded values, use the Liberty "securityUtility encode" command.

1. Shut down the server.

2. Configure the <ltpa> element in the server.xml file as follows, replacing the sample values in the example with local values. The password may be encoded or encrypted.

<ltpa keysFileName="yourLTPAKeysFileName.keys" keysPassword="yourkeysPassword" expiration="120" />

3. Delete the existing ${wlp.server.dir}/resources/security/ltpa.keys file.

4. Sync changes with all servers in the cell.

5. Start the servers.

Check Contents

If LTPA is not used, this requirement is not a finding.

As a privileged user with access to ${server.config.dir}/server.xml file, review the server.xml file and locate LTPA settings. If the LTPA settings do not exist, this is not a finding.

EXAMPLE:
grep -i "<ltpa" server.xml

<ltpa keysFileName="LTPA.keys" keysPassword="myLTPAkeysPassword" expiration="120" monitorInterval="5s" />

If the LTPA setting exists and the password is set to "WebAS", this is a finding.

Vulnerability Number

V-250346

Documentable

False

Rule Version

IBMW-LS-001050

Severity Override Guidance

If LTPA is not used, this requirement is not a finding.

As a privileged user with access to ${server.config.dir}/server.xml file, review the server.xml file and locate LTPA settings. If the LTPA settings do not exist, this is not a finding.

EXAMPLE:
grep -i "<ltpa" server.xml

<ltpa keysFileName="LTPA.keys" keysPassword="myLTPAkeysPassword" expiration="120" monitorInterval="5s" />

If the LTPA setting exists and the password is set to "WebAS", this is a finding.

Check Content Reference

M

Target Key

5424