A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-7500

CVE-2024-7500: Airline Reservation System RCE Vulnerability

CVE-2024-7500 is a critical remote code execution flaw in Airline Reservation System 1.0 caused by unrestricted file upload. This vulnerability allows remote attackers to execute arbitrary code and compromise systems.

Published: May 26, 2026

CVE-2024-7500 Overview

CVE-2024-7500 is an unrestricted file upload vulnerability in itsourcecode Airline Reservation System 1.0. The flaw resides in the save_settings function of admin/admin_class.php, where the img parameter accepts attacker-controlled input without proper validation. An authenticated remote attacker can upload arbitrary files, including server-side scripts, through the affected endpoint. The vulnerability has been publicly disclosed and assigned VulDB identifier 273626. It maps to CWE-434 (Unrestricted Upload of File with Dangerous Type).

Critical Impact

Authenticated attackers can upload malicious files via the img parameter, potentially leading to web shell deployment and remote code execution on the hosting server.

Affected Products

  • itsourcecode Airline Reservation System 1.0
  • Component: admin/admin_class.php (save_settings function)
  • Vendor identifier: angeljudesuarez airline_reservation_system

Discovery Timeline

  • 2024-08-06 - CVE-2024-7500 published to NVD
  • 2024-09-11 - Last updated in NVD database

Technical Details for CVE-2024-7500

Vulnerability Analysis

The vulnerability exists in the administrative settings handler of the Airline Reservation System. The save_settings function in admin/admin_class.php processes file uploads through the img parameter without validating the file extension, MIME type, or content signature. This allows an attacker to submit executable PHP files in place of expected image files.

Once uploaded, the file is stored within the web root and remains accessible via a predictable URL. An attacker can then request the uploaded file, causing the PHP interpreter to execute the embedded code. The issue is classified under [CWE-434] because the application accepts files of dangerous types without restriction.

Exploitation requires low-level authentication to reach the administrative endpoint, but no user interaction. The attack surface is reachable over the network, which makes Internet-facing deployments particularly exposed.

Root Cause

The root cause is missing server-side validation in the save_settings upload handler. The application trusts the client-supplied filename and content, never checking against an allowlist of image extensions or verifying file magic bytes. Storage in a web-accessible directory compounds the issue by making the uploaded payload directly executable.

Attack Vector

An attacker with access to the admin panel submits a crafted multipart request to the settings endpoint. The img field carries a PHP payload with an .php extension or a double extension such as shell.php.jpg. After upload, the attacker requests the file path, triggering server-side execution and gaining a foothold within the application context.

No verified proof-of-concept code is published in the referenced advisories. Technical details are documented in the GitHub CVE Documentation and VulDB entry #273626.

Detection Methods for CVE-2024-7500

Indicators of Compromise

  • New files with executable extensions (.php, .phtml, .phar) appearing in upload directories used by the Airline Reservation System
  • Web server access logs showing POST requests to admin/admin_class.php with save_settings action followed by GET requests to newly created files
  • Outbound connections originating from the web server process to unfamiliar hosts shortly after admin settings updates

Detection Strategies

  • Monitor file integrity on web root directories and alert on the creation of script files in image upload paths
  • Inspect HTTP request bodies for multipart uploads where the img field carries non-image content types or PHP tags
  • Correlate administrative authentication events with subsequent file write operations from the web server user

Monitoring Recommendations

  • Enable verbose access logging on the application's admin endpoints and forward logs to a centralized analytics platform
  • Baseline normal upload behavior and alert on uploads outside expected file types or sizes
  • Track process execution from web server accounts to detect command shells spawned by uploaded scripts

How to Mitigate CVE-2024-7500

Immediate Actions Required

  • Restrict network access to the admin/ directory to trusted IP ranges or place it behind a VPN until a fix is deployed
  • Audit upload directories for unauthorized PHP or script files and remove any suspicious artifacts
  • Rotate administrative credentials, since exploitation requires authenticated access to the settings endpoint

Patch Information

No vendor patch is referenced in the available advisories at the time of publication. Operators should monitor the VulDB advisory and the project repository for updates. Until a fix is released, mitigations focus on restricting access and hardening the upload handler.

Workarounds

  • Add server-side validation in save_settings to verify file extension against an allowlist such as .jpg, .jpeg, .png, and reject all others
  • Validate uploaded file magic bytes to confirm the content matches a permitted image format
  • Store uploaded files outside the web root or in a directory configured to deny script execution via web server rules
  • Rename uploaded files to non-executable extensions and randomized identifiers before persisting them
bash
# Apache configuration example - deny script execution in uploads directory
<Directory "/var/www/airline_reservation/uploads">
    php_flag engine off
    AddType text/plain .php .phtml .phar .pl .py .jsp .asp .sh .cgi
    <FilesMatch "\.(php|phtml|phar|pl|py|jsp|asp|sh|cgi)$">
        Require all denied
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAngeljudesuarez Airline Reservation System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.29%

  • 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:X/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-434
  • Technical References
  • GitHub CVE Documentation

  • VulDB CTI ID #273626

  • VulDB #273626

  • VulDB Submission #385896
  • Related CVEs
  • CVE-2024-7499: Airline Reservation System SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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