CVE-2026-3492
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 Gravity Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 2.9.28.1. This is due to a compound failure involving missing authorization on the `create_from_template` AJAX endpoint (allowing any authenticated user to create forms), insufficient input sanitization (`sanitize_text_field()` preserves single quotes), and missing output escaping when the form title is rendered in the Form Switcher dropdown (`title` attribute constructed without `esc_attr()`, and JavaScript `saferHtml` utility only escapes `&`, `<`, `>` but not quotes). This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary JavaScript that executes when an Administrator searches in the Form Switcher dropdown in the Form Editor.
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 Gravity Forms plugin has a stored XSS vulnerability in versions up to 2.9.28.1 caused by a combination of three flaws: the `create_from_template` AJAX endpoint lacks authorization checks allowing any authenticated user to create forms, `sanitize_text_field()` does not remove single quotes from input, and the Form Switcher dropdown renders form titles without proper escaping (missing `esc_attr()` on the title attribute and the JavaScript saferHtml utility only escaping `&`, `<`, `>` but not quotes). This allows authenticated attackers with Subscriber-level access to inject malicious JavaScript that executes when an Administrator uses the Form Switcher.
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
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
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.
-
Identify Gravity Forms versionCheck the installed Gravity Forms plugin version in WordPress admin under Plugins > Installed Plugins, or read the main plugin file header for the Version fieldAffected if Version is 2.9.28.1 or lower
-
Verify Form Switcher feature existsNavigate to the Gravity Forms admin interface and look for the Form Switcher dropdown menu, typically found in the admin toolbar or form list viewAffected if Form Switcher dropdown is present and accessible in the admin interface
-
Confirm user role configurationReview WordPress user roles at Users > All Users and check if any accounts have Subscriber role or higher permissionsAffected if At least one user account with Subscriber role or higher exists on the site
-
Test AJAX endpoint accessibilityInspect network requests or check if the gf_create_from_template AJAX action is registered and accessible to authenticated users via /wp-admin/admin-ajax.phpAffected if The create_from_template AJAX endpoint accepts requests from any authenticated user without authorization checks
Your environment is affected if Gravity Forms version is 2.9.28.1 or lower, the Form Switcher dropdown feature is enabled, and the site has at least one authenticated user with Subscriber-level access who can access the vulnerable AJAX endpoint.
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 to the patched version of Gravity Forms (2.9.29 or later) and ensure all form titles are properly sanitized and escaped before rendering in any admin interface context.
Gravity Forms version 2.9.29 or later
- 1. Update the Gravity Forms plugin to version 2.9.29 or later to address the stored XSS vulnerability.
- 2. After updating, verify that the Form Switcher dropdown functionality works correctly.
- 3. Consider reviewing user roles and permissions to ensure only trusted users have form creation access.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.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 $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-3492 — 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-3492 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