SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-11995

MEDIUM · CVSS 5.3 EPSS 0.32%

Source: NVD + CISA KEV + EPSS · Published 2026-08-01 · Last synced 2026-08-31

CyberRota Analysis

AI-Generated

The Gutena Forms plugin for WordPress is vulnerable to authorization bypass, allowing unauthenticated attackers to alter the read/unread status or permanently delete any form submission entries. This vulnerability arises from improper user authorization checks and the exposure of nonce actions to public pages, enabling exploitation without authentication. WordPress site administrators using this plugin should prioritize patching or updating to mitigate potential unauthorized access to sensitive form data.

CVE
CVE-2026-11995
Severity
MEDIUM
CVSS
5.3
EPSS
0.32%
WordPress

Original NVD Description

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.