The operating system must employ automated mechanisms to prevent program execution in accordance with the organization-defined specifications.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-219971SOL-11.1-020230SV-219971r958804_ruleCCI-001764medium
Description
Operating systems are capable of providing a wide variety of functions and services. Execution must be disabled based on organization-defined specifications.
STIGDate
Solaris 11 SPARC Security Technical Implementation Guide2025-05-05

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
  • 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]