Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Network-reachable, unauthenticated endpoint with no interaction needed; integrity-only impact aligns with payment state manipulation, no data exposure or denial of service.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Broken Access Control in Bitcoin Lightning Payment Gateway for WooCommerce (via CLINK) <= 1.0.7 versions.
AnalysisAI
Broken access control in Bitcoin Lightning Payment Gateway for WooCommerce (via CLINK) versions 1.0.7 and below exposes one or more plugin endpoints - almost certainly WordPress AJAX handlers or REST API routes - without the required capability checks, allowing unauthenticated remote attackers to perform privileged actions with high integrity impact. The CVSS vector (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) confirms no credentials are needed and exploitation requires no user interaction, making this trivially scriptable against any internet-facing WordPress store running the affected plugin. No public exploit code has been identified and the vulnerability is not listed in CISA KEV at time of analysis, though the attack conditions are permissive enough to make opportunistic exploitation straightforward.
Technical ContextAI
CWE-862 (Missing Authorization) describes code paths that execute privileged operations without first verifying that the calling principal holds the necessary permission. In WordPress plugin architecture, this commonly manifests as AJAX action callbacks registered via wp_ajax_nopriv_ (allowing unauthenticated callers) or REST API routes registered without a permission_callback, where the handler performs sensitive operations - in this case actions tied to the Bitcoin Lightning Network payment gateway. The affected product, identified by CPE cpe:2.3:a:woompaloompa:bitcoin_lightning_payment_gateway_for_woocommerce_(via_clink):*:*:*:*:*:*:*:*, is a WooCommerce extension that integrates the CLINK service to process Lightning Network Bitcoin payments. Because Lightning payments involve real-time payment state (invoices, settlement confirmations, order status updates), unauthorized write access to these operations carries direct financial risk - potential for order status manipulation, invoice spoofing, or payment bypass.
RemediationAI
No specific patched version number was identified in the provided input data; the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/clink-gateway-for-woocommerce/vulnerability/wordpress-bitcoin-lightning-payment-gateway-for-woocommerce-via-clink-plugin-1-0-7-broken-access-control-vulnerability should be consulted directly to confirm whether a fixed release (version 1.0.8 or later) has been published to the WordPress plugin repository. As an immediate compensating control, site operators can temporarily deactivate the CLINK plugin to eliminate the attack surface entirely - this will disable Lightning payment processing but removes all exploitation risk. Alternatively, a Web Application Firewall rule blocking unauthenticated POST requests to the specific vulnerable AJAX action or REST endpoint (identifiable via the Patchstack advisory detail page) can provide targeted protection without disabling the plugin, though this requires identifying the exact endpoint name. Restricting wp-admin/admin-ajax.php or REST API access to authenticated sessions at the network layer is overly broad and will break legitimate storefront functionality.
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-57864
GHSA-984v-v3q8-p4hq