3.1 Ensure 'FAILED_LOGIN_ATTEMPTS' Is Less than or Equal to '5'

Information

As repeated failed login attempts can indicate the initiation of a brute-force login attack, this value should be set according to the needs of the organization (see warning below on a known bug that can make this security measure backfire).

Solution

Remediate this setting by executing the following SQL statement. ALTER PROFILE DEFAULT LIMIT FAILED_LOGIN_ATTEMPTS 5;

See Also

https://workbench.cisecurity.org/files/601