Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
Lifecycle Timeline
5DescriptionCVE.org
The Eupago Gateway For Woocommerce WordPress plugin before 4.7.2 does not properly restrict access to its refund request handler, allowing unauthenticated attackers to initiate refunds against any WooCommerce order using the merchant's payment gateway credentials, and for applicable payment methods, to redirect refunded funds to an attacker-controlled bank account.
AnalysisAI
Unauthenticated refund abuse in the Eupago Gateway for WooCommerce WordPress plugin before 4.7.2 lets remote attackers trigger refunds on arbitrary WooCommerce orders using the merchant's own payment gateway credentials, and for certain payment methods divert the refunded funds to an attacker-controlled bank account. The CVSS 8.6 score reflects the network-reachable, no-auth, no-interaction attack path against a financial workflow; publicly available exploit code exists per WPScan, though there is no public exploit identified at time of analysis confirming active exploitation in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin (CPE cpe:2.3:a:unknown:eupago_gateway_for_woocommerce) that integrates the Portuguese Eupago payment service provider with WooCommerce, handling order payments and refund workflows. The root cause is CWE-284 (Improper Access Control): the refund request handler endpoint, presumably an AJAX or REST callback intended for authenticated merchant/admin use, does not enforce capability checks (e.g., manage_woocommerce) or nonce validation before invoking the gateway's refund API. Because WordPress plugins commonly expose admin-ajax.php actions to both authenticated and unauthenticated callers depending on the hook prefix (wp_ajax_nopriv_*), missing authorization on a sensitive financial handler turns a privileged operation into one any visitor can invoke against any order ID.
RemediationAI
Upgrade the Eupago Gateway for WooCommerce plugin to version 4.7.2 or later, which is the vendor-released patch addressing the missing access control on the refund handler; this is the only complete fix and should be applied immediately given the public PoC. Until the update can be deployed, deactivate the Eupago Gateway for WooCommerce plugin (trade-off: Eupago payment methods will be unavailable to customers, breaking checkout for those options) or block the specific plugin AJAX/REST refund endpoint at a WAF or reverse proxy by URL pattern (trade-off: legitimate merchant-initiated refunds via that endpoint will also fail and must be issued through an alternate workflow). Restricting WordPress admin-ajax.php and wp-json paths to authenticated sessions via IP allowlisting in front of the site can also reduce exposure but may break other unauthenticated plugin features. After patching, audit recent WooCommerce refund records and Eupago merchant transaction logs for anomalous refunds and review payout destination changes; advisory references: https://wpscan.com/vulnerability/b4ce2a06-b435-4b77-851f-4406f2a91ca6/ and https://nvd.nist.gov/vuln/detail/CVE-2026-7862.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32727
GHSA-fppg-vjhw-hp4m