GROW

config

Decrease max unsuccessful password attempts

This issue is found automatically by CODA.
Time to fix: 30min

What is the importance of locking out users?

User account lockout is a prevalent practice not only within ServiceNow but across various platforms. It is commonly employed along with multi-factor authentication and security questions to safeguard accounts.

For enhanced security, ServiceNow offers a System Property named password_reset.request.max_attempt to regulate the maximum number of attempts a user can make on the instance.

Why is this an issue?

Setting a high threshold for maximum password attempts on your instance can expose you to specific security threats, such as:

  1. Brute Force Attacks: Brute force attacks involve the systematic trial of multiple passwords until the right one is found. By establishing a limit for unsuccessful attempts, these attacks can be mitigated, making unauthorized access more difficult.

  2. Credential Exposure: During credential stuffing attacks, attackers use usernames and passwords from one service to illicitly access other accounts where the same credentials have been used by the users.

This is particularly crucial in ServiceNow, especially when managing clients across multiple companies, as the risk of unauthorized access and potential information leakage is a concern.

How do I fix it?

  1. In the Filter Navigator, type and enter sys_properties.list.

  2. Search for password_reset.request.max_attempt.

  3. Set Value tab to 3.