目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-14495— WordPress DoLogin Security 加密问题漏洞

CVSS 8.8 · High EPSS 0.43% · P36

影响版本矩阵 1

厂商产品版本范围状态
wpdo5eaDoLogin Security≤ 4.3affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-14495 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
DoLogin Security <= 4.3 - Unauthenticated Authentication Bypass via Insufficient Randomness via 'dologin' Parameter Weak PRNG Token
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
使用具有密码学弱点缺陷的PRNG
来源: CVE Program / CVE List V5
Vulnerability Title
WordPress DoLogin Security 加密问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
WordPress DoLogin Security是WordPress基金会的一款安全软件的防病毒产品。 WordPress DoLogin Security 4.3及之前版本存在加密问题漏洞,该漏洞源于随机性不足,可能导致未经身份验证的攻击者暴力破解种子空间并绕过身份验证。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
wpdo5eaDoLogin Security 0 ~ 4.3 -

二、漏洞 CVE-2026-14495 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-14495 的情报信息

登录查看更多情报信息。

CVE-2026-14495 补丁与修复 (3)

CVE-2026-14495 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-14495

暂无评论


发表评论