CVE-2025-12654

2.7 LOW

📋 TL;DR

The WPvivid Backup & Migration WordPress plugin allows authenticated attackers with Administrator privileges to create arbitrary directories on the server. This vulnerability affects all versions up to and including 0.9.120 due to insufficient path validation in the check_filesystem_permissions() function.

💻 Affected Systems

Products:
  • WPvivid Backup & Migration WordPress plugin
Versions: All versions up to and including 0.9.120
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Administrator-level WordPress user access; not exploitable by lower-privileged users.

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

An attacker could create directories to hide malicious files, establish persistence, or prepare for further attacks like file upload exploits.

🟠

Likely Case

Directory creation for reconnaissance or staging malicious payloads, potentially leading to privilege escalation or backdoor installation.

🟢

If Mitigated

Limited to directory creation only; no direct file upload or code execution without additional vulnerabilities.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires authenticated Administrator access; trivial to exploit once authenticated.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 0.9.120

Vendor Advisory: https://wordpress.org/plugins/wpvivid-backuprestore/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Migration, Backup, Staging – WPvivid Backup & Migration'. 4. Click 'Update Now' if available, or manually update to latest version. 5. Verify plugin version is above 0.9.120.

🔧 Temporary Workarounds

Remove Administrator Access

all

Restrict Administrator accounts to only trusted users and implement least privilege principles.

Disable Plugin

all

Temporarily disable the WPvivid plugin until patched, if backup functionality is not immediately required.

🧯 If You Can't Patch

  • Restrict WordPress Administrator accounts to minimal trusted personnel only.
  • Implement file integrity monitoring to detect unauthorized directory creation.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for WPvivid Backup & Migration version. If version is 0.9.120 or lower, system is vulnerable.

Check Version:

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

Verify Fix Applied:

After updating, confirm plugin version is above 0.9.120 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual directory creation events in web server logs (e.g., Apache/Nginx access logs) or WordPress debug logs.
  • Administrator account activity creating unexpected directories via plugin functions.

Network Indicators:

  • HTTP POST requests to WPvivid plugin endpoints from Administrator accounts with directory creation parameters.

SIEM Query:

source="web_server_logs" AND (uri="/wp-admin/admin-ajax.php" OR uri CONTAINS "wpvivid") AND (param CONTAINS "directory" OR param CONTAINS "path")

🔗 References

📤 Share & Export