Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-68044

CVE-2025-68044: Five Star Restaurant Reservations Bypass

CVE-2025-68044 is an authorization bypass vulnerability in Five Star Restaurant Reservations plugin that allows attackers to exploit misconfigured access controls. This post covers the technical details, affected versions, and steps.

Updated: January 22, 2026

CVE-2025-68044 Overview

CVE-2025-68044 is an Authorization Bypass Through User-Controlled Key vulnerability (also known as Insecure Direct Object References or IDOR) affecting the Rustaurius Five Star Restaurant Reservations WordPress plugin. This vulnerability allows attackers to exploit incorrectly configured access control security levels, potentially gaining unauthorized access to reservation data and functionality.

The vulnerability stems from CWE-639 (Authorization Bypass Through User-Controlled Key), where the application uses user-controllable identifiers to reference internal objects without proper authorization validation. This allows attackers to manipulate request parameters to access or modify resources belonging to other users.

Critical Impact

Attackers can bypass authorization controls to access, modify, or delete restaurant reservation data belonging to other users without authentication, potentially exposing sensitive customer information including names, contact details, and booking information.

Affected Products

  • Five Star Restaurant Reservations WordPress plugin versions up to and including 2.7.8
  • WordPress installations using the restaurant-reservations plugin
  • All configurations where the plugin is active without additional access control measures

Discovery Timeline

  • 2026-01-05 - CVE CVE-2025-68044 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-68044

Vulnerability Analysis

This IDOR vulnerability exists in the Five Star Restaurant Reservations plugin's handling of reservation objects. The plugin fails to properly validate that the requesting user has appropriate permissions to access or modify a specific reservation record. When processing reservation-related requests, the application accepts user-supplied identifiers and uses them directly to retrieve or manipulate database records without verifying ownership or authorization level.

The attack is network-accessible and requires no authentication or user interaction, making it easily exploitable. An attacker can systematically enumerate reservation IDs or manipulate request parameters to access reservation records belonging to other customers. This could expose personally identifiable information (PII) such as customer names, phone numbers, email addresses, party sizes, and special requests associated with reservations.

Root Cause

The root cause of this vulnerability is the absence of proper authorization checks when handling user-controlled keys (reservation identifiers). The plugin's code path that processes reservation retrieval and modification requests does not verify that the authenticated user (or unauthenticated visitor) has legitimate access to the requested resource. Instead, it trusts the client-supplied identifier and performs database operations directly.

This represents a classic Broken Access Control pattern where the application relies on "security through obscurity" by assuming that users won't guess or enumerate valid object identifiers, rather than implementing proper server-side authorization validation.

Attack Vector

The attack vector for CVE-2025-68044 is network-based, requiring no prior authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying the plugin's API endpoints or request handlers that accept reservation identifiers
  2. Crafting requests with manipulated reservation ID parameters (sequential enumeration or targeted IDs)
  3. Submitting these requests directly to the vulnerable WordPress installation
  4. Receiving unauthorized access to reservation data or the ability to modify/delete reservations

The vulnerability is characterized by low attack complexity, making it accessible to attackers with minimal technical sophistication. Automated tools can easily enumerate valid reservation IDs and extract associated data at scale.

Detection Methods for CVE-2025-68044

Indicators of Compromise

  • Unusual patterns of sequential or bulk reservation ID access attempts in web server logs
  • Access log entries showing successful retrieval of multiple reservation records from a single IP address or session
  • Anomalous request patterns to plugin endpoints containing incrementing or random ID parameters
  • Error logs indicating failed authorization or access control exceptions (though the vulnerability may not log failures)

Detection Strategies

  • Monitor web application firewall (WAF) logs for parameter tampering attempts targeting reservation-related endpoints
  • Implement rate limiting detection for repeated requests to reservation API endpoints with varying ID parameters
  • Analyze access patterns for unusual cross-user data access that may indicate IDOR exploitation
  • Deploy WordPress security plugins that monitor for suspicious plugin activity and unauthorized data access

Monitoring Recommendations

  • Enable detailed access logging for the WordPress installation and the restaurant-reservations plugin directory
  • Configure alerting for bulk data retrieval patterns or enumeration attempts against reservation endpoints
  • Implement user behavior analytics to detect anomalous access patterns indicative of IDOR exploitation
  • Regularly audit plugin access logs for signs of unauthorized reservation data access

How to Mitigate CVE-2025-68044

Immediate Actions Required

  • Update the Five Star Restaurant Reservations plugin to a version newer than 2.7.8 that addresses the vulnerability
  • Review access logs for any signs of exploitation and assess potential data exposure
  • Temporarily disable the plugin if an immediate patch is not available and the risk is unacceptable
  • Notify affected customers if unauthorized access to their reservation data is suspected
  • Implement additional access controls at the web application firewall level to restrict unauthorized API access

Patch Information

The vulnerability affects Five Star Restaurant Reservations versions through 2.7.8. Organizations should consult the Patchstack WordPress Vulnerability Report for the latest patch information and update to the most recent version available that addresses this vulnerability.

Workarounds

  • Implement web application firewall (WAF) rules to validate and restrict access to reservation endpoints based on session authentication
  • Add custom WordPress filters or hooks to enforce additional authorization checks on reservation data access
  • Restrict network access to the WordPress admin and API endpoints using IP allowlisting where feasible
  • Consider implementing an additional authentication layer for sensitive reservation management functions
bash
# Example .htaccess rules to restrict plugin access (customize paths as needed)
# Add to WordPress root .htaccess or plugin directory
<IfModule mod_rewrite.c>
    RewriteEngine On
    # Block direct access to plugin AJAX handlers from unauthenticated users
    RewriteCond %{REQUEST_URI} ^.*restaurant-reservations.*$ [NC]
    RewriteCond %{HTTP_COOKIE} !wordpress_logged_in [NC]
    RewriteRule ^(.*)$ - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFive Star Restaurant Reservations

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Related CVEs
  • CVE-2026-25327: Restaurant Reservations Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English