CVE-2025-47527

7.1 HIGH

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Icegram Collect WordPress plugin that allows attackers to bypass access controls. It affects WordPress sites using Icegram Collect plugin versions up to 1.3.18, potentially allowing unauthorized access to form data and administrative functions.

💻 Affected Systems

Products:
  • Icegram Collect – Easy Form, Lead Collection and Subscription WordPress plugin
Versions: from n/a through 1.3.18
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin enabled.

⚠️ 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 form submissions, modify plugin settings, inject malicious code, or potentially compromise the entire WordPress installation.

🟠

Likely Case

Unauthorized access to lead collection data, form submissions, and subscriber information stored by the plugin.

🟢

If Mitigated

Limited impact with proper network segmentation and additional authentication layers, though the vulnerability remains present.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Missing authorization vulnerabilities typically require minimal technical skill to exploit once the attack vector is identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.19 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/icegram-rainmaker/vulnerability/wordpress-icegram-collect-easy-form-lead-collection-and-subscription-plugin-1-3-18-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate icegram-rainmaker

Restrict Access

all

Use web application firewall rules to restrict access to plugin endpoints

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Enable additional authentication layers (2FA) for WordPress admin users

🔍 How to Verify

Check if Vulnerable:

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

Check Version:

wp plugin get icegram-rainmaker --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to /wp-content/plugins/icegram-rainmaker/
  • Unauthorized access attempts to plugin admin pages

Network Indicators:

  • HTTP requests to plugin endpoints from unauthorized IPs
  • Unusual POST requests to form submission handlers

SIEM Query:

source="wordpress.log" AND ("icegram-rainmaker" OR "icegram collect") AND (status=403 OR status=401)

🔗 References

📤 Share & Export