CVE-2024-43272

5.3 MEDIUM

📋 TL;DR

This vulnerability allows unauthenticated attackers to view unpublished campaigns in the Icegram Engage WordPress plugin. It affects all WordPress sites running Icegram versions up to 3.1.24 due to missing authentication checks on critical functions.

💻 Affected Systems

Products:
  • Icegram Engage WordPress Plugin
Versions: n/a through 3.1.24
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with Icegram plugin enabled. No special configuration required.

⚠️ 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 access sensitive unpublished campaign content, potentially exposing confidential marketing strategies or pre-release information.

🟠

Likely Case

Unauthenticated users viewing unpublished campaigns that may contain sensitive information or proprietary content.

🟢

If Mitigated

No impact if proper authentication controls are implemented or plugin is updated.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Simple HTTP requests can trigger the vulnerability without authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.1.25 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/icegram/wordpress-icegram-engage-plugin-3-1-24-unauthenticated-unpublished-campaign-viewer-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Icegram Engage plugin. 4. Click 'Update Now' if available. 5. Alternatively, download version 3.1.25+ from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Icegram Plugin

all

Temporarily deactivate the vulnerable plugin until patched.

wp plugin deactivate icegram

Restrict Access via WAF

all

Block requests to Icegram endpoints for unauthenticated users.

🧯 If You Can't Patch

  • Implement strict network access controls to limit plugin exposure
  • Monitor for suspicious access to unpublished campaign endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Icegram Engage version. If version is 3.1.24 or earlier, system is vulnerable.

Check Version:

wp plugin get icegram --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unauthenticated requests to Icegram campaign endpoints
  • Access to unpublished campaign IDs

Network Indicators:

  • HTTP requests to /wp-content/plugins/icegram/ endpoints without authentication

SIEM Query:

source="web_logs" AND uri="/wp-content/plugins/icegram/*" AND status=200 AND NOT user_agent="WordPress/*"

🔗 References

📤 Share & Export