CVE-2025-14476

8.8 HIGH

📋 TL;DR

This vulnerability in the Doubly WordPress plugin allows authenticated attackers with Subscriber-level access to execute arbitrary code through PHP object injection. Attackers can upload malicious ZIP archives containing serialized PHP objects that trigger a POP chain when deserialized. Only WordPress sites with this plugin enabled and administrators who have explicitly granted subscribers import access are affected.

💻 Affected Systems

Products:
  • Doubly – Cross Domain Copy Paste for WordPress
Versions: All versions up to and including 1.0.46
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ✅ No
Notes: Requires administrator to explicitly enable subscriber access to import functionality. Plugin must be 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

Complete server compromise allowing attackers to execute arbitrary code, delete files, steal sensitive data, install backdoors, or pivot to other systems.

🟠

Likely Case

Website defacement, data theft, malware installation, or creation of admin accounts for persistent access.

🟢

If Mitigated

Limited impact if proper access controls prevent subscriber uploads or if the plugin is disabled.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Requires authenticated subscriber access and administrator-enabled import permissions. POP chain availability increases exploit reliability.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.47 or later

Vendor Advisory: https://plugins.trac.wordpress.org/browser/doubly

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Doubly – Cross Domain Copy Paste' and check for updates. 4. If update available, click 'Update Now'. 5. Alternatively, download version 1.0.47+ from WordPress plugin repository and manually update.

🔧 Temporary Workarounds

Disable Subscriber Import Access

all

Remove subscriber permissions to use plugin import functionality

Disable Plugin

all

Temporarily deactivate the Doubly plugin until patched

🧯 If You Can't Patch

  • Remove subscriber role import permissions via WordPress user management
  • Implement WAF rules to block ZIP file uploads containing content.txt with serialized data

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for Doubly plugin version. If version is 1.0.46 or earlier, you are vulnerable.

Check Version:

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

Verify Fix Applied:

After updating, verify plugin version shows 1.0.47 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual ZIP file uploads by subscriber accounts
  • PHP errors related to unserialize() or object injection
  • Unexpected file creation or modification

Network Indicators:

  • HTTP POST requests with ZIP files to WordPress upload endpoints
  • Unusual outbound connections from web server

SIEM Query:

source="wordpress.log" AND ("doubly" OR "content.txt") AND ("upload" OR "import")

🔗 References

📤 Share & Export