Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
I:H reflects full order fraud, refund abuse, account creation, and order cancellation - systemic integrity loss beyond partial data modification.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
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.
AnalysisAI
Unauthenticated REST API webhook manipulation in the STRABL checkout plugin for WordPress (all versions through 4.5) allows any remote attacker to commit payment fraud, manipulate WooCommerce order states, create customer-role user accounts, issue arbitrary refunds, cancel orders, and apply chargeback fees - all without credentials or payment. The root cause is a WordPress REST endpoint registered at /wp-json/strabl/webhook/order with a permission_callback of __return_true, which bypasses all authentication by design. No public exploit code or KEV listing is confirmed at time of analysis, but the vulnerability is trivially exploitable given the open endpoint and well-documented attack surface.
Technical ContextAI
The affected product is the STRABL - A Checkout Solution WordPress plugin by Strablengineering (CPE: cpe:2.3:a:strablengineering:strabl_-_a_checkout_solution:*:*:*:*:*:*:*:*). The plugin integrates with WooCommerce to process orders and register a custom REST API webhook handler in OrderWebhookController.php. WordPress REST API endpoints require a permission_callback function to enforce access control; using the built-in __return_true function unconditionally returns true for all callers, effectively disabling authentication. CWE-862 (Missing Authorization) captures this root cause: the code has no shared secret validation, no HMAC verification, no token-based auth, and no IP allowlisting. The controller methods exposed include order creation (L60/L64), order status mutation (L88), customer account registration (CustomerRepository.php L17), refund processing (L199), and chargeback application (L550), all reachable without any credentials.
RemediationAI
A WordPress plugin repository changeset (changeset 3558301 at plugins.trac.wordpress.org/changeset/3558301) has been committed, representing an upstream code fix; however, a confirmed patched release version has not been independently verified from available data - administrators should check the WordPress plugin directory for a version newer than 4.5 and upgrade immediately upon availability. As an interim compensating control, administrators can add a server-level rule (nginx location block or Apache RewriteRule) to block all external POST requests to /wp-json/strabl/webhook/order, though this will break legitimate payment provider webhook delivery if the plugin is actively processing payments. Alternatively, a WAF rule restricting the endpoint to the IP range of the legitimate payment processor would preserve functionality while blocking arbitrary attackers. Disabling the plugin entirely eliminates the attack surface at the cost of checkout functionality. Do not rely solely on WordPress application-layer controls given the misconfiguration is within the plugin's own code.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37995
GHSA-v9cf-wxpg-292v