CVE-2024-11353

4.3 MEDIUM

📋 TL;DR

The SMS for Lead Capture Forms WordPress plugin has an authorization vulnerability that allows authenticated users with Subscriber-level access or higher to delete arbitrary messages. This affects all WordPress sites using plugin versions up to 1.1.0. The vulnerability stems from missing capability checks in the delete_message() function.

💻 Affected Systems

Products:
  • SMS for Lead Capture Forms WordPress plugin
Versions: All versions up to and including 1.1.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated. 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

Malicious authenticated users could delete all lead capture messages, causing data loss and disrupting business operations that rely on SMS lead data.

🟠

Likely Case

Low-privilege users deleting messages they shouldn't have access to, potentially disrupting marketing/sales workflows.

🟢

If Mitigated

Minimal impact with proper user access controls and monitoring in place.

🌐 Internet-Facing: HIGH - WordPress sites are typically internet-facing, and Subscriber-level accounts are commonly granted to users.
🏢 Internal Only: MEDIUM - Internal users with Subscriber access could exploit this, but internal networks typically have additional security controls.

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple - just calling the vulnerable function without proper authorization checks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.1.1 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3159207%40clicksend-lead-capture-form%2Ftrunk&old=3159206%40clicksend-lead-capture-form%2Ftrunk

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'SMS for Lead Capture Forms'. 4. Click 'Update Now' if update available. 5. Alternatively, download version 1.1.1+ from WordPress plugin repository and replace existing files.

🔧 Temporary Workarounds

Disable plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate clicksend-lead-capture-form

Restrict user roles

all

Limit Subscriber role assignments and review existing Subscriber accounts

🧯 If You Can't Patch

  • Remove Subscriber role from untrusted users or implement custom capability checks
  • Implement additional logging and monitoring for message deletion activities

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → SMS for Lead Capture Forms → Version. If version is 1.1.0 or lower, you are vulnerable.

Check Version:

wp plugin get clicksend-lead-capture-form --field=version

Verify Fix Applied:

After update, verify plugin version shows 1.1.1 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual message deletion patterns
  • Subscriber-level users accessing message management functions

Network Indicators:

  • POST requests to wp-admin/admin-ajax.php with action=delete_message from low-privilege users

SIEM Query:

source="wordpress" action="delete_message" user_role="subscriber"

🔗 References

📤 Share & Export