CVE-2022-46811

4.3 MEDIUM

📋 TL;DR

CVE-2022-46811 is a missing authorization vulnerability in the ALD Dropshipping plugin for WordPress that allows attackers to exploit incorrectly configured access controls. This affects all WooCommerce sites using the ALD plugin versions up to 1.0.21, potentially allowing unauthorized actions through broken access control mechanisms.

💻 Affected Systems

Products:
  • ALD - Dropshipping and Fulfillment for AliExpress and WooCommerce
Versions: n/a through 1.0.21
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin version installed and 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 plugin settings, alter dropshipping configurations, or potentially manipulate WooCommerce store operations without authorization, leading to business disruption or data integrity issues.

🟠

Likely Case

Unauthorized users could change plugin settings affecting dropshipping operations, potentially disrupting order fulfillment or exposing sensitive configuration data.

🟢

If Mitigated

With proper access controls and authentication checks, only authorized administrators could modify plugin settings, limiting impact to configuration changes.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access but leverages missing authorization checks rather than complex technical vulnerabilities.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.22 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/woo-alidropship/vulnerability/wordpress-ald-dropshipping-and-fulfillment-for-aliexpress-and-woocommerce-plugin-1-0-21-broken-access-control-csrf?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'ALD - Dropshipping and Fulfillment for AliExpress and WooCommerce'. 4. Click 'Update Now' if available, or download version 1.0.22+ from WordPress repository. 5. Activate updated plugin.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

wp plugin deactivate woo-alidropship

Access Restriction

all

Restrict access to WordPress admin interface using IP whitelisting

🧯 If You Can't Patch

  • Implement strict access controls and principle of least privilege for WordPress admin users
  • Monitor and audit all plugin configuration changes and administrative actions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'ALD - Dropshipping and Fulfillment for AliExpress and WooCommerce' version ≤1.0.21

Check Version:

wp plugin get woo-alidropship --field=version

Verify Fix Applied:

Confirm plugin version is 1.0.22 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin admin pages
  • Unexpected configuration changes to ALD plugin settings

Network Indicators:

  • Unusual POST requests to /wp-admin/admin.php with ald-related parameters

SIEM Query:

source="wordpress.log" AND ("ald" OR "alidropship") AND ("admin" OR "settings") AND status=200 AND user_role!=administrator

🔗 References

📤 Share & Export