Limit Login Attempts Reloaded <= 2.17.3 - Login Rate Limiting Bypass

2020-12-14 00:00
n4nj0

Vulnerability Overview

LimitLoginAttempts.php in the limit-login-attempts-reloaded plugin before 2.17.4 for WordPress allows a bypass of (per IP address) rate limits because the X-Forwarded-For header can be forged. When the plugin is configured to accept an arbitrary header for the client source IP address, a malicious user is not limited to perform a brute force attack, because the client IP header accepts any arbitrary string. When randomizing the header input, the login count does not ever reach the maximum allowed retries.

Technical Analysis

REMEDIATION: Update to version 2.17.4, or a newer patched version --- IDENTIFIER: CWE-307 (Improper Restriction of Excessive Authentication Attempts) The product does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C