CVE-2025-1705

6.1 MEDIUM

📋 TL;DR

The tagDiv Composer WordPress plugin has a CSRF vulnerability that allows unauthenticated attackers to inject malicious scripts via forged AJAX requests. This affects all WordPress sites using tagDiv Composer versions up to 5.3. Attackers must trick an administrator into clicking a malicious link to exploit this vulnerability.

💻 Affected Systems

Products:
  • tagDiv Composer WordPress plugin
Versions: All versions up to and including 5.3
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with tagDiv Composer plugin active

⚠️ 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

Site takeover through persistent XSS leading to credential theft, backdoor installation, or complete site defacement

🟠

Likely Case

Malicious script injection leading to session hijacking, ad injection, or limited site manipulation

🟢

If Mitigated

No impact if proper CSRF protections are implemented and users don't click suspicious links

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires social engineering to trick administrators into clicking malicious links

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 5.4 or later

Vendor Advisory: https://tagdiv.com/newspaper-changelog/

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable plugin temporarily

all

Deactivate tagDiv Composer plugin until patched

Implement CSRF protection middleware

all

Add custom WordPress filter to validate nonces for AJAX requests

🧯 If You Can't Patch

  • Implement strict Content Security Policy (CSP) headers to limit script execution
  • Use web application firewall (WAF) rules to block suspicious AJAX requests to td_ajax_get_views endpoint

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > tagDiv Composer version number

Check Version:

wp plugin list --name=tagdiv-composer --field=version

Verify Fix Applied:

Verify plugin version is 5.4 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Multiple POST requests to /wp-admin/admin-ajax.php with action=td_ajax_get_views from same IP
  • Unusual AJAX requests without proper referrer headers

Network Indicators:

  • HTTP POST requests to admin-ajax.php with suspicious payloads
  • Requests with missing or invalid nonce parameters

SIEM Query:

source="wordpress.log" AND "admin-ajax.php" AND "td_ajax_get_views" AND NOT "_wpnonce="

🔗 References

📤 Share & Export