CVE-2025-62754

9.1 CRITICAL

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Payment Gateway bKash for WC WordPress plugin that allows attackers to bypass access controls. It affects all WordPress sites using this payment gateway plugin version 3.1.0 or earlier. Attackers could potentially manipulate payment transactions or access unauthorized functionality.

💻 Affected Systems

Products:
  • Payment Gateway bKash for WC (woo-payment-bkash)
Versions: n/a through <= 3.1.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin activated. Requires WooCommerce to be installed.

⚠️ 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 manipulate payment transactions, redirect funds, access sensitive customer payment data, or compromise the entire WordPress site through privilege escalation.

🟠

Likely Case

Unauthorized users could access payment gateway administrative functions, modify transaction settings, or bypass payment verification processes.

🟢

If Mitigated

With proper access controls and authentication checks, the vulnerability would be prevented, limiting impact to authorized functionality only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some understanding of WordPress plugin structure but is relatively straightforward once identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.1.1 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/woo-payment-bkash/vulnerability/wordpress-payment-gateway-bkash-for-wc-plugin-3-0-0-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 'Payment Gateway bKash for WC'. 4. Click 'Update Now' if available. 5. Alternatively, download version 3.1.1+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the Payment Gateway bKash plugin until patched

wp plugin deactivate woo-payment-bkash

Implement web application firewall rules

all

Block unauthorized access to plugin endpoints

🧯 If You Can't Patch

  • Implement strict access controls at network level to restrict access to WordPress admin areas
  • Enable detailed logging and monitoring for unauthorized access attempts to payment gateway endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Payment Gateway bKash for WC' version

Check Version:

wp plugin get woo-payment-bkash --field=version

Verify Fix Applied:

Verify plugin version is 3.1.1 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to /wp-content/plugins/woo-payment-bkash/ endpoints
  • Unusual payment gateway API calls from unexpected IPs

Network Indicators:

  • HTTP requests to bKash plugin endpoints without proper authentication headers
  • Unusual traffic patterns to payment processing URLs

SIEM Query:

source="wordpress.log" AND ("woo-payment-bkash" OR "bkash") AND (status=403 OR status=401)

🔗 References

📤 Share & Export