Description
The Limit Login Attempts Reloaded WordPress plugin before 3.3.5 does not compare logins against its username denylist case-insensitively and does not account for the account's email address, allowing an account an administrator intended to block from logging in to authenticate anyway.
Published: 2026-08-21
Score: 3.7 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the Limit Login Attempts Reloaded WordPress plugin before version 3.3.5. The plugin fails to perform a case‑insensitive comparison against the username denylist and does not consider the account’s email address. As a result, an administrator or blocking user intended to be prevented from logging in can authenticate with a case‑variant username or by using the associated email address. This flaw allows an attacker to bypass the denylist, leading to unauthorized access to the site’s administrative functions. The weakness is consistent with improper authentication checks.

Affected Systems

Any WordPress installation that uses the Limit Login Attempts Reloaded plugin with a version earlier than 3.3.5 and includes a denylisted username or email address. The issue applies to the plugin itself; no other products are affected.

Risk and Exploitability

The CVSS score of 3.7 indicates low severity, and the EPSS score is not available, suggesting no known widespread exploitation. The vulnerability is listed as not present in the CISA KEV catalog. Attackers would need to target the WordPress web interface, exploit the denial list bypass through the login form, and rely on knowledge of or guesswork around the case-sensitive username or email. While the impact is limited to unauthorized authentication, it grants full administrative access if the blocked account is privileged. The lack of a publicly documented exploit reduces immediate risk, but any attacker who can discover or guess a denylisted credential can exploit the flaw.

Generated by OpenCVE AI on August 21, 2026 at 13:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Limit Login Attempts Reloaded plugin to version 3.3.5 or later.
  • If an immediate upgrade is not possible, manually enforce a case‑insensitive denylist by adding blocked usernames or emails to a separate restriction that the plugin does not ignore, or disable the plugin’s denylist feature altogether.
  • Regularly audit user account permissions and enforce strong, unique passwords for all administrative accounts.

Generated by OpenCVE AI on August 21, 2026 at 13:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285

Fri, 21 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-184
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description The Limit Login Attempts Reloaded WordPress plugin before 3.3.5 does not compare logins against its username denylist case-insensitively and does not account for the account's email address, allowing an account an administrator intended to block from logging in to authenticate anyway.
Title Limit Login Attempts Reloaded < 3.3.5 - Username Denylist Bypass via Case Variant and Account Email
References
Metrics cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-21T12:46:58.438Z

Reserved: 2026-07-30T08:11:55.659Z

Link: CVE-2026-18356

cve-icon Vulnrichment

Updated: 2026-08-21T12:46:47.218Z

cve-icon NVD

Status : Received

Published: 2026-08-21T12:16:24.863

Modified: 2026-08-21T13:16:55.130

Link: CVE-2026-18356

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T13:30:04Z

Weaknesses
  • CWE-184

    Incomplete List of Disallowed Inputs

  • CWE-285

    Improper Authorization