CVE-2026-72843
Last modified
CVE-2026-72843 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.84% chance of exploitation in the next 30 days.
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".
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| evershopcommerce | evershop | < 2.2.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-72843?
How severe is CVE-2026-72843?
How do I fix CVE-2026-72843?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72838FileBrowser versions before 2.63.19 fail to enforce the decl…6.5
- CVE-2026-72839filebrowser through 2.63.16 fails to properly restrict scope…9.8
- CVE-2026-7284The Easy Elements for Elementor – Addons & Website Templates…9.8
- CVE-2026-72840OpenWrt LuCI contains an overly permissive ACL definition in…8.8
- CVE-2026-72841luci-app-openvpn fails to properly validate the instance_nam…9.9
- CVE-2026-72842luci-app-lxc contains an ACL inconsistency vulnerability tha…9.9
- CVE-2026-72844The Lean 4 kernel does not verify that the structure named i…6.3
- CVE-2026-72845Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-72846Lightdash stores the webhook URL supplied with a scheduled d…6.4
- CVE-2026-72847broot renders each file and directory name in its interactiv…4.6
- CVE-2026-72848SitemapLoader.parse_sitemap in langchain_community/document_…8.6
- CVE-2026-72849Budibase before 3.40.0 contains a cross-site request forgery…7.7
Are you affected by CVE-2026-72843?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
