CVE-2024-12312

8.1 HIGH

📋 TL;DR

The Print Science Designer WordPress plugin has a PHP object injection vulnerability that allows unauthenticated attackers to inject malicious PHP objects via cookie manipulation. This affects all WordPress sites using the plugin version 1.3.152 or earlier. While no direct exploit chain exists in the plugin itself, if other vulnerable plugins/themes are installed, attackers could potentially delete files, steal data, or execute arbitrary code.

💻 Affected Systems

Products:
  • Print Science Designer WordPress Plugin
Versions: All versions up to and including 1.3.152
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated. Risk increases if other plugins/themes with POP gadgets are installed.

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

Remote code execution leading to complete site compromise, data theft, and server takeover if a suitable POP chain exists from other installed components.

🟠

Likely Case

Denial of service through file deletion or data corruption, with potential for information disclosure if other vulnerable components are present.

🟢

If Mitigated

Limited impact with only denial of service possible if no suitable POP chains exist in the environment.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires finding suitable POP chains in other installed components. No known direct exploit chain exists in the vulnerable plugin alone.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.153

Vendor Advisory: https://plugins.trac.wordpress.org/browser/print-science-designer/tags/1.3.153/includes/saved-projects.php#L120

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Print Science Designer and click 'Update Now'. 4. Verify version shows 1.3.153 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the Print Science Designer plugin until patched

wp plugin deactivate print-science-designer

Web Application Firewall Rule

all

Block requests containing 'designer-saved-projects' cookie

Modify WAF rules to block: Cookie contains 'designer-saved-projects'

🧯 If You Can't Patch

  • Deactivate the Print Science Designer plugin immediately
  • Implement strict WAF rules to block manipulation of 'designer-saved-projects' cookie

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Print Science Designer → Version. If version is 1.3.152 or lower, you are vulnerable.

Check Version:

wp plugin get print-science-designer --field=version

Verify Fix Applied:

After updating, verify version shows 1.3.153 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin-ajax.php with designer-saved-projects cookie
  • PHP errors related to unserialize() or object injection

Network Indicators:

  • HTTP requests with manipulated designer-saved-projects cookie values
  • Unusual outbound connections from WordPress server after exploitation

SIEM Query:

source="wordpress.log" AND ("designer-saved-projects" OR "unserialize" OR "PHP object injection")

🔗 References

📤 Share & Export