The operating system must be configured to provide essential capabilities.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-216297SOL-11.1-020220SV-216297r958478_ruleCCI-000381medium
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
CM-7
1.00
  • DISA · 3 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.4.6
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-000381
1.00
  • DISA · 3 · disa_xccdf · related

Details

Check Text (C-216297r958478_chk)

Identify the packages installed on the system. # pkg list Any unauthorized software packages listed in the output are a finding.

Fix Text (F-17531r370980_fix)

The Software Installation profile is required. Identify packages installed on the system: # pkg list uninstall unauthorized packages: # pfexec pkg uninstall [ package name]