CVE-2026-24377

7.5 HIGH

📋 TL;DR

This vulnerability in the Nexter Blocks WordPress plugin allows unauthorized users to retrieve embedded sensitive data from affected websites. It affects all WordPress sites using the Nexter Blocks plugin (formerly The Plus Addons for Block Editor) up to version 4.6.3. Attackers can exploit this to access potentially sensitive information embedded in plugin content.

💻 Affected Systems

Products:
  • Nexter Blocks (formerly The Plus Addons for Block Editor) WordPress plugin
Versions: All versions through 4.6.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin enabled. No special configuration required.

⚠️ 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 retrieve sensitive credentials, API keys, or other confidential data embedded in plugin content, leading to complete site compromise or data breach.

🟠

Likely Case

Unauthorized users access sensitive configuration data, user information, or other embedded content that should be protected.

🟢

If Mitigated

With proper access controls and monitoring, impact is limited to exposure of non-critical embedded data.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

The vulnerability allows unauthorized data retrieval, making it relatively easy to exploit once discovered.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 4.6.4 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/the-plus-addons-for-block-editor/vulnerability/wordpress-nexter-blocks-plugin-4-6-3-sensitive-data-exposure-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Go to Plugins → Installed Plugins
3. Find 'Nexter Blocks' plugin
4. Click 'Update Now' if update available
5. If no update available, download version 4.6.4+ from WordPress repository
6. Deactivate old plugin, upload new version, activate

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the Nexter Blocks plugin until patched

wp plugin deactivate nexter-blocks

Restrict access via .htaccess

linux

Add access restrictions to plugin directories

Order Deny,Allow
Deny from all

🧯 If You Can't Patch

  • Disable the Nexter Blocks plugin immediately
  • Implement web application firewall rules to block suspicious requests to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Nexter Blocks version. If version is 4.6.3 or earlier, you are vulnerable.

Check Version:

wp plugin get nexter-blocks --field=version

Verify Fix Applied:

Verify plugin version is 4.6.4 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual requests to /wp-content/plugins/nexter-blocks/ endpoints
  • Multiple 200 responses to plugin-specific URLs from unauthorized IPs

Network Indicators:

  • Increased traffic to plugin API endpoints
  • Unauthenticated requests attempting to access data retrieval endpoints

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-content/plugins/nexter-blocks/" OR uri_path="/wp-json/nexter-blocks/") AND response_code=200 AND NOT user_agent="WordPress/*"

🔗 References

📤 Share & Export