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

目标: 1000 元 · 已筹: 1310

100%

CVE-2026-32700— Devise 竞争条件问题漏洞

AI 预测 8.1 利用难度: 较易 EPSS 0.02% · P5

可能的 ATT&CK 技术 1AI

T1136.003 · Cloud Account
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Devise has a confirmable "change email" race condition that permits user to confirm email they have no access to
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Devise is an authentication solution for Rails based on Warden. Prior to version 5.0.3, a race condition in Devise's Confirmable module allows an attacker to confirm an email address they do not own. This affects any Devise application using the `reconfirmable` option (the default when using Confirmable with email changes). By sending two concurrent email change requests, an attacker can desynchronize the `confirmation_token` and `unconfirmed_email` fields. The confirmation token is sent to an email the attacker controls, but the `unconfirmed_email` in the database points to a victim's email address. When the attacker uses the token, the victim's email is confirmed on the attacker's account. This is patched in Devise v5.0.3. Users should upgrade as soon as possible. As a workaround, applications can override a specific method from Devise models to force `unconfirmed_email` to be persisted when unchanged. Note that Mongoid does not seem to respect that `will_change!` should force the attribute to be persisted, even if it did not really change, so the user might have to implement a workaround similar to Devise by setting `changed_attributes["unconfirmed_email"] = nil` as well.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Devise 竞争条件问题漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Devise是heartcombo开源的一个基于 Warden 的灵活的 Rails 身份验证解决方案。 Devise 5.0.3之前版本存在竞争条件问题漏洞,该漏洞源于Confirmable模块存在竞争条件,可能导致攻击者确认非其拥有的电子邮件地址。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
heartcombodevise < 5.0.3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-32700 补丁与修复 (1)

CVE-2026-32700 厂商安全公告 (2)

CVE-2026-32700 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-32700

暂无评论


发表评论