Skip to main content

Five Star Restaurant Reservations EUVDEUVD-2026-39367

| CVE-2026-54830 HIGH
Missing Authorization (CWE-862)
2026-06-25 Patchstack GHSA-x239-8vvh-363p
7.5
CVSS 3.1 · Vendor: Patchstack
Share

Severity by source

Vendor (Patchstack) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
vuln.today AI
7.5 HIGH

Unauthenticated network-reachable handler with missing authorization gives AV:N/AC:L/PR:N/UI:N; impact is data modification only, so I:H with C:N and A:N.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Patchstack).

CVSS VectorVendor: Patchstack

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

1
Analysis Generated
Jun 25, 2026 - 14:18 vuln.today

DescriptionCVE.org

Unauthenticated Broken Access Control in Five Star Restaurant Reservations <= 2.7.19 versions.

AnalysisAI

Missing authorization in the Five Star Restaurant Reservations WordPress plugin (version 2.7.19 and earlier) lets remote unauthenticated attackers invoke protected plugin functionality and modify data without holding any account, per the CVSS PR:N vector. The flaw is a broken access control / missing capability check (CWE-862) reported by Patchstack, with a CVSS 3.1 base score of 7.5 driven entirely by integrity impact (C:N/I:H/A:N). No public exploit code or active exploitation has been identified at time of analysis.

Technical ContextAI

The affected component is Five Star Restaurant Reservations (slug 'restaurant-reservations'), a WordPress plugin by Etoile Web Design that manages restaurant booking forms and reservation records on WordPress sites. The CPE 'cpe:2.3:a:etoile_web_design_incorporated:five_star_restaurant_reservations:*' confirms the affected software is the plugin itself across all builds up to and including 2.7.19. The root cause class is CWE-862 (Missing Authorization): one or more plugin actions (typically AJAX or admin-post handlers, or REST routes) execute privileged operations without verifying the caller's capabilities or a valid nonce. In WordPress plugins this commonly manifests when a handler omits current_user_can()/capability checks, so any visitor reaching the endpoint can trigger functions intended for authenticated operators.

RemediationAI

Upgrade the plugin to the latest available release above 2.7.19 from the WordPress plugin repository; consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/restaurant-reservations/vulnerability/wordpress-five-star-restaurant-reservations-plugin-2-7-19-broken-access-control-vulnerability) for the confirmed fixed version, as no exact patched version was supplied in the input data. If you cannot update immediately, the most effective compensating control is a virtual patch / WAF rule (Patchstack and similar offer one) to block requests to the vulnerable plugin endpoint, accepting that overly broad rules may break legitimate booking submissions. As a stronger but more disruptive measure, deactivate the Five Star Restaurant Reservations plugin until patched - this removes the exposure entirely but takes the reservation feature offline. You can also restrict access to wp-admin/admin-ajax.php and the plugin's admin-post/REST routes at the reverse proxy for non-essential source IPs, which reduces attack surface but can interfere with front-end AJAX features.

Share

EUVD-2026-39367 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy