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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-12215— OTP插件2.7.2 未认证认证绕过漏洞

一分钟漏洞结论

影响对象
xootix OTP Login & Register Woocommerce
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

WordPress 的 OTP 登录与注册 WooCommerce 插件存在一个认证绕过漏洞,根源在于 OTP 爆破(Brute Force)问题。该漏洞影响所有版本(包括 2.7.2 及更早版本)。 具体技术细节如下: 1. 速率限制失效: 中的 OTP 尝试计数器仅基于攻击者可控的 Cookie 中的 字段进行键控。攻击者只需轮换该 Cookie,即可无限次重置计数器,从而规避速率限制。 2. OTP 生成算法弱:OTP 使用 PHP 非密码学安全的 函数生成,且默认取值空间仅为 9,000 个可能值(1000

CVSS 5.3 · Medium EPSS 0.32% · P25

影响版本矩阵 1

厂商产品 版本范围状态
xootix OTP Login & Register Woocommerce ≤ 2.7.2 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
OTP Login & Register Woocommerce <= 2.7.2 - Unauthenticated Authentication Bypass via Brute Force
来源: CVE Program / CVE List V5
Vulnerability Description
The OTP Login & Register Woocommerce plugin for WordPress is vulnerable to Authentication Bypass via OTP Brute Force in all versions up to, and including, 2.7.2. The vulnerability exists because the OTP rate-limit attempt counter in `process_otp_form` is keyed exclusively on the attacker-controlled `xoo_ml_user_ip_data` cookie's `ip_address` field, allowing unlimited counter resets by simply rotating the cookie, while the OTP itself is generated with PHP's non-cryptographic `rand()` function over a default space of only 9,000 possible values (1000–9999), and both the OTP issuance endpoint (`xoo_ml_login_with_otp`) and verification endpoint (`xoo_ml_otp_form_submit`) are registered as unauthenticated `wp_ajax_nopriv` actions with no nonce or capability checks. This makes it possible for unauthenticated attackers to brute-force the OTP for any registered account and obtain a full WordPress authentication session — including for administrator accounts — via `wp_set_auth_cookie()` in `login_user_with_otp()`. Exploitation requires the attacker to know the target user's registered phone number, which is used to trigger OTP issuance via the unauthenticated `xoo_ml_login_with_otp` endpoint.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
危险类型文件的不加限制上传
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
xootix OTP Login & Register Woocommerce 0 ~ 2.7.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-12215 补丁与修复 (4)

CVE-2026-12215 概念验证 (1)

CVE-2026-12215 安全博客文章 (1)

CVE-2026-12215 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-12215

暂无评论


发表评论