Description
The Ecwid by Lightspeed Ecommerce Shopping Cart WordPress plugin before 7.0.9 does not perform a capability check or nonce verification on one of its store-management actions, allowing any authenticated user, such as a subscriber, to disconnect the store and take the storefront offline until an administrator reconnects it.
Published: 2026-08-13
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Ecwid by Lightspeed Ecommerce Shopping Cart plugin fails to verify permissions and the nonce for the store‑management "ec_disconnect" action before version 7.0.9. Because of this omission any authenticated user, such as a subscriber role, can invoke the action and force the store offline until an administrator reconnects it. This bug is an instance of improper access control and effectively causes a denial of service by taking the storefront offline, with a CVSS score of 5.4 indicating moderate severity.

Affected Systems

Versions of the Ecwid by Lightspeed Ecommerce Shopping Cart WordPress plugin before 7.0.9 are impacted. The fault exists in the plugin code that handles the "ec_disconnect" command and applies to all installations using these affected releases.

Risk and Exploitability

Attackers need authenticated access to a subscriber account to trigger the flaw. The vulnerability does not require elevated privileges, but it bypasses normal capability checks, allowing any logged‑in subscriber to disconnect the store. Because the plugin lacks nonce protection, the action is susceptible to CSRF if a malicious site could trick a logged‑in subscriber into visiting a crafted URL. The EPSS score is not available, and the vulnerability is not listed in CISA KEV, indicating a moderate but not catastrophic risk level.

Generated by OpenCVE AI on August 13, 2026 at 09:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Ecwid plugin to version 7.0.9 or newer to restore proper capability checks and nonce verification.
  • If an immediate upgrade is not possible, remove or reduce store‑management capabilities from all subscriber roles so they can no longer call the "ec_disconnect" action.
  • Add a temporary security nonce to the request that triggers store disconnection or employ a role‑management plugin to enforce stricter access controls until the vendor release the official fix.

Generated by OpenCVE AI on August 13, 2026 at 09:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-352

Thu, 13 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Description The Ecwid by Lightspeed Ecommerce Shopping Cart WordPress plugin before 7.0.9 does not perform a capability check or nonce verification on one of its store-management actions, allowing any authenticated user, such as a subscriber, to disconnect the store and take the storefront offline until an administrator reconnects it.
Title Ecwid by Lightspeed Ecommerce Shopping Cart < 7.0.9 - Subscriber+ Store Disconnection via 'ec_disconnect' Action
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-13T08:13:11.214Z

Reserved: 2026-07-01T12:37:35.876Z

Link: CVE-2026-14332

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T09:17:12.017

Modified: 2026-08-13T09:17:12.017

Link: CVE-2026-14332

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:30:07Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-352

    Cross-Site Request Forgery (CSRF)