CVE-2025-68046

6.5 MEDIUM

📋 TL;DR

This vulnerability in the Contact Form & Lead Form Elementor Builder WordPress plugin allows unauthorized users to retrieve embedded sensitive data from forms. It affects all WordPress sites using this plugin up to version 2.0.1, potentially exposing form submissions containing personal or confidential information.

💻 Affected Systems

Products:
  • Contact Form & Lead Form Elementor Builder WordPress Plugin
Versions: All versions up to and including 2.0.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with this plugin enabled are vulnerable 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 personal data (PII), financial information, or credentials submitted through contact forms, leading to data breaches, identity theft, or credential stuffing attacks.

🟠

Likely Case

Unauthorized access to form submission data containing names, email addresses, phone numbers, and messages submitted through vulnerable contact forms.

🟢

If Mitigated

Limited exposure if forms don't collect sensitive data or if proper access controls and monitoring are in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

CWE-497 typically involves simple data retrieval without complex exploitation chains.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 2.0.1

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/lead-form-builder/vulnerability/wordpress-contact-form-lead-form-elementor-builder-plugin-2-0-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 'Contact Form & Lead Form Elementor Builder'
4. Click 'Update Now' if available
5. If no update appears, manually download latest version from WordPress.org
6. Deactivate, delete old version, upload and activate new version

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate lead-form-builder

Restrict Access

all

Use web application firewall to block access to plugin endpoints

🧯 If You Can't Patch

  • Disable all contact forms using this plugin immediately
  • Implement network segmentation to isolate WordPress instance

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Contact Form & Lead Form Elementor Builder' version 2.0.1 or earlier

Check Version:

wp plugin get lead-form-builder --field=version

Verify Fix Applied:

Verify plugin version is greater than 2.0.1 in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to /wp-content/plugins/lead-form-builder/ endpoints
  • Multiple failed attempts to access form submission data

Network Indicators:

  • HTTP requests to lead-form-builder API endpoints from unauthorized IPs
  • Unusual data extraction patterns from form endpoints

SIEM Query:

source="wordpress.log" AND "lead-form-builder" AND ("sensitive" OR "data" OR "retrieve")

🔗 References

📤 Share & Export