STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 10 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Solaris 11 X86 Security Technical Implementation Guide

V-216128

CAT I (High)

The operating system must not allow logins for users with blank passwords.

Rule ID

SV-216128r959010_rule

STIG

Solaris 11 X86 Security Technical Implementation Guide

Version

V3R5

CCIs

CCI-000366

Discussion

If the password field is blank and the system does not enforce a policy that passwords are required, it could allow login without proper authentication of a user.

Check Content

Determine if the system is enforcing a policy that passwords are required.

# grep ^PASSREQ /etc/default/login

If the command does not return:

PASSREQ=YES

this is a finding.

Fix Text

The root role is required.

Modify the /etc/default/login file.

# pfedit /etc/default/login

Insert the line:

PASSREQ=YES