Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Network-reachable WordPress form (AV:N/AC:L), no auth needed to inject (PR:N), victim click required (UI:R), scope-changed XSS in site origin yields limited C/I/A.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in JetFormBuilder <= 3.6.0.1 versions.
AnalysisAI
Unauthenticated reflected/stored cross-site scripting in the JetFormBuilder WordPress plugin versions 3.6.0.1 and earlier allows remote attackers to inject script into pages rendered to victims. Exploitation requires a victim to interact with a crafted link or form (UI:R), and successful payload execution can hijack sessions or perform actions in the victim's browser context. No public exploit identified at time of analysis, and the issue is not listed in CISA KEV.
Technical ContextAI
JetFormBuilder is a Crocoblock/JetMonsters WordPress plugin (CPE cpe:2.3:a:jetmonsters:jetformbuilder) used to build dynamic forms, including front-end posting, payment, and user-registration forms. The flaw is classed as CWE-79 (Improper Neutralization of Input During Web Page Generation), meaning user-controlled input is rendered into HTML output without sufficient escaping or sanitization. Because the CVSS vector marks the issue as unauthenticated (PR:N), the unsanitized input is reachable on a public-facing form or endpoint exposed by the plugin, and the Scope:Changed metric indicates the injected script executes in the WordPress site's origin rather than the plugin's own sandboxed context.
RemediationAI
No vendor-released patch identified at time of analysis in the provided data - administrators should monitor the JetFormBuilder changelog and the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/jetformbuilder/vulnerability/wordpress-jetformbuilder-plugin-3-6-0-1-cross-site-scripting-xss-vulnerability) for a release above 3.6.0.1 and upgrade immediately when available. As compensating controls until a fix ships, deploy a WAF rule (Patchstack, Wordfence, or equivalent) that blocks XSS payloads on the plugin's form-submission and AJAX endpoints, restrict the form pages to authenticated users via page-level access control where the business flow allows it (this breaks public form submissions, so weigh against use case), and enforce a strict Content-Security-Policy with script-src 'self' to reduce inline-script execution (note this may break other plugins that rely on inline scripts and should be tested in staging). Site administrators should also avoid clicking links to their own site received via email or chat until patched, since admin-context script execution would be the highest-impact outcome.
More in Jetformbuilder
View allShortcode injection in JetFormBuilder WordPress plugin before 3.6.5.2 allows unauthenticated remote attackers to execute
A Code Injection vulnerability (CWE-94) exists in JetFormBuilder versions up to and including 3.5.6.1, allowing attacker
Email header injection in JetFormBuilder WordPress plugin before 3.6.5.2 allows unauthenticated attackers to manipulate
Cross-Site Request Forgery (CSRF) vulnerability in Crocoblock JetFormBuilder - Dynamic Blocks Form Builder plugin <= 3.0
Broken access control in the JetFormBuilder WordPress plugin (versions ≤ 3.6.4.1) allows unauthenticated remote attacker
Unauthenticated reflected cross-site scripting in the JetFormBuilder WordPress plugin (Crocoblock) affects all versions
Privilege escalation in JetFormBuilder WordPress plugin versions 3.6.1 and earlier allows authenticated subscribers to e
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37636