CVE-2025-14937

7.2 HIGH

📋 TL;DR

This vulnerability allows unauthenticated attackers to inject malicious JavaScript into WordPress sites using the Frontend Admin plugin. The injected scripts execute whenever users visit compromised pages, potentially affecting all visitors. WordPress administrators using vulnerable plugin versions are at risk.

💻 Affected Systems

Products:
  • Frontend Admin by DynamiApps WordPress Plugin
Versions: All versions up to and including 3.28.23
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with the vulnerable plugin enabled 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

Attackers could steal administrator credentials, redirect users to malicious sites, deface websites, or install backdoors for persistent access.

🟠

Likely Case

Attackers will typically inject scripts to steal session cookies, redirect users to phishing pages, or display unwanted advertisements.

🟢

If Mitigated

With proper web application firewalls and content security policies, the impact is limited to potential data leakage from affected pages.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

The vulnerability requires no authentication and exploitation is straightforward via crafted HTTP requests.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.28.24 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3427236/acf-frontend-form-element

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Frontend Admin by DynamiApps'. 4. Click 'Update Now' if available. 5. Alternatively, download version 3.28.24+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

wp plugin deactivate acf-frontend-form-element

Web Application Firewall Rule

all

Block requests containing malicious 'acff' parameter patterns

🧯 If You Can't Patch

  • Implement strict Content Security Policy headers to limit script execution
  • Deploy web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check plugin version in WordPress admin under Plugins → Installed Plugins

Check Version:

wp plugin get acf-frontend-form-element --field=version

Verify Fix Applied:

Confirm plugin version is 3.28.24 or higher after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with 'action=frontend_admin/forms/update_field' and 'acff' parameter containing script tags

Network Indicators:

  • HTTP requests with base64-encoded or obfuscated JavaScript in parameters

SIEM Query:

source="wordpress.log" AND "admin-ajax.php" AND "frontend_admin/forms/update_field" AND "acff"

🔗 References

📤 Share & Export