CVE-2025-62094

6.5 MEDIUM

📋 TL;DR

This Cross-Site Scripting (XSS) vulnerability in Void Elementor WHMCS Elements for Elementor Page Builder allows attackers to inject malicious scripts into web pages viewed by other users. It affects WordPress sites using this plugin from all versions up to 2.0.1.2. Successful exploitation could lead to session hijacking, credential theft, or website defacement.

💻 Affected Systems

Products:
  • Void Elementor WHMCS Elements for Elementor Page Builder
Versions: All versions up to and including 2.0.1.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor Page Builder and the vulnerable plugin installed. The vulnerability exists in the plugin's input handling during web page generation.

⚠️ 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 steal administrator credentials, take over the WordPress site, install backdoors, and compromise all user data.

🟠

Likely Case

Attackers hijack user sessions, steal cookies, redirect users to malicious sites, or deface website content.

🟢

If Mitigated

Limited to content manipulation within the affected plugin's elements, with minimal impact if proper input validation and output encoding are implemented elsewhere.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

XSS vulnerabilities typically have low exploitation complexity. The vulnerability allows unauthenticated attackers to inject scripts, though specific exploitation vectors may require user interaction.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 2.0.1.2

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/void-elementor-whmcs-elements/vulnerability/wordpress-void-elementor-whmcs-elements-for-elementor-page-builder-plugin-2-0-1-2-cross-site-scripting-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Void Elementor WHMCS Elements for Elementor Page Builder'. 4. Click 'Update Now' if available, or manually update to latest version. 5. Verify update completes successfully.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the plugin until patched version is available

wp plugin deactivate void-elementor-whmcs-elements

Implement Content Security Policy

all

Add CSP headers to restrict script execution sources

Add to .htaccess: Header set Content-Security-Policy "default-src 'self'; script-src 'self'"
Or configure in web server settings

🧯 If You Can't Patch

  • Remove the plugin entirely if not essential
  • Implement web application firewall (WAF) rules to block XSS payloads

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for 'Void Elementor WHMCS Elements' version 2.0.1.2 or earlier

Check Version:

wp plugin get void-elementor-whmcs-elements --field=version

Verify Fix Applied:

Verify plugin version is higher than 2.0.1.2 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests containing script tags or JavaScript code to plugin endpoints
  • Multiple failed XSS attempts in web server logs

Network Indicators:

  • HTTP requests with suspicious parameters containing <script>, javascript:, or encoded payloads

SIEM Query:

source="web_server_logs" AND (uri="*void-elementor*" OR uri="*whmcs*" OR uri="*elementor*") AND (request="*<script>*" OR request="*javascript:*" OR request="*%3Cscript%3E*")

🔗 References

📤 Share & Export