CVE-2024-13461

6.4 MEDIUM

📋 TL;DR

This stored XSS vulnerability in the Autoship Cloud for WooCommerce plugin allows authenticated attackers with contributor-level access or higher to inject malicious scripts into WordPress pages. When users visit compromised pages, the scripts execute in their browsers, potentially stealing session cookies or redirecting to malicious sites. All WordPress sites using this plugin up to version 2.8.0 are affected.

💻 Affected Systems

Products:
  • Autoship Cloud for WooCommerce Subscription Products
Versions: All versions up to and including 2.8.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with the vulnerable plugin installed and at least one user with contributor-level access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal administrator session cookies, take over WordPress sites, install backdoors, or redirect users to phishing/malware sites.

🟠

Likely Case

Attackers with contributor access inject malicious scripts that steal user session data or redirect to malicious content.

🟢

If Mitigated

With proper access controls and input validation, impact is limited to script execution in victim browsers without further system compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple once access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.8.1 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3242136%40autoship-cloud&new=3242136%40autoship-cloud&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Autoship Cloud for WooCommerce Subscription Products'. 4. Click 'Update Now' if available. 5. Alternatively, download version 2.8.1+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Remove Contributor Access

all

Temporarily remove contributor-level access from untrusted users until patch is applied.

Disable Shortcode

all

Remove or disable the 'autoship-create-scheduled-order-action' shortcode from all posts/pages.

🧯 If You Can't Patch

  • Implement strict user access controls and limit contributor privileges
  • Deploy web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Autoship Cloud plugin version 2.8.0 or earlier.

Check Version:

wp plugin list --name='autoship-cloud' --field=version

Verify Fix Applied:

Verify plugin version is 2.8.1 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual shortcode modifications in post/page edits
  • Multiple failed login attempts followed by contributor account activity

Network Indicators:

  • Suspicious JavaScript payloads in HTTP requests to WordPress admin

SIEM Query:

source="wordpress.log" AND ("autoship-create-scheduled-order-action" OR "autoship-cloud") AND ("script" OR "javascript" OR "onclick")

🔗 References

📤 Share & Export