CVE-2026-3642 PUBLISHED

e-shot <= 1.0.2 - Missing Authorization to Authenticated (Subscriber+) Form Settings Modification via AJAX

Assigner: Wordfence
Reserved: 06.03.2026 Published: 15.04.2026 Updated: 15.04.2026

The e-shot™ form builder plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 1.0.2. The eshot_form_builder_update_field_data() AJAX handler lacks any capability checks (current_user_can()) or nonce verification (check_ajax_referer()/wp_verify_nonce()). The function is registered via the wp_ajax_ hook, making it accessible to any authenticated user. This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify form field configurations including mandatory status, field visibility, and form display preferences via the eshot_form_builder_update_field_data AJAX action.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 5.3

Product Status

Vendor forfront
Product e-shot
Versions Default: unaffected
  • affected from 0 to 1.0.2 (incl.)

Credits

  • Phong Nguyen finder

References

Problem Types

  • CWE-862 Missing Authorization CWE