Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Unauthenticated network-reachable endpoint with missing authorization gives AV:N/AC:L/PR:N/UI:N; integrity-only impact per broken-access-control write, so C:N/I:H/A:N.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Five Star Restaurant Menu <= 2.5.2 versions.
AnalysisAI
Improper authorization in the Five Star Restaurant Menu WordPress plugin (versions <= 2.5.2) lets unauthenticated remote attackers invoke restricted functionality and modify data without any credentials. The CVSS 3.1 vector (AV:N/PR:N/UI:N) and CWE-862 indicate the plugin exposes one or more actions that lack capability/nonce checks, scored 7.5 with integrity-only impact (C:N/I:H/A:N). No public exploit identified at time of analysis and the issue is not listed in CISA KEV; it was reported by Patchstack's audit team and tagged as an Authentication Bypass.
Technical ContextAI
The affected component is the Five Star Restaurant Menu plugin (vendor slug 'food-and-drink-menu') for WordPress, used to publish restaurant menu listings. The root cause is CWE-862 (Missing Authorization): a server-side handler - typically a WordPress AJAX action (wp_ajax_nopriv_*), REST route, or admin-post endpoint - executes a privileged operation without verifying the caller's capability or a valid nonce. Because WordPress plugins frequently register such endpoints to be reachable by any web client, the missing current_user_can()/check_ajax_referer() guard allows callers who hold no authenticated session to reach logic intended only for menu editors or administrators. The CVSS impact profile (I:H, C:N, A:N) signals the exposed action primarily writes or changes data rather than reading secrets or causing downtime.
RemediationAI
No vendor-released patch version was identified in the provided data, so update to the latest available release of the Five Star Restaurant Menu plugin and consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/food-and-drink-menu/vulnerability/wordpress-five-star-restaurant-menu-plugin-2-5-2-broken-access-control-vulnerability?_s_id=cve) for the fixed version once published, since versions <= 2.5.2 are vulnerable. As compensating controls until a confirmed fixed build is installed: deploy Patchstack's vPatch or a WAF rule to block requests to the plugin's vulnerable AJAX/REST endpoints (trade-off: may break legitimate menu-editing AJAX if rules are too broad); restrict access to /wp-admin/admin-ajax.php and the plugin's REST namespace via authentication or IP allowlisting on staging/low-traffic sites (trade-off: can disrupt front-end menu features that rely on those endpoints); or deactivate the plugin entirely if the menu functionality is non-essential (trade-off: removes the menu feature from the site). Verify any control against the site's normal traffic to avoid breaking legitimate functionality.
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-39679
GHSA-8gj3-qcvj-2568