CVE-2026-7232
Last modified
CVE-2026-7232 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. The FormCraft plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the '[parameter name]' parameter in all versions up to, and including, 3.9.14 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
The FormCraft plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the '[parameter name]' parameter in all versions up to, and including, 3.9.14 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. The exploit chain combines a server-side gap — where composite matrix sub-field keys such as field2_0 and field2_1 are never passed through the sanitization loop and are stored raw via $wpdb->insert() — with a client-side gap where DOMPurify is only invoked when typeof field.value === 'string', but matrix values arrive from the server as arrays, bypassing the check before being mapped to strings and injected into the DOM. Additionally, the same sink is reachable via a second attack vector: array-typed field values are passed through htmlentities() on submission but later reversed by html_entity_decode() at formcraft-main.php:2608 and :2122, restoring the malicious payload before storage and rendering.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| FormCraft | FormCraft | <= 3.9.14 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-7232?
How severe is CVE-2026-7232?
How do I fix CVE-2026-7232?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7225A weakness has been identified in SourceCodester Pizzafy Eco…7.3
- CVE-2026-7226A security vulnerability has been detected in SourceCodester…7.3
- CVE-2026-7227A vulnerability was detected in SourceCodester Pizzafy Ecomm…7.3
- CVE-2026-7228A flaw has been found in SourceCodester Pizzafy Ecommerce Sy…7.3
- CVE-2026-7229A vulnerability was found in code-projects Coaching Manageme…6.3
- CVE-2026-7230A vulnerability was found in SourceCodester Safety Anger Pad…4.3
- CVE-2026-7233A vulnerability was determined in Artifex MuPDF up to 1.28.0…6.1
- CVE-2026-7234A weakness has been identified in BrowserOperator browser-op…7.3
- CVE-2026-7235A security vulnerability has been detected in ErlichLiu clau…5.5
- CVE-2026-7237A vulnerability was detected in AgiFlow scaffold-mcp up to 1…7.3
- CVE-2026-7238A flaw has been found in code-projects Online Music Site 1.0…4.7
- CVE-2026-7240A vulnerability has been found in Totolink A8000RU 7.1cu.643…9.8
Are you affected by CVE-2026-7232?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
