The operating system must ensure unauthorized, security-relevant configuration changes detected are tracked.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-216028 | SOL-11.1-010290 | SV-216028r959010_rule | CCI-000366 | medium |
| Description | ||||
| Without auditing, malicious activity cannot be detected. | ||||
| STIG | Date | |||
| Solaris 11 X86 Security Technical Implementation Guide | 2025-05-05 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
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
3.4.2
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-000366
1.00
- DISA · 3 · disa_xccdf · related
Details
Check Text (C-216028r959010_chk)
The Audit Configuration profile is required.
This check applies to the global zone only. Determine the zone currently being secured.
# zonename
If the command output is "global", this check applies.
Determine the OS version currently being secured.
# uname -v
For Solaris 11, 11.1, 11.2, and 11.3:
# pfexec auditconfig -getflags | grep active | cut -f2 -d=
If "as" audit flag is not included in the output, this is a finding.
For Solaris 11.4 or newer:
# pfexec auditconfig -t -getflags | cut -f2 -d=
If "cusa,fm,fd,-fa,-ps,-ex" audit flags are not included in the output, this is a finding.
Determine if auditing policy is set to collect command line arguments.
# pfexec auditconfig -getpolicy | grep active | grep argv
If the active audit policies line does not appear, this is a finding.
Fix Text (F-17264r877455_fix)
The Audit Configuration profile is required. All audit flags must be enabled in a single command.
This action applies to the global zone only. Determine the zone currently being secured.
# zonename
If the command output is "global ", this action applies.
For Solaris 11, 11.1, 11.2, and 11.3:
# pfexec auditconfig -setflags cusa,-ps,fd,-fa,fm
For Solaris 11.4 or newer:
# pfexec auditconfig -setflags cusa,-fa,-ex,-ps,fd,fm
Enable the audit policy to collect command line arguments.
# pfexec auditconfig -setpolicy +argv
These changes will not affect users that are currently logged in.