Check: IDMS-DB-000790
CA IDMS STIG:
IDMS-DB-000790
(in versions v1 r2 through v1 r1)
Title
CA IDMS must protect system and user code and storage from corruption by user programs. (Cat II impact)
Discussion
Database management systems can maintain separate execution domains for each executing process by assigning each process a separate address space. Each process has a distinct address space so that communication between processes is controlled through the security functions, and one process cannot modify the executing code of another process. Maintaining separate execution domains for executing processes can be achieved, for example, by implementing separate address spaces.
Check Content
Log on to IDMS DC system and issue "DCPROFIL". If SYSTEM STORAGE PROTECTED: display is "NO", this is a finding. Issue DCMT D PROGRAM pgmname where pgmname is ADSOMAIN, ADSORUN1, and user programs. If "Storage Prot" is "NO", this is a finding.
Fix Text
Use the following system generation parameters to enable the use of standard storage protection: Set STORAGE KEY parameter of the SYSTEM statement to a value that is not" 9". (The value other than 9 is dependent on how the z/OS parm AllowUserKeyCSA is set). Set PROTECT/NOPROTECT parameter of the SYSTEM statement to "PROTECT". Set PROTECT/NOPROTECT parameter of the PROGRAM statement to "PROTECT" for ADSOMAIN, ADSORUN1, and user programs. Generate and restart the system.
Additional Identifiers
Rule ID: SV-251643r855281_rule
Vulnerability ID: V-251643
Group Title: SRG-APP-000431-DB-000388
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-002530 |
The information system maintains a separate execution domain for each executing process. |
Controls
Number | Title |
---|---|
SC-39 |
Process Isolation |