CVE-2025-24568

4.3 MEDIUM

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in Brainstorm Force Starter Templates WordPress plugin allows attackers to trick authenticated administrators into performing unintended actions. This affects WordPress sites using Starter Templates plugin versions up to 4.4.9. Attackers could manipulate plugin settings or perform actions with admin privileges.

💻 Affected Systems

Products:
  • Brainstorm Force Starter Templates (Astra Sites)
Versions: n/a through 4.4.9
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: WordPress plugin; requires authenticated admin user to be tricked into clicking malicious link.

⚠️ 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 plugin settings, import malicious templates, or perform other administrative actions leading to site compromise or data manipulation.

🟠

Likely Case

Attackers could modify plugin configurations, potentially disrupting site functionality or enabling further attacks.

🟢

If Mitigated

With proper CSRF protections and user awareness, impact is limited to unsuccessful attack attempts.

🌐 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.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 4.5.0 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/astra-sites/vulnerability/wordpress-starter-templates-plugin-4-4-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 'Starter Templates'. 4. Click 'Update Now' if available, or download version 4.5.0+ from WordPress repository. 5. Activate updated plugin.

🔧 Temporary Workarounds

CSRF Protection Headers

all

Implement Content Security Policy headers to restrict script sources

Add to .htaccess: Header set Content-Security-Policy "script-src 'self'"
Add to wp-config.php: define('FORCE_SSL_ADMIN', true);

🧯 If You Can't Patch

  • Disable or remove the Starter Templates plugin if not essential
  • Implement additional CSRF tokens via security plugins like Wordfence

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Starter Templates version number

Check Version:

wp plugin list --name='Starter Templates' --field=version

Verify Fix Applied:

Confirm plugin version is 4.5.0 or higher

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with astra-sites actions
  • Multiple failed CSRF token validations

Network Indicators:

  • Unexpected outbound connections after admin visits suspicious links

SIEM Query:

source="wordpress" action="admin-ajax" uri="*astra-sites*" status=200

🔗 References

📤 Share & Export