Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Unauthenticated public submission gives PR:N/AV:N/AC:L, but the stored payload only fires when an admin views entries, so UI:R; scope change (S:C) as script runs in the admin browser context with limited C/I impact and no availability impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Form Vibes - Database Manager for Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Contact Form 7 Form Field in all versions up to, and including, 1.5.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Articles & Coverage 1
AnalysisAI
Stored cross-site scripting in the Form Vibes - Database Manager for Forms WordPress plugin (all versions through 1.5.2) lets unauthenticated attackers persist malicious JavaScript by submitting a crafted Contact Form 7 field, which the plugin stores and later renders unescaped in the WordPress admin entries view. Because sanitization and output escaping are both insufficient, the injected script executes in the browser of any user (typically a logged-in administrator) who opens the captured submissions. No public exploit is identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated, no-privilege injection vector combined with scope-changing impact makes it a practical account-takeover risk for exposed sites.
Technical ContextAI
The affected component is Form Vibes, a WordPress plugin (vendor WP Vibes, CPE cpe:2.3:a:wpvibes:form_vibes_...) that captures form submissions from Contact Form 7 and Elementor into the WordPress database for later viewing in the admin dashboard. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation): field data arriving from a public-facing Contact Form 7 submission is written to the database without adequate sanitization and then emitted into the admin entries UI without output escaping. The referenced source paths - inc/integrations/cf7.php (CF7 capture at line 126), inc/integrations/base.php (line 141), and the front-end assets/dist/js/submission.js - indicate the capture-and-render pipeline where untrusted form-field content is trusted on output. This is a classic second-order/stored XSS: the payload is delivered through the normal form-submission path and only fires later when an operator opens the stored entry.
RemediationAI
No vendor-released patched version is stated in the available data - all versions up to and including 1.5.2 are affected - so no fixed release number can be confirmed; a WordPress.org changeset (https://plugins.trac.wordpress.org/changeset?reponame=&old=3599917%40form-vibes&new=3597349%40form-vibes) is referenced and may correspond to an upstream fix, but a tagged patched version is not independently confirmed. Administrators should monitor the plugin page and the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/c6716a5d-48ed-4735-b765-a7606ea401d0?source=cve) and upgrade to the first release above 1.5.2 as soon as it is published. Until a confirmed patched version exists, compensating controls include deploying a WAF rule (Wordfence or equivalent) to filter script tags and HTML in Contact Form 7 submissions, restricting or IP-allowlisting access to the WordPress admin/Form Vibes entries screens so submissions are only viewed from trusted contexts, and - if CF7-to-database capture is not business-critical - temporarily disabling the Form Vibes CF7 integration or deactivating the plugin, accepting the trade-off that captured entries will no longer be recorded. Reviewing and purging suspicious already-stored entries before an admin opens them further reduces the trigger window.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43147
GHSA-r6rx-xwfp-wpj4