CA VTAPE Started Task name is not properly identified/defined to the system ACP.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-224634 | ZVTAT030 | SV-224634r1146178_rule | CCI-000764 | medium |
| Description | ||||
| CA VTAPE requires a started task that will be restricted to certain resources, data sets, and other system functions. Defining the started task as a userid to the system ACP allows the ACP to control the access and authorized users that require these capabilities. Failure to properly control these capabilities could compromise the operating system environment, ACP, and customer data. | ||||
| STIG | Date | |||
| z/OS CA VTAPE for TSS Security Technical Implementation Guide | 2025-09-28 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
IA-2
1.00
- DISA · V7R2 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.5.1
1.00
- DISA · V7R2 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.5.2
1.00
- DISA · V7R2 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000764
1.00
- DISA · V7R2 · disa_xccdf · related
Details
Check Text (C-224634r1146178_chk)
Refer to the following report produced by the TSS Data Collection:
- TSSCMDS.RPT(@ACIDS).
Review each CA VTAPE STC/Batch ACID(s). If the following attributes are defined, this is not a finding.
FACILITY(STC, BATCH)
PASSWORD(xxxxxxxx,0)
SOURCE(INTRDR)
NOSUSPEND
Fix Text (F-26305r1146177_fix)
The CA VTAPE systems programmer and the ISSO will ensure that a product's Started Task(s) is properly identified/defined to the system ACP.
If the product requires a Started Task, verify that it is properly defined to the system ACP with the proper attributes.
Most installation manuals will indicate how the Started Task is identified and any additional attributes that must be specified.
A sample is provided here:
TSS CREATE(SVTS) TYPE(USER) -
NAME('CA VTAPE') DEPT(xxxx) -
FAC(STC) -
PASS(xxxxxxxx,0) -
SOURCE(INTRDR) NOSUSPEND
TSS CREATE(SVTSAS) TYPE(USER) -
NAME('CA VTAPE') DEPT(xxxx) -
FAC(STC) -
PASS(xxxxxxxx,0) -
SOURCE(INTRDR) NOSUSPEND