๐Ÿ” CVE Alert

CVE-2026-14495

HIGH 8.8

DoLogin Security <= 4.3 - Unauthenticated Authentication Bypass via Insufficient Randomness via 'dologin' Parameter Weak PRNG Token

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

The DoLogin Security plugin for WordPress is vulnerable to Authentication Bypass via Insufficient Randomness in all versions up to, and including, 4.3. The vulnerability exists because `dologin\s::rrand()` seeds the Mersenne Twister with `mt_srand((double) microtime() * 1000000)` โ€” discarding the integer-seconds component of `microtime()` and constraining the seed to a range of approximately 10^6 values (~20 bits of entropy) โ€” after which every character of the 32-character magic-link token is drawn sequentially with `mt_rand()`, making the entire token a deterministic function of that seed. Because `Pswdless::try_login()` is registered on the unauthenticated `init` hook, resolves the target account by the auto-increment numeric ID embedded in the `?dologin=<id>.<hash>` parameter, performs the hash comparison using a non-constant-time `!=` operator, and then calls `wp_set_auth_cookie()` directly โ€” never passing through `wp_authenticate()` and therefore never triggering the plugin's own `Auth::_has_login_err()` lockout โ€” an unauthenticated attacker can brute-force the ~10^6-candidate seed space to reconstruct an active passwordless login token and authenticate as any targeted user, including administrators, without a password. Exploitation requires that a valid, unexpired passwordless login link (active for up to 7 days) exists for the target account at the time of the attack, and that the numeric link ID is known or guessable from the auto-increment primary key.

CWE CWE-338
Vendor wpdo5ea
Product dologin security
Published Jul 8, 2026
Last Updated Jul 8, 2026
Stay Ahead of the Next One

Get instant alerts for wpdo5ea dologin security

Be the first to know when new high vulnerabilities affecting wpdo5ea dologin security are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

wpdo5ea / DoLogin Security
0 โ‰ค 4.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/16bce371-b524-48eb-8537-3f9df802abd3?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/dologin/tags/4.3/src/pswdless.cls.php#L86 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/dologin/tags/4.3/src/s.cls.php#L240 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/dologin/tags/4.3/src/pswdless.cls.php#L197 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/dologin/tags/4.3/src/pswdless.cls.php#L27

Credits

samuel pages chartier