CVE-2026-4394

The Gravity Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Credit Card field's 'Card Type' sub-field (`input_<id>.4`) in all versions up to, and including, 2.9.30. This is due to the `get_value_entry_detail()` method in the `GF_Field_CreditCard` class outputting the card type value without escaping, combined with `get_value_save_entry()` accepting and storing unsanitized user input for the `input_<id>.4` parameter. The Card Type field is not rendered on the frontend form (it is normally derived from the card number), but the backend submission parser blindly accepts it if included in the POST request. This makes it possible for unauthenticated attackers to inject arbitrary web scripts that execute when an administrator views the form entry in the WordPress dashboard.
Configurations

No configuration.

History

24 Jul 2026, 23:10

Type Values Removed Values Added
Summary
  • (es) El plugin Gravity Forms para WordPress es vulnerable a cross-site scripting almacenado a través del subcampo Tipo de Tarjeta del campo Tarjeta de Crédito ('input_ id .4') en todas las versiones hasta la 2.9.30, inclusive. Esto se debe a que el método 'get_value_entry_detail()' en la clase 'GF_Field_CreditCard' emite el valor del tipo de tarjeta sin escapar, combinado con que 'get_value_save_entry()' acepta y almacena entrada de usuario no saneada para el parámetro 'input_ id .4'. El campo Tipo de Tarjeta no se renderiza en el formulario de frontend (normalmente se deriva del número de tarjeta), pero el analizador de envío de backend lo acepta ciegamente si se incluye en la solicitud POST. Esto hace posible que atacantes no autenticados inyecten scripts web arbitrarios que se ejecutan cuando un administrador ve la entrada del formulario en el panel de WordPress.

08 Apr 2026, 00:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-08 00:16

Updated : 2026-07-24 23:10


NVD link : CVE-2026-4394

Mitre link : CVE-2026-4394

CVE.ORG link : CVE-2026-4394


JSON object : View

Products Affected

No product.

CWE
CWE-79

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