CVE-2025-58690

7.1 HIGH

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in the Doliconnect WordPress plugin allows attackers to perform unauthorized actions on behalf of authenticated users, potentially leading to stored cross-site scripting (XSS). This affects WordPress sites running Doliconnect versions up to 9.5.7. Attackers could inject malicious scripts that execute when other users view affected pages.

💻 Affected Systems

Products:
  • ptibogxiv Doliconnect WordPress plugin
Versions: n/a through 9.5.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Doliconnect plugin enabled and at least one authenticated user to exploit.

⚠️ 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 inject persistent malicious scripts that steal session cookies, redirect users to phishing sites, or perform administrative actions on the WordPress site, potentially leading to complete site compromise.

🟠

Likely Case

Attackers trick authenticated users into submitting malicious forms that inject JavaScript payloads, which then execute in victims' browsers when viewing affected pages, potentially stealing session data or performing unauthorized actions.

🟢

If Mitigated

With proper CSRF tokens and input validation, the vulnerability is prevented, though the underlying code flaw remains until patched.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires tricking an authenticated user into visiting a malicious page or clicking a crafted link.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 9.5.8 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/doliconnect/vulnerability/wordpress-doliconnect-plugin-9-5-7-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 Doliconnect and click 'Update Now'. 4. Alternatively, download version 9.5.8+ from WordPress repository and manually replace plugin files.

🔧 Temporary Workarounds

Implement CSRF Protection

all

Add CSRF tokens to all form submissions and state-changing requests in custom code

Disable Plugin

linux

Temporarily disable Doliconnect plugin until patched

wp plugin deactivate doliconnect

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block CSRF attempts
  • Restrict plugin access to trusted users only and monitor for suspicious activity

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Doliconnect version

Check Version:

wp plugin list --name=doliconnect --field=version

Verify Fix Applied:

Verify Doliconnect version is 9.5.8 or higher in WordPress plugins list

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to Doliconnect endpoints without referrer headers
  • Multiple failed CSRF token validations

Network Indicators:

  • Requests to Doliconnect endpoints with suspicious parameters from unexpected sources

SIEM Query:

source="wordpress.log" AND "doliconnect" AND ("POST" OR "csrf")

🔗 References

📤 Share & Export