CVE-2025-24540

4.3 MEDIUM

📋 TL;DR

This CSRF vulnerability in SeedProd's WordPress plugin allows attackers to trick authenticated administrators into performing unintended actions. It affects all WordPress sites using SeedProd Coming Soon Page, Under Construction & Maintenance Mode plugin versions up to 6.18.9. Attackers could modify plugin settings or potentially perform other administrative actions.

💻 Affected Systems

Products:
  • SeedProd Coming Soon Page, Under Construction & Maintenance Mode
Versions: n/a through 6.18.9
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the plugin installed and activated. Requires an authenticated administrator to be tricked into visiting a malicious page.

⚠️ 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 change critical site settings, disable maintenance mode prematurely, inject malicious content, or chain with other vulnerabilities for further compromise.

🟠

Likely Case

Attackers modify plugin settings to disrupt site functionality, change coming soon page content, or redirect visitors to malicious sites.

🟢

If Mitigated

With proper CSRF protections, the vulnerability is prevented as requests require valid nonce tokens that attackers cannot obtain.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

CSRF attacks require social engineering to trick authenticated users. No authentication bypass is needed as the attack relies on the victim's existing session.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.18.10 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/coming-soon/vulnerability/wordpress-website-builder-by-seedprod-plugin-6-18-9-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Implement CSRF Protection Manually

all

Add custom nonce verification to plugin forms if you cannot update immediately

Requires custom PHP development - not recommended for non-developers

Use Security Plugin with CSRF Protection

all

Install WordPress security plugins that add additional CSRF protections

🧯 If You Can't Patch

  • Restrict administrator access to trusted networks only
  • Implement strict Content Security Policy (CSP) headers to prevent malicious script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins, find SeedProd plugin and check version number

Check Version:

wp plugin list --name=seedprod --field=version (if WP-CLI installed)

Verify Fix Applied:

Verify plugin version is 6.18.10 or higher in WordPress admin plugins page

📡 Detection & Monitoring

Log Indicators:

  • Unusual plugin setting changes in WordPress logs
  • Multiple failed CSRF token validations

Network Indicators:

  • POST requests to wp-admin/admin-ajax.php without proper referrer headers
  • Requests from unexpected sources to plugin endpoints

SIEM Query:

source="wordpress.log" AND ("seedprod" OR "coming-soon") AND ("action" OR "settings")

🔗 References

📤 Share & Export