Skip to main content
Version: 2.1.1-preview

CISA.MS.AAD.6.1 - User passwords SHALL NOT expire.

Overview​

User passwords SHALL NOT expire.

The National Institute of Standards and Technology (NIST), OMB, and Microsoft have published guidance indicating mandated periodic password changes make user accounts less secure. For example, OMB-22-09 states, "Password policies must not require use of special characters or regular rotation."

Remediation action:​

Configure password policies to set passwords to never expire.

  1. In Microsoft 365 admin center under Settings and Org settings, select the tab Security & privacy.
  2. Under Password expiration policy, set Set passwords to never expire.
  3. Click Save.

Test Metadata​

FieldValue
Test IDCISA.MS.AAD.6.1
SeverityHigh
SuiteCISA
CategoryEntra ID Free
PowerShell testTest-MtCisaPasswordExpiration
TagsCISA, CISA.MS.AAD.6.1, Entra ID Free, MS.AAD, MS.AAD.6.1

Source​

  • Pester test: tests/cisa/entra/Test-MtCisaPasswordExpiration.Tests.ps1
  • PowerShell source: powershell/public/cisa/entra/Test-MtCisaPasswordExpiration.ps1