SV-251646r961638_rule
V-251646
SRG-APP-000441-DB-000378
IDMS-DB-000820
CAT II
10
Either turn off use of SQL cache or secure SQL cache tables.
Turn off SQL cache use in local using SYSIDMS parameter SQL_CACHE_ENTRIES=0. Turn off SQL cache use in IDMS CV and modify sysgen with statement DELETE SQL CACHE.
To secure SQL cache tables add RESTYPE DB entry and RESTYPE TABL occurrences for SQL cache tables (table procedures and views) SYSCA.DSCCACHE, SYSCA.DSCCACHEOPT,SYSCA.DSCCACHECTRL, SYSCA.DSCCACHEV) and any other views of SYSCA.DSCCACHE created by the organization.
For example:
#SECRTT TYPE=ENTRY,RESTYPE=DB,EXTCLS='CA@IDMS',
EXTNAME=(RESTYPE,ENVI,RESNAME),SECBY=OFF
#SECRTT TYPE=ENTRY,RESTYPE=TABL,EXTCLS='CA@IDMS',
EXTNAME=(ENVI,RESTYPE,SCHEMA,RESNAME),SECBY=EXTERNAL
... (other DB-covered ENTRYs e.g., NRU, DACC. etc.)
#SECRTT TYPE=OCCUR,RESNAME='<db/segment to secure>',RESTYPE=DB,SECBY=EXTERNAL
Secure SQL cache tables in external security manager (ESM) using the corresponding chosen external name (e.g., PROD.TABL.SYSCA.DSCCACHE).
For CA IDMS CV, issue "SELECT * FROM SYSCA.DSCCACHEOPT". If rows are returned, caching is on.
For local, if no statement, SQL_CACHE_ENTRIES=0 exists in the SYSIDMS specification, caching is on.
Examine RHDCSRTT in security domain for security on table procedures and views of DSCCACHE table; those supplied at installation (SYSCA.DSCCACHE, SYSCA.DSCCACHEOPT,SYSCA.DSCCACHECTRL, SYSCA.DSCCACHEV) or those created by organization.
If no security is found for these table procedures and views, this is a finding.
V-251646
False
IDMS-DB-000820
For CA IDMS CV, issue "SELECT * FROM SYSCA.DSCCACHEOPT". If rows are returned, caching is on.
For local, if no statement, SQL_CACHE_ENTRIES=0 exists in the SYSIDMS specification, caching is on.
Examine RHDCSRTT in security domain for security on table procedures and views of DSCCACHE table; those supplied at installation (SYSCA.DSCCACHE, SYSCA.DSCCACHEOPT,SYSCA.DSCCACHECTRL, SYSCA.DSCCACHEV) or those created by organization.
If no security is found for these table procedures and views, this is a finding.
M
5418