CVE-2026-11995 PUBLISHED

Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder <= 1.9.0 - Missing Authorization to Unauthenticated Arbitrary Form Entry Modification/Trash via process_bulk_action()

Assigner: Wordfence
Reserved: 11.06.2026 Published: 01.08.2026 Updated: 01.08.2026

The Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.9.0. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to modify the read/unread status of or permanently trash arbitrary form submission entries belonging to any form. The nonce issued by check_ajax_referer() does not function as an authorization barrier because the nonce action 'gutena_Forms' is emitted to unauthenticated visitors via wp_localize_script() on any public page that contains a Gutena Forms block, making it freely obtainable by anonymous attackers.

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 saadiqbal
Product Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder
Versions Default: unaffected
  • affected from 0 to 1.9.0 (incl.)

Credits

  • Endang Alfarisi finder

References

Problem Types

  • CWE-862 Missing Authorization CWE