Description
The Formidable Forms WordPress plugin before 6.35 does not restrict who can set the identifier recording which user last edited a form entry, and relies on that identifier when deciding whether to strip HTML from stored entry values, allowing unauthenticated visitors to have markup rendered in the admin entry view that would otherwise be removed, and to attribute their submission to an administrator who never made it.
Published: 2026-09-16
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated stored content injection causing privileged XSS in the WordPress admin interface
Action: Patch Immediately
AI Analysis

Impact

The vulnerability allows unauthenticated users to set the form entry "updated_by" field, which the plugin uses to decide whether to strip HTML from stored values. Because the plugin believes the record was edited by an administrator, it skips sanitization, and malicious markup is rendered when an admin views the entry. This flaw effectively grants unauthenticated visitors the ability to inject content that will be displayed from an admin context, resulting in a stored XSS condition that could be used to hijack sessions or display deceptive content. The weakness is a type of input validation flaw that also allows an attacker to impersonate an administrator by forging the "updated_by" field.

Affected Systems

WordPress plugin Formidable Forms, any release prior to 6.35. Users running version 6.34 or earlier are affected unless the plugin has been patched or the plugin’s form entry submission feature has been disabled for anonymous visitors.

Risk and Exploitability

The CVSS score is not provided in the available data, but the EPSS score of less than 1% indicates a very low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is a web-based form submission that is accessible to anyone, so the flaw can be triggered without authentication. Once exploited, an attacker can insert arbitrary markup into the admin view and can masquerade as an administrator. However, the exploit does not provide remote code execution or broader system compromise beyond the WordPress admin interface. The low EPSS suggests limited real-world exploitation, but the impact to compromised administrative accounts or user trust can be significant if not mitigated.

Generated by OpenCVE AI on September 16, 2026 at 16:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Formidable Forms to version 6.35 or later to apply the vendor patch.
  • If an immediate upgrade is not possible, block anonymous form submissions by configuring the plugin to require authentication or by using a WordPress security module to restrict access to the form.
  • Manually review existing form entries for any records with a non‑admin "updated_by" field and delete or sanitize those entries to remove injected markup.

Generated by OpenCVE AI on September 16, 2026 at 16:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-79

Wed, 16 Sep 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Formidable Forms WordPress plugin before 6.35 does not restrict who can set the identifier recording which user last edited a form entry, and relies on that identifier when deciding whether to strip HTML from stored entry values, allowing unauthenticated visitors to have markup rendered in the admin entry view that would otherwise be removed, and to attribute their submission to an administrator who never made it.
Title Formidable Forms 6.34 - Unauthenticated Stored Content Injection via 'updated_by' Parameter
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-16T06:00:14.817Z

Reserved: 2026-09-04T12:30:24.573Z

Link: CVE-2026-85641

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-16T06:16:34.400

Modified: 2026-09-16T20:25:29.240

Link: CVE-2026-85641

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T16:30:08Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')