Description
The Login & Register Forms WordPress plugin before 4.0.2 does not enforce its password reset attempt limit against a server-derived value, keying both the verification code and the per-source attempt counter on client-controlled data, allowing unauthenticated attackers to reset the limit at will and brute-force the code to take over any account, including administrators, when the verification-code reset mode is enabled.
Published: 2026-08-10
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability represents a CWE-307 (Improper Limitation of a Successful Login Retry) as well as a CWE-287 (Improper Authentication). The Login & Register Forms WordPress plugin before version 4.0.2 fails to enforce the password reset attempt limit correctly. The attempt counter and verification code rely on client‑controlled data, allowing an unauthenticated attacker to reset the counter and then brute‑force the reset code, gaining access to any user account, including administrators. This results in full account takeover.

Affected Systems

Vendor: Unknown developer, product: Login & Register Forms WordPress plugin. Affected versions: all releases prior to 4.0.2. The vulnerability applies to any WordPress site that installs or uses this plugin without updating to a later version.

Risk and Exploitability

EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, but the flaw permits unauthenticated brute‑force of cryptographic verification codes, which can be achieved with a standard web request to the password‑reset endpoint. When the verification‑code reset mode is active, an attacker can reset the counter arbitrarily, making the brute‑force feasible. Because the attack requires only web‑based interaction and no privileged credentials, the risk is high for environments that rely on the default reset mechanism. The actual CVSS score is not provided; however, the impact is severe due to the potential for immediate administrator takeover.

Generated by OpenCVE AI on August 10, 2026 at 08:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Login & Register Forms plugin to version 4.0.2 or later, which removes the vulnerability.
  • If an update cannot be applied immediately, disable the verification‑code reset mode or delete custom reset code functionality until the plugin can be updated.
  • Apply additional server‑side rate limiting or a Web Application Firewall rule to block repeated password‑reset attempts from the same IP address.
  • Monitor the WordPress user database for unauthorized account creation or changes and enforce strict monitoring logs.

Generated by OpenCVE AI on August 10, 2026 at 08:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-287
CWE-307

Mon, 10 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Login & Register Forms WordPress plugin before 4.0.2 does not enforce its password reset attempt limit against a server-derived value, keying both the verification code and the per-source attempt counter on client-controlled data, allowing unauthenticated attackers to reset the limit at will and brute-force the code to take over any account, including administrators, when the verification-code reset mode is enabled.
Title Login & Register Forms < 4.0.2 - Unauthenticated Account Takeover via Password Reset Code Brute Force
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-10T06:00:12.209Z

Reserved: 2026-07-31T09:02:05.052Z

Link: CVE-2026-18469

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T08:45:03Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-307

    Improper Restriction of Excessive Authentication Attempts