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

IDMS must prevent unauthorized users from executing certain privileged commands that can be used to change the runtime IDMS environment.

DISA Rule

SV-251637r961353_rule

Vulnerability Number

V-251637

Group Title

SRG-APP-000340-DB-000304

Rule Version

IDMS-DB-000660

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The SRTT must contain one or more entries to enable the external security of RESTYPE=ACTI. For example:

#SECRTT TYPE=ENTRY,RESTYPE=ACTI, SECBY=EXTERNAL, EXTCLS='CA@IDMS',EXTNAME=(SYST,ACTIVITY)

Update the source for IDMSCTAB as needed.

This example #CTABGEN entry secures the DCMT commands listed in the check and assigns a task number to each:

CTAB TITLE 'GENERATE DCMT SECURITY TABLE'
#CTABGEN LOGIN=YES, X
(A,1,B,2,C,3,D,4,E,5,F,6,G,7,H,8,I,9), X
(N022,A), DCMT DISPLAY MEMORY X
(N046001,B), DCMT VARY DYNAMIC PROGRAM X
(N046002,C), DCMT VARY DYNAMIC TASK X
(N050,D), DCMT VARY LOADLIB X
(N033,E), DCMT VARY MEMORY X
(N063,F), DCMT VARY NUCLEUS X
(N025,G), DCMT VARY PROGRAM X
(N073,H), DCMT VARY RUN UNIT X
(N095,I) DCMT VARY SYSGEN
END

The ACTIVITY passed to the ESM will be the first up to five bytes of the application name followed by the three-byte activity number or, using the above example, DCMT009 for a DCMT VARY SYSGEN command.

After making the above changes, IDMSCTAB and RHDCSRTT must be reassembled and relinked. To implement the new SRTT and IDMSCTAB, either recycle any CVs that use the SRTT or issue these commands:

DCMT VARY NUCLEUS MODULE RHDCSRTT NEW COPY
DCMT VARY NUCLEUS MODULE IDMSCTAB NEW COPY
DCMT VARY NUCLEUS RELOAD

Also verify the ESM gives access to the appropriate users. Here are Top Secret commands based on the above information. Assume that the SYSTEM ID in SYSGEN is TEST001:
TSS PER(user_id) CA@IDMS(TEST001.DCMT001)

Check Contents

Verify that the following DCMT commands are protected for use by the appropriate users:

DCMT DISPLAY MEMORY
DCMT VARY DYNAMIC PROGRAM
DCMT VARY DYNAMIC TASK
DCMT VARY LOADLIB
DCMT VARY MEMORY
DCMT VARY NUCLEUS
DCMT VARY PROGRAM
DCMT VARY RUN UNIT
DCMT VARY SYSGEN

Examine load module IDMSCTAB using CA IDMS utility IDMSCTAD, or by issuing command "DCMT DISPLAY CTAB" while signed onto the CV and reviewing the output.

Note: This requires PTF SO08199.

If the command codes for the commands listed above are not present in the output, this is a finding.

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: This requires PTFs SO07995 and SO09476.

Review the output to determine if there are ACTI entries to secure the above commands. Activity numbers are assigned in IDMSCTAB and used in the SRTT formats for the external resource name.

Contact the security office if the resource access is not restricted to only users authorized in the site security plan.

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

Vulnerability Number

V-251637

Documentable

False

Rule Version

IDMS-DB-000660

Severity Override Guidance

Verify that the following DCMT commands are protected for use by the appropriate users:

DCMT DISPLAY MEMORY
DCMT VARY DYNAMIC PROGRAM
DCMT VARY DYNAMIC TASK
DCMT VARY LOADLIB
DCMT VARY MEMORY
DCMT VARY NUCLEUS
DCMT VARY PROGRAM
DCMT VARY RUN UNIT
DCMT VARY SYSGEN

Examine load module IDMSCTAB using CA IDMS utility IDMSCTAD, or by issuing command "DCMT DISPLAY CTAB" while signed onto the CV and reviewing the output.

Note: This requires PTF SO08199.

If the command codes for the commands listed above are not present in the output, this is a finding.

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: This requires PTFs SO07995 and SO09476.

Review the output to determine if there are ACTI entries to secure the above commands. Activity numbers are assigned in IDMSCTAB and used in the SRTT formats for the external resource name.

Contact the security office if the resource access is not restricted to only users authorized in the site security plan.

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