Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Missing authorization on a network-reachable WordPress endpoint needs no auth or interaction (AV:N/AC:L/PR:N/UI:N); impact is data modification only, so I:H with C:N/A:N.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Gutenverse Companion <= 2.5.0 versions.
AnalysisAI
Unauthorized data modification in the Gutenverse Companion WordPress plugin (versions 2.5.0 and earlier) lets remote unauthenticated attackers invoke protected functionality due to a missing authorization check. The CVSS 3.1 vector (AV:N/PR:N/UI:N, I:H, C:N, A:N) indicates a network-reachable, no-login integrity compromise rather than data theft or outage. There is no public exploit identified at time of analysis and the CVE is not listed in CISA KEV.
Technical ContextAI
Gutenverse Companion is an add-on plugin for the Gutenverse block ecosystem on WordPress, typically extending the Gutenberg block editor with templates and companion features. The root cause is CWE-862 (Missing Authorization): one or more plugin endpoints - commonly WordPress AJAX actions or REST routes - execute privileged operations without verifying the caller's capability or nonce. Because WordPress exposes admin-ajax.php and the REST API to anonymous requests by default, a 'Broken Access Control' / 'Authentication Bypass' flaw of this class means the access-control gate that should restrict an action to authorized roles is simply absent, allowing any visitor to reach it. The affected-version scope (<= 2.5.0) and the Patchstack source point to a plugin-level authorization defect rather than a WordPress core issue.
RemediationAI
No vendor-released patch version is identified in the available data, so confirm the fixed release directly from the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/gutenverse-companion/vulnerability/wordpress-gutenverse-companion-plugin-2-5-0-broken-access-control-vulnerability?_s_id=cve) and upgrade to the first version published above 2.5.0 once available; do not assume a specific number. As compensating controls until a verified patch is applied, restrict access to the plugin's AJAX/REST endpoints at the WAF or web-server layer (for example block or require authentication on the plugin's admin-ajax.php actions and its REST namespace), or virtually patch via a WordPress security plugin or Patchstack mitigation rule; the trade-off is that overly broad rules on admin-ajax.php can break legitimate front-end functionality, so scope rules to the specific vulnerable action. If the companion functionality is non-essential, deactivate and remove the plugin, accepting the loss of its features as the cleanest mitigation.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39676
GHSA-5fm5-5j35-734h