CVE-2026-11767
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe Free Builder for Elementor WordPress plugin before 1.6.7 does not sanitise submitted contact form field values before storing them and outputting them in the admin dashboard, allowing unauthenticated attackers to perform Stored Cross-Site Scripting attacks that execute when a logged-in administrator views the form submissions.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Free Builder for Elementor WordPress plugin before version 1.6.7 contains a stored Cross-Site Scripting vulnerability. Unauthenticated attackers can submit malicious JavaScript code through contact form fields, which gets stored without sanitization. When administrators view form submissions in the admin dashboard, the unsanitized output causes the stored XSS payload to execute in their browser session.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Free Builder for Elementor plugin is installedAccess WordPress admin dashboard and navigate to Plugins > Installed Plugins, or inspect the plugin directory at wp-content/plugins/free-builder-for-elementor/ for the main PHP file to verify the plugin existsAffected if The plugin directory or plugin list shows Free Builder for Elementor is active on the site
-
Check installed plugin versionIn WordPress admin, go to Plugins > Installed Plugins and find the Free Builder for Elementor entry to read the version number displayedAffected if The displayed version is lower than 1.6.7 (for example 1.6.6, 1.6.5, or earlier)
-
Verify contact form functionality is in useCheck if any pages or templates have the Free Builder contact form widget/module embedded, or query the database for form-related post meta entriesAffected if The plugin's contact form widget is actively published on the site and accepting submissions
-
Inspect stored form submission dataQuery the WordPress database (typically wp_postmeta table) for entries related to the plugin's form submissions using a pattern like meta_key containing 'free_builder' or 'form_submission'Affected if Form submission records exist in the database containing the unsanitized field data
-
Check admin access to submission dataNavigate to the WordPress admin dashboard area where Free Builder form submissions are displayed (usually under the plugin's menu or under Comments/Entries)Affected if Admin users have access to view stored form submissions - the XSS executes when an administrator views these entries in the dashboard
A site is affected if Free Builder for Elementor plugin version is below 1.6.7 AND the contact form feature is actively used with stored submissions that admins can view in the dashboard.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate the Free Builder for Elementor plugin to version 1.6.7 or later to obtain the fix for proper input sanitization and output encoding.
Free Builder for Elementor version 1.6.7
- Log in to the WordPress admin dashboard
- Navigate to Plugins > Installed Plugins
- Locate 'Free Builder for Elementor' in the plugin list
- If an update is available, click 'Update Now' to update to version 1.6.7 or later
- Alternatively, go to Plugins > Add New > Upload Plugin and upload the latest version from wordpress.org
- After updating, verify the installed version is 1.6.7 or higher under Plugins > Installed Plugins
- Review any existing contact form submissions in the plugin's submissions area and delete any suspicious entries containing script tags or unusual HTML
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-11767 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-11767 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data