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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-72843— EverShop 缺少认证导致未授权账户接管漏洞

一分钟漏洞结论

影响对象
evershopcommerce evershop
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

EverShop 的“客户更新”路由在 文件中被配置为 (公开访问)。这一配置导致管理认证中间件在未验证调用者身份的情况下直接调用 继续执行后续逻辑,同时也没有任何客户会话中间件对该路由进行保护;该路由中间件链中唯一生效的中间件仅用于解析 JSON 请求体。 在 处理程序中,系统通过从 URL 路径中提取的 UUID 加载对应的客户记录,并将提供的字段写回该记录。如果提供了密码,则会对其进行哈希处理后更新;但整个过程中并未验证调用者是否真正拥有该客户记录。 因此,任何未认证的请求只要携带一个已知的客户 UUID,即

CVSS 9.8 · Critical EPSS 0.57% · P45

影响版本矩阵 2

厂商产品 版本范围状态
evershopcommerce evershop < 2.2.1 affected
2.2.1 unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
EverShop Missing Authorization on PATCH /api/customers/:id Allows Unauthenticated Account Takeover
来源: CVE Program / CVE List V5
Vulnerability Description
The customer update route in EverShop is declared with "access": "public" in packages/evershop/src/modules/customer/api/updateCustomer/route.json, which causes the admin authentication middleware to call next() without checking the caller, and no customer-session middleware guards the route; the only middleware in the chain parses the JSON body. The handler in updateCustomer.js then loads the customer by the uuid taken from the URL path and writes the supplied fields back to that record, hashing a password if one is provided, without verifying that the caller owns the record. An unauthenticated request carrying a known customer uuid can therefore overwrite that customer's email address and password and read back the updated record from the 200 response, taking over the account and locking out its owner. Customer uuids are exposed through order confirmation email links and administrative URLs. Version 2.2.1 changes the route to "access": "private".
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
evershopcommerce evershop 0 ~ 2.2.1 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 4900 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

CVE-2026-72843 补丁与修复 (2)

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

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-72843

暂无评论


发表评论