The system enforces password changes, but the time allowed between changes is excessively long, weakening security.
Password aging, or forced password rotation, is a security policy that requires users to update their passwords after a set period, like every 30 or 90 days. When this expiration window is too long, it gives attackers significantly more time to crack passwords through brute-force or dictionary attacks before a user is forced to change them. While password rotation was once a standard recommendation, many security experts now consider it less effective against modern threats compared to strong, slow hashing algorithms and multi-factor authentication. Forcing frequent changes can also lead to user fatigue, resulting in weaker, predictable passwords. However, this practice often remains in place to meet specific compliance requirements, such as those found in the PCI DSS standard.
Impact: Gain Privileges or Assume Identity
As passwords age, the probability that they are compromised grows.
Effectiveness: Discouraged Common Practice
Low