The operating system must employ automated mechanisms to prevent program execution in accordance with the organization-defined specifications.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-219971 | SOL-11.1-020230 | SV-219971r958804_rule | CCI-001764 | medium |
| Description | ||||
| Operating systems are capable of providing a wide variety of functions and services. Execution must be disabled based on organization-defined specifications. | ||||
| STIG | Date | |||
| Solaris 11 SPARC Security Technical Implementation Guide | 2025-05-05 | |||
Related Frameworks
3 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-7(2)
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.7
1.00
- DISA · 3 · 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-001764
1.00
- DISA · 3 · disa_xccdf · related
Details
Check Text (C-219971r958804_chk)
Identify the packages installed on the system.
# pkg list
Any unauthorized software packages listed in the output are a finding.
Fix Text (F-21680r370983_fix)
The Software Installation profile is required.
Identify packages installed on the system:
# pkg list
uninstall unauthorized packages:
# pfexec pkg uninstall [ package name]