SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-84293

HIGH · CVSS 7.2 EPSS 0.29%

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Repeater Fields for Gravity Forms plugin in WordPress is susceptible to Stored Cross-Site Scripting (XSS) due to inadequate input sanitization and output escaping in multi-input sub-field types, allowing unauthenticated attackers to inject malicious scripts. This vulnerability can lead to the execution of arbitrary web scripts when users access affected pages, posing a significant risk to site integrity and user data. WordPress site administrators using this plugin should prioritize immediate updates to version 3.0.4 or later to mitigate potential exploitation.

CVE
CVE-2026-84293
Severity
HIGH
CVSS
7.2
EPSS
0.29%
WordPress

Original NVD Description

The Repeater Fields for Gravity Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Repeated Multi-Input Sub-Field Values in all versions up to, and including, 3.0.4 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. This vulnerability only affects multi-input sub-field types within a repeater (such as Name, Address, and Checkbox fields), as scalar single-input field values are escaped with esc_html() at the output stage in version 3.0.4.