CVE-2025-14450

6.5 MEDIUM

📋 TL;DR

The Wallet System for WooCommerce WordPress plugin has an authorization vulnerability that allows authenticated users with Subscriber-level access or higher to manipulate wallet withdrawal requests. Attackers can arbitrarily increase their own wallet balance or decrease other users' balances. This affects all WordPress sites using the plugin up to version 2.7.2.

💻 Affected Systems

Products:
  • Wallet System for WooCommerce WordPress plugin
Versions: All versions up to and including 2.7.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce and the vulnerable plugin installed. Any authenticated user (Subscriber role or higher) can exploit this.

⚠️ 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 drain all user wallets, create unlimited funds for themselves, and cause financial loss to both users and site owners through fraudulent transactions.

🟠

Likely Case

Attackers will increase their own wallet balances to make fraudulent purchases or withdraw funds, potentially causing direct financial loss to the site owner.

🟢

If Mitigated

With proper access controls and monitoring, unauthorized transactions can be detected and reversed before significant damage occurs.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once authenticated. The vulnerability is publicly documented with code references.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.7.3 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3435898%40wallet-system-for-woocommerce&new=3435898%40wallet-system-for-woocommerce&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Wallet System for WooCommerce'. 4. Click 'Update Now' if available. 5. Alternatively, download version 2.7.3+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the Wallet System for WooCommerce plugin until patched

wp plugin deactivate wallet-system-for-woocommerce

Restrict user registration

all

Disable new user registration to prevent attackers from creating accounts

wp option update users_can_register 0

🧯 If You Can't Patch

  • Implement strict access controls to limit who can access wallet management functions
  • Enable detailed logging of all wallet transactions and monitor for suspicious activity

🔍 How to Verify

Check if Vulnerable:

Check plugin version in WordPress admin under Plugins → Installed Plugins. If version is 2.7.2 or lower, you are vulnerable.

Check Version:

wp plugin get wallet-system-for-woocommerce --field=version

Verify Fix Applied:

After updating, verify the plugin version shows 2.7.3 or higher in WordPress admin.

📡 Detection & Monitoring

Log Indicators:

  • Unusual wallet balance changes
  • Multiple withdrawal request status changes from single user
  • Wallet balance increases without corresponding deposits

Network Indicators:

  • POST requests to /wp-admin/admin-ajax.php with action=change_wallet_fund_request_status

SIEM Query:

source="wordpress.log" AND "change_wallet_fund_request_status" AND user_role="subscriber"

🔗 References

📤 Share & Export