Description
The SureCart plugin for WordPress is vulnerable to privilege escalation via account takeover in versions up to, and including, 4.2.3. This is due to the plugin not properly validating a user's identity prior to updating their details like email during customer profile synchronization from webhook events. This makes it possible for unauthenticated attackers to change linked user's email addresses, including administrators if the administrator account is linked to a SureCart customer record, and leverage that to reset the user's password and gain access to their account if the customer ID is known.
Published: 2026-07-11
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SureCart plugin for WordPress is vulnerable to privilege escalation via account takeover in versions up to and including 4.2.3. The flaw arises because the plugin does not verify a caller’s identity before updating user details such as email during customer profile synchronization from webhook events. An unauthenticated attacker who knows a customer ID can forge a customer.updated webhook, change a linked WordPress user’s email address—potentially that of an administrator—and then use the normal password‑reset flow to gain full access to the WordPress account and possibly the entire site.

Affected Systems

WordPress sites that install the SureCart e‑commerce plugin 4.2.3 or earlier. The problem is triggered when the site has enabled the customer.updated webhook integration and the user account is linked to a SureCart customer record.

Risk and Exploitability

The CVSS score of 8.1 indicates a high severity vulnerability. The EPSS score of less than 1% suggests a low likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires an attacker to craft a forged customer.updated webhook containing a known customer ID and send it to the site’s unprotected webhook endpoint. The lack of authentication on that endpoint allows the attack to occur without any prior site access. After the attacker changes the email address, they can trigger a password reset for the associated WordPress account to gain privileged access.

Generated by OpenCVE AI on July 29, 2026 at 09:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to SureCart 4 or later, which resolves the authentication flaw linked to CWE-640.
  • Configure the webhook endpoint to validate incoming requests with authenticated credentials or a shared secret, such as adding a signature header or restricting traffic to verified IP addresses before processing updates.
  • If an immediate upgrade is not feasible, temporarily disable the SureCart webhook integration or block external traffic to the endpoint until the patch can be applied.
  • As a last resort, reset passwords of all administrator accounts that are linked to SureCart customer records.

Generated by OpenCVE AI on July 29, 2026 at 09:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Surecart
Surecart surecart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments
Wordpress
Wordpress wordpress
Vendors & Products Surecart
Surecart surecart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments
Wordpress
Wordpress wordpress

Sat, 11 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
Description The SureCart plugin for WordPress is vulnerable to privilege escalation via account takeover in versions up to, and including, 4.2.3. This is due to the plugin not properly validating a user's identity prior to updating their details like email during customer profile synchronization from webhook events. This makes it possible for unauthenticated attackers to change linked user's email addresses, including administrators if the administrator account is linked to a SureCart customer record, and leverage that to reset the user's password and gain access to their account if the customer ID is known.
Title SureCart <= 4.2.3 - Unauthenticated Linked WordPress Account Takeover via Forged customer.updated Webhook
Weaknesses CWE-640
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Surecart Surecart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-15T13:38:54.348Z

Reserved: 2026-05-01T18:32:09.448Z

Link: CVE-2026-7655

cve-icon Vulnrichment

Updated: 2026-07-15T13:38:48.707Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T09:30:18Z

Weaknesses
  • CWE-640

    Weak Password Recovery Mechanism for Forgotten Password