UCF STIG Viewer Logo

Basic Authentication must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-250334 IBMW-LS-000381 SV-250334r862980_rule Medium
Description
Basic authentication does not use a centralized user store like LDAP. Not using a centralized user store complicates user management tasks and increases the risk that user accounts could remain on the system long after users have moved to their next deployment. Basic Auth also stores user credentials and passwords on the system and creates the potential for an attacker to circumvent strong authentication requirements like multi-factor or certificate based authentication. Allowing failover to Basic Auth allows the Liberty Server to fall back to basic authentication in the event certificate based authentication methods fail. Configuring the Liberty Server to fall back to basic authentication creates the potential for an attacker to circumvent strong authentication requirements and must be avoided.
STIG Date
IBM WebSphere Liberty Server Security Technical Implementation Guide 2022-09-09

Details

Check Text ( C-53769r795053_chk )
As a privileged user with local file access to the ${server.config.dir}/server.xml file, search the server.xml for the basicRegistry setting.

grep -i basicregistry server.xml

SAMPLE:










If settings are defined in server.xml, this is a finding.
Fix Text (F-53723r862979_fix)
Delete basicRegistry settings and re-configure the server.xml file to use a centralized LDAP user store.

SAMPLE:


appSecurity-2.0
ldapRegistry-3.0


baseDN="${ldap.server.base.dn}"
ldapType="${ldap.vendor.type}"
searchTimeout="8m">