The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-11354

CVE-2025-11354: Fabian Hotel Reservation System RCE Flaw

CVE-2025-11354 is an RCE vulnerability in Fabian Online Hotel Reservation System 1.0 caused by unrestricted file upload in addslideexec.php. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-11354 Overview

A critical unrestricted file upload vulnerability has been identified in the Fabian Online Hotel Reservation System version 1.0. The flaw exists in the /admin/addslideexec.php file, where improper validation of the image parameter allows attackers to upload arbitrary files to the server. This vulnerability can be exploited remotely by authenticated users with low privileges, potentially leading to remote code execution if malicious scripts are uploaded and executed on the target system.

Critical Impact

Attackers can upload malicious files (such as PHP web shells) through the vulnerable image upload functionality, potentially gaining full control of the web server and compromising sensitive hotel reservation data.

Affected Products

  • Fabian Online Hotel Reservation System 1.0
  • Systems running /admin/addslideexec.php with improper file upload validation

Discovery Timeline

  • 2025-10-07 - CVE-2025-11354 published to NVD
  • 2025-10-14 - Last updated in NVD database

Technical Details for CVE-2025-11354

Vulnerability Analysis

This vulnerability falls under CWE-434 (Unrestricted Upload of File with Dangerous Type) and CWE-284 (Improper Access Control). The /admin/addslideexec.php endpoint is designed to handle image uploads for slideshow functionality within the hotel reservation system's administrative interface. However, the implementation fails to properly validate uploaded file types, extensions, or content, allowing attackers to bypass intended restrictions and upload arbitrary files.

The vulnerability can be exploited by any authenticated user with access to the admin panel, regardless of their privilege level. Once a malicious file (such as a PHP web shell) is uploaded, the attacker can execute arbitrary commands on the underlying server by accessing the uploaded file directly through the web server.

Root Cause

The root cause of this vulnerability is the absence of proper server-side validation for uploaded files in the addslideexec.php script. The application relies solely on client-side checks or lacks validation entirely for the image parameter. This allows attackers to manipulate the file upload request to bypass any superficial restrictions and upload executable scripts or other dangerous file types.

Key issues include:

  • No server-side MIME type validation
  • No file extension whitelist enforcement
  • No content inspection to verify the uploaded file is actually an image
  • Files stored in a web-accessible directory without execution restrictions

Attack Vector

The attack is network-based and requires low privileges (authenticated admin access). An attacker can exploit this vulnerability by crafting a malicious HTTP POST request to /admin/addslideexec.php, substituting a legitimate image file with a malicious PHP script or other executable content. The exploitation flow involves:

  1. Authenticating to the admin panel with valid credentials
  2. Navigating to the slideshow image upload functionality
  3. Intercepting the upload request and replacing the image file with a malicious PHP web shell
  4. Submitting the modified request to bypass client-side validation
  5. Accessing the uploaded file directly via its web-accessible path to execute arbitrary commands

The vulnerability has been publicly disclosed and exploit information is available through the GitHub Issue #31 Discussion and VulDB #327239.

Detection Methods for CVE-2025-11354

Indicators of Compromise

  • Unexpected PHP files or non-image files appearing in the slideshow upload directory
  • Web server access logs showing requests to /admin/addslideexec.php followed by requests to unusual file paths
  • Presence of web shell files (e.g., files containing system(), exec(), passthru() PHP functions)
  • Unusual outbound network connections from the web server process

Detection Strategies

  • Monitor file system changes in the image upload directories for non-image file types
  • Implement Web Application Firewall (WAF) rules to detect and block malicious file upload attempts
  • Analyze HTTP POST requests to /admin/addslideexec.php for suspicious content types or file extensions
  • Deploy file integrity monitoring on web-accessible directories

Monitoring Recommendations

  • Enable detailed logging for all administrative actions including file uploads
  • Set up alerts for any PHP file creation in image upload directories
  • Monitor server resource utilization for signs of command execution abuse
  • Review admin panel access logs for unusual authentication patterns or geographic anomalies

How to Mitigate CVE-2025-11354

Immediate Actions Required

  • Restrict access to the /admin/addslideexec.php endpoint until a patch is available
  • Implement server-side file type validation using MIME type checking and file extension whitelisting
  • Configure the web server to prevent execution of scripts in upload directories
  • Review and remove any suspicious files from the upload directories

Patch Information

As of the last update on 2025-10-14, no official patch has been released by the vendor. Organizations using Fabian Online Hotel Reservation System 1.0 should implement the workarounds described below and monitor Code Projects Resource Hub for security updates. Additional technical details are available through VulDB CTI ID #327239.

Workarounds

  • Add server-side validation to verify uploaded files are legitimate images (check magic bytes, MIME type, and extension)
  • Rename uploaded files to remove original extensions and add .jpg or other safe extensions
  • Store uploaded files outside the web root and serve them through a separate script that sets proper content-type headers
  • Configure Apache or Nginx to disable script execution in upload directories
bash
# Apache configuration to disable PHP execution in upload directory
# Add to .htaccess in the upload directory
<FilesMatch "\.(php|phtml|php3|php4|php5|phps)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

# Nginx configuration alternative
# Add to server block configuration
location /uploads/ {
    location ~ \.php$ {
        deny all;
    }
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFabian Online Hotel Reservation System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284

  • CWE-434
  • Technical References
  • Code Projects Resource Hub

  • GitHub Issue #31 Discussion

  • VulDB CTI ID #327239

  • VulDB #327239

  • VulDB Submission #664924
  • Related CVEs
  • CVE-2025-10843: Fabian Online Hotel System SQLi Flaw
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