CVE-2025-62870

5.3 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Eupago Gateway for WooCommerce WordPress plugin that allows attackers to bypass access controls. It affects all versions up to and including 4.6.3, potentially allowing unauthorized users to perform actions intended for administrators or other privileged users.

💻 Affected Systems

Products:
  • Eupago Gateway for WooCommerce WordPress plugin
Versions: All versions up to and including 4.6.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce installed and the Eupago plugin activated.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could modify payment settings, access sensitive transaction data, or disrupt payment processing functionality.

🟠

Likely Case

Unauthorized users could view payment configuration details or perform limited administrative actions within the plugin.

🟢

If Mitigated

With proper access controls, only authenticated administrators could access plugin functionality.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some level of access to the WordPress site but bypasses authorization checks within the plugin.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 4.6.4 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/eupago-gateway-for-woocommerce/vulnerability/wordpress-eupago-gateway-for-woocommerce-plugin-4-6-3-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Eupago Gateway for WooCommerce' and click 'Update Now'. 4. Verify version is 4.6.4 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate eupago-gateway-for-woocommerce

Restrict Access via .htaccess

linux

Add access restrictions to plugin directories

Order Deny,Allow
Deny from all

🧯 If You Can't Patch

  • Implement network segmentation to isolate the WordPress instance
  • Add additional authentication layers or web application firewall rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Eupago Gateway for WooCommerce version

Check Version:

wp plugin get eupago-gateway-for-woocommerce --field=version

Verify Fix Applied:

Confirm plugin version is 4.6.4 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to eupago plugin endpoints
  • Unusual admin-level actions from non-admin users

Network Indicators:

  • HTTP requests to /wp-content/plugins/eupago-gateway-for-woocommerce/ from unauthorized IPs

SIEM Query:

source="wordpress.log" AND "eupago" AND ("admin" OR "unauthorized")

🔗 References

📤 Share & Export