Description
The MgoSync WordPress plugin before 2.1.7 does not have authorization controls on one of its REST API endpoints, allowing unauthenticated users to retrieve the stored WooCommerce API credentials, including a read/write consumer key and secret, from a configured site.
Published: 2026-09-19
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated disclosure of WooCommerce API consumer key and secret
Action: Immediate Patch
AI Analysis

Impact

The vulnerability exists in the MgoSync WordPress plugin prior to version 2.1.7. An unauthenticated REST API endpoint does not enforce authorization, allowing any visitor to retrieve stored WooCommerce API credentials, including the consumer key and secret used for read/write access. This disclosure permits an attacker to control a WooCommerce store via the API, potentially manipulating products, orders, and private data.

Affected Systems

Any WordPress site running MgoSync before version 2.1.7 is affected. The issue specifically impacts the REST endpoint that exposes WooCommerce API credentials, regardless of other plugins or themes on the site.

Risk and Exploitability

Based on the description, the attacker can simply access the endpoint without any authentication. Because no authorization check is performed, the exploitation is trivial if the endpoint is reachable. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. The potential impact lies mainly in confidentiality and integrity, as the exposed credentials grant full API access to the store.

Generated by OpenCVE AI on September 19, 2026 at 10:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MgoSync to version 2.1.7 or later, which removes the unauthenticated endpoint.
  • If an upgrade is not immediately possible, block or disable the affected REST endpoint using a firewall rule or .htaccess restriction to prevent unauthenticated access.
  • Monitor site logs for attempts to access the /mgosync/api/credentials endpoint and review WooCommerce API activity for anomalous use.

Generated by OpenCVE AI on September 19, 2026 at 10:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 19 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
Metrics cvssV3_1

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


Sat, 19 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Sat, 19 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The MgoSync WordPress plugin before 2.1.7 does not have authorization controls on one of its REST API endpoints, allowing unauthenticated users to retrieve the stored WooCommerce API credentials, including a read/write consumer key and secret, from a configured site.
Title MgoSync 2.1.5 - 2.1.6 - Unauthenticated WooCommerce API Credential Disclosure
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-19T13:17:41.413Z

Reserved: 2026-09-16T08:52:59.093Z

Link: CVE-2026-92404

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-19T07:16:33.790

Modified: 2026-09-19T14:17:04.240

Link: CVE-2026-92404

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-19T10:30:16Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control