CVE-2025-12349

5.3 MEDIUM

📋 TL;DR

The Icegram Express WordPress plugin has an authorization bypass vulnerability that allows unauthenticated attackers to trigger immediate email sending, bypass scheduled mailings, and modify plugin state. This can lead to server resource exhaustion, email abuse, and denial-of-service effects. WordPress sites using the plugin version 5.9.10 or earlier are affected.

💻 Affected Systems

Products:
  • Icegram Express - Email Subscribers, Newsletters and Marketing Automation Plugin for WordPress
Versions: Up to and including 5.9.10
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of configuration.

⚠️ 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

Unlimited email sending causing server overload, email service abuse, and potential plugin state corruption leading to service disruption.

🟠

Likely Case

Unauthorized email blasts increasing server load, bypassing scheduled mailings, and potential minor service disruption.

🟢

If Mitigated

Limited impact with proper rate limiting and monitoring, but still unauthorized email sending capability.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

The vulnerability is in a publicly accessible function with no authentication checks, making exploitation trivial.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 5.9.11 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3394838%40email-subscribers%2Ftrunk&old=3393565%40email-subscribers%2Ftrunk&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find Icegram Express plugin. 4. Click 'Update Now' if available. 5. Alternatively, download version 5.9.11+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched.

wp plugin deactivate email-subscribers

Web Application Firewall Rule

all

Block access to the vulnerable endpoint via WAF.

Block POST requests to */wp-admin/admin-ajax.php* with action=trigger_mailing_queue_sending

🧯 If You Can't Patch

  • Implement strict rate limiting on the WordPress admin-ajax.php endpoint
  • Monitor server logs for unusual email sending activity and plugin state changes

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Icegram Express version. If version is 5.9.10 or lower, you are vulnerable.

Check Version:

wp plugin get email-subscribers --field=version

Verify Fix Applied:

Verify plugin version is 5.9.11 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to admin-ajax.php with action=trigger_mailing_queue_sending
  • Sudden spikes in email sending activity
  • Unexpected changes to plugin cron settings

Network Indicators:

  • High volume of outbound SMTP traffic from WordPress server
  • Repeated POST requests to admin-ajax.php endpoint

SIEM Query:

source="wordpress.log" AND "trigger_mailing_queue_sending" AND NOT (user_agent="WordPress/*" OR user="admin")

🔗 References

📤 Share & Export