CVE-2025-60095

4.3 MEDIUM

📋 TL;DR

This vulnerability in the Stackable WordPress plugin allows attackers to retrieve embedded sensitive data through information leakage in sent data. It affects all WordPress sites using Stackable versions up to 3.18.1. The exposure could include sensitive information embedded in plugin content.

💻 Affected Systems

Products:
  • Stackable - Ultimate Gutenberg Blocks WordPress Plugin
Versions: All versions up to and including 3.18.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations using vulnerable versions of the Stackable plugin regardless of configuration.

⚠️ 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 extract sensitive information like API keys, credentials, or private content embedded in Stackable blocks, potentially leading to account compromise or data breaches.

🟠

Likely Case

Information disclosure of embedded content that may include configuration details, partial credentials, or other sensitive data that could aid further attacks.

🟢

If Mitigated

Limited exposure of non-critical embedded data with proper input validation and output encoding in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of WordPress plugin structure and data flow patterns.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 3.18.2 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/stackable-ultimate-gutenberg-blocks/vulnerability/wordpress-stackable-plugin-3-18-1-sensitive-data-exposure-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Stackable plugin. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Stackable Plugin

WordPress

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate stackable-ultimate-gutenberg-blocks

🧯 If You Can't Patch

  • Implement WAF rules to block suspicious data retrieval patterns
  • Monitor logs for unusual data access patterns to Stackable plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → Stackable version number

Check Version:

wp plugin get stackable-ultimate-gutenberg-blocks --field=version

Verify Fix Applied:

Verify Stackable plugin version is 3.18.2 or higher

📡 Detection & Monitoring

Log Indicators:

  • Unusual GET/POST requests to Stackable plugin endpoints
  • Patterns of data extraction from plugin-specific URLs

Network Indicators:

  • Abnormal traffic to /wp-content/plugins/stackable-ultimate-gutenberg-blocks/ paths

SIEM Query:

source="wordpress" AND (uri_path="/wp-content/plugins/stackable-ultimate-gutenberg-blocks/*" OR plugin="stackable") AND status=200

🔗 References

📤 Share & Export