🔐 CVE Alert

CVE-2026-2707

MEDIUM 6.4

weForms <= 1.6.27 - Authenticated (Subscriber+) Stored Cross-Site Scripting via Hidden Field Value via REST API

CVSS Score
6.4
EPSS Score
0.0%
EPSS Percentile
0th

The weForms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the REST API entry submission endpoint in all versions up to, and including, 1.6.27. This is due to inconsistent input sanitization between the frontend AJAX handler and the REST API endpoint. When entries are submitted via the REST API (`/wp-json/weforms/v1/forms/{id}/entries/`), the `prepare_entry()` method in `class-abstract-fields.php` receives the WP_REST_Request object as `$args`, bypassing the `weforms_clean()` fallback that sanitizes `$_POST` data for frontend submissions. The base field handler only applies `trim()` to the value. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts into form entry hidden field values via the REST API that execute when an administrator views the form entries page, where data is rendered using a Vue.js `v-html` directive without escaping.

CWE CWE-79
Vendor boldgrid
Product weforms – easy drag & drop contact form builder for wordpress
Published Mar 11, 2026
Last Updated Apr 8, 2026
Stay Ahead of the Next One

Get instant alerts for boldgrid weforms – easy drag & drop contact form builder for wordpress

Be the first to know when new medium vulnerabilities affecting boldgrid weforms – easy drag & drop contact form builder for wordpress are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

boldgrid / weForms – Easy Drag & Drop Contact Form Builder For WordPress
0 ≤ 1.6.27

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/e97854ca-b24f-4893-862d-f8e975752175?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/weforms/tags/1.6.27/includes/fields/class-abstract-fields.php#L542 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/weforms/tags/1.6.27/assets/js-templates/spa-components.php#L80 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/weforms/trunk/includes/fields/class-abstract-fields.php#L542 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/weforms/trunk/assets/js-templates/spa-components.php#L80 github.com: https://github.com/BoldGrid/weforms/pull/263 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3475812%40weforms%2Ftrunk&old=3457241%40weforms%2Ftrunk&sfp_email=&sfph_mail=

Credits

Muhammad Sharief