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

CA IDMS must limit the use of dynamic statements in applications, procedures, and exits to circumstances determined by the organization.

DISA Rule

SV-251621r961158_rule

Vulnerability Number

V-251621

Group Title

SRG-APP-000251-DB-000391

Rule Version

IDMS-DB-000500

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Modify the code to remove the dynamic statements EXECUTE IMMEDIATE, PREPARE, and EXECUTE. If these statements must be used, use other measures to eliminate possible code injection success by securing resources (databases, access modules, tasks, programs, etc.). Since security checks are issued by CA IDMS as it executes the commands and the authorization permissions are cached for the life of the transaction or task, whichever ends first. The use of strongly typing parameters and validating inputs are other ways to guard against code injection when dynamic statement execution must be used.

Check Contents

If EXECUTE IMMEDIATE, PREPARE, and EXECUTE statements are found while reviewing source code in applications, procedures, and exits in code that does not require it, this is a finding.

Vulnerability Number

V-251621

Documentable

False

Rule Version

IDMS-DB-000500

Severity Override Guidance

If EXECUTE IMMEDIATE, PREPARE, and EXECUTE statements are found while reviewing source code in applications, procedures, and exits in code that does not require it, this is a finding.

Check Content Reference

M

Target Key

5418