Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-72843— EverShop Missing Authorization on PATCH /api/customers/:id Allows Unauthenticated Account Takeover

Quick assessment

Affected
evershopcommerce evershop
Exploitation
Public or AI PoC available; prioritize validation
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

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

CVSS 9.8 · Critical EPSS 0.57% · P45

Affected Version Matrix 2

VendorProduct Version RangeStatus
evershopcommerce evershop < 2.2.1 affected
2.2.1 unaffected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-72843

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
EverShop Missing Authorization on PATCH /api/customers/:id Allows Unauthenticated Account Takeover
Source: 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".
Source: 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
Source: CVE Program / CVE List V5
Vulnerability Type
授权机制缺失
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
evershopcommerce evershop 0 ~ 2.2.1 -

II. Public POCs for CVE-2026-72843

# POC Description Source Link Shenlong Link
AI-Generated POC Premium
Qwen3.6-35B-A3B · 7487 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-72843

登录查看更多情报信息。

Patches & Fixes for CVE-2026-72843 (2)

Vendor Advisories for CVE-2026-72843 (1)

Vendor Pages for CVE-2026-72843 (1)

Other References for CVE-2026-72843 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-72843

No comments yet


Leave a comment