STIGQter STIGQter: STIG Summary: CA IDMS Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 01 Jul 2026:

IDMS must allow only authorized users to sign on to an IDMS CV.

DISA Rule

SV-251584r1137654_rule

Vulnerability Number

V-251584

Group Title

SRG-APP-000033-DB-000084

Rule Version

IDMS-DB-000030

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

In the source for RHDCSRTT add a #SECRTT entry to secure the sign-on process such as this example:

#SECRTT TYPE=ENTRY, X
RESTYPE=SGON, X
SECBY=EXTERNAL, X
EXTCLS='CA@IDMS', X
EXTNAME=(RESTYPE,RESNAME)

The RESNAME used during sign-on is the CV system name as defined in SYSGEN. To find the system name sign into SYSGEN in the CV. Then issue command "SIGNON DICT SYST" and then issue command "DISP SYS nnn" where nnn is the CV number. Look for "SYSTEM ID IS" to find the system name used as RESNAME.

Before implementing changes, contact the security administrator and ensure that the ESM has the necessary rules for the EXTCLS and EXTNAME values chosen. The appropriate ESM rules must then be given to the appropriate users. For instance, in Top Secret:
TSS PER(user_id) CA@IDMS(SGON.your_extname)

In ACF2:
$KEY(SGON.your_extname) TYPE(CA@IDMS)
UID(user_id) ALLOW

After making the above changes, assemble and link RHDCSRTT to create a new SRTT. To implement the new SRTT, either recycle any CVs that use the SRTT or issue these commands:

DCMT VARY NUCLEUS MODULE RHDCSRTT NEW COPY
DCMT VARY NUCLEUS RELOAD

Check Contents

Examine load module RHDCSRTT by executing CA IDMS utility IDMSSRTD, or by issuing command "DCMT DISPLAY SRTT" while signed onto the CV, and reviewing the output.

Note that this requires PTFs SO07995 and SO09476.

Look for a #SECRTT statement with the string "RESTYPE=SGON" and SECBY=EXTERNAL.

If no "RESTYPE=SGON" is found or "SECBY=OFF" or "SECBY=INTERNAL" is specified, this is a finding.

Execute an external security manager (ESM) resource access list for resource "SGON" for each CV on the system.

If the resource access is not restricted to only users authorized in the site security plan, this is a finding.

Vulnerability Number

V-251584

Documentable

False

Rule Version

IDMS-DB-000030

Severity Override Guidance

Examine load module RHDCSRTT by executing CA IDMS utility IDMSSRTD, or by issuing command "DCMT DISPLAY SRTT" while signed onto the CV, and reviewing the output.

Note that this requires PTFs SO07995 and SO09476.

Look for a #SECRTT statement with the string "RESTYPE=SGON" and SECBY=EXTERNAL.

If no "RESTYPE=SGON" is found or "SECBY=OFF" or "SECBY=INTERNAL" is specified, this is a finding.

Execute an external security manager (ESM) resource access list for resource "SGON" for each CV on the system.

If the resource access is not restricted to only users authorized in the site security plan, this is a finding.

Check Content Reference

M

Target Key

5418