Description
The STRABL – A checkout solution plugin for WordPress is vulnerable to Missing Authentication in all versions up to and including 4.5. The plugin registers a REST API webhook endpoint at /wp-json/strabl/webhook/order with a permission_callback of __return_true, which allows all incoming requests without any authentication or authorization checks. No shared secret, signature validation, HMAC verification, or token-based authentication is implemented. This makes it possible for unauthenticated attackers to create fraudulent WooCommerce orders and mark them as completed by supplying paymentStatus=paid, manipulate existing order statuses by providing an externalOrderId, create new WordPress user accounts with the customer role, issue refunds on existing orders, cancel existing orders, and apply chargeback fees — all without making a legitimate payment or having any valid credentials.
Published: 2026-06-19
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to invoke the REST API endpoint /wp-json/strabl/webhook/order without any authentication, enabling the creation of fraudulent WooCommerce orders, manipulation of order status, and automatic refunds or chargebacks. Without requiring a legitimate payment or credentials, the attacker can also generate WordPress user accounts with the customer role. This results in severe integrity and financial loss to the merchant, and may expose sensitive user data if the forged orders contain personal information.

Affected Systems

The affected product is the STRABL – A checkout solution plugin for WordPress, maintained by strablengineering. All releases up to and including version 4.5 are vulnerable. Systems running any of those versions with the REST endpoint exposed to external traffic are at risk.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting it may not yet have known public exploitation. Nonetheless, the attack vector is easily exercised via the unauthenticated REST endpoint, making exploitation straightforward for any attacker with network access to the site. The lack of authentication or signature checks qualifies the weakness as Missing Authorization (CWE‑862).

Generated by OpenCVE AI on June 19, 2026 at 09:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the STRABL plugin to the latest release that removes or hardens the /wp-json/strabl/webhook/order endpoint.
  • If an upgrade is not immediately possible, block or rate‑limit the /wp-json/strabl/webhook/order route using server rules (e.g., .htaccess or nginx rewrite) or a firewall to prevent unauthenticated requests.
  • Apply an application‑level access control by wrapping the webhook logic with a secret token or HMAC verification, ensuring only trusted calls can modify orders.

Generated by OpenCVE AI on June 19, 2026 at 09:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
Link Providers
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/tags/4.5/src/Orders/CustomerRepository.php#L17 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/tags/4.5/src/Orders/OrderWebhookController.php#L199 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/tags/4.5/src/Orders/OrderWebhookController.php#L550 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/tags/4.5/src/Orders/OrderWebhookController.php#L60 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/tags/4.5/src/Orders/OrderWebhookController.php#L64 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/tags/4.5/src/Orders/OrderWebhookController.php#L88 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/trunk/src/Orders/CustomerRepository.php#L17 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/trunk/src/Orders/OrderWebhookController.php#L199 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/trunk/src/Orders/OrderWebhookController.php#L550 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/trunk/src/Orders/OrderWebhookController.php#L60 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/trunk/src/Orders/OrderWebhookController.php#L64 cve-icon
https://plugins.trac.wordpress.org/browser/strabl-a-checkout-solution/trunk/src/Orders/OrderWebhookController.php#L88 cve-icon
https://plugins.trac.wordpress.org/changeset/3558301 cve-icon
https://www.wordfence.com/threat-intel/vulnerabilities/id/04eb82e4-1738-44c7-980e-8e33a7a3a23a?source=cve cve-icon
History

Fri, 19 Jun 2026 08:00:00 +0000

Type Values Removed Values Added
Description The STRABL – A checkout solution plugin for WordPress is vulnerable to Missing Authentication in all versions up to and including 4.5. The plugin registers a REST API webhook endpoint at /wp-json/strabl/webhook/order with a permission_callback of __return_true, which allows all incoming requests without any authentication or authorization checks. No shared secret, signature validation, HMAC verification, or token-based authentication is implemented. This makes it possible for unauthenticated attackers to create fraudulent WooCommerce orders and mark them as completed by supplying paymentStatus=paid, manipulate existing order statuses by providing an externalOrderId, create new WordPress user accounts with the customer role, issue refunds on existing orders, cancel existing orders, and apply chargeback fees — all without making a legitimate payment or having any valid credentials.
Title STRABL <= 4.5 - Unauthenticated Arbitrary Webhook Creation via REST API Endpoint
Weaknesses CWE-862
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-19T06:51:07.326Z

Reserved: 2026-03-06T16:02:29.333Z

Link: CVE-2026-3640

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-19T09:30:16Z

Weaknesses