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-2026-5847

CVE-2026-5847: Movie Ticketing System Info Disclosure

CVE-2026-5847 is an information disclosure vulnerability in Movie Ticketing System 1.0 affecting the SQL Database Backup File Handler. This post covers the technical details, affected versions, and mitigation steps.

Published: April 9, 2026

CVE-2026-5847 Overview

A vulnerability has been identified in code-projects Movie Ticketing System 1.0 that exposes sensitive information through an improperly secured SQL database backup file. The vulnerable component is the SQL Database Backup File Handler, specifically affecting the file /db/moviedb.sql. This information disclosure vulnerability allows remote attackers to access the database backup file without proper authentication, potentially exposing sensitive data including user credentials, transaction records, and system configuration details.

Critical Impact

Remote attackers can access the exposed SQL database backup file to extract sensitive information including potential user credentials, personal data, and system configuration details without authentication.

Affected Products

  • code-projects Movie Ticketing System 1.0
  • Systems with exposed /db/moviedb.sql backup files
  • PHP-based Movie Ticketing System installations

Discovery Timeline

  • April 9, 2026 - CVE-2026-5847 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5847

Vulnerability Analysis

This vulnerability represents a classic sensitive information disclosure issue (CWE-200) in the Movie Ticketing System application. The core problem lies in the improper access control of the SQL database backup file located at /db/moviedb.sql. When this file is accessible via the web server without proper authentication or access restrictions, any remote user can download the complete database backup containing sensitive application data.

The exploit has been publicly disclosed, increasing the risk of opportunistic attacks against vulnerable installations. Remote exploitation requires no special privileges, though user interaction may be involved in accessing the exposed resource.

Root Cause

The vulnerability stems from improper access control configuration on the /db/moviedb.sql file. Database backup files are stored within the web-accessible directory structure without appropriate access restrictions. This is a common configuration mistake in PHP applications where developers place sensitive files in publicly accessible locations or fail to configure proper .htaccess rules to prevent direct file access.

Attack Vector

The attack is network-based and can be launched remotely. An attacker can directly request the database backup file via a standard HTTP request to the vulnerable endpoint. Since the file is accessible without authentication, the attacker receives the complete SQL backup containing all database tables, user records, and potentially sensitive configuration data.

The exploitation process involves:

  1. Identifying a vulnerable Movie Ticketing System installation
  2. Directly accessing the /db/moviedb.sql file path via HTTP request
  3. Downloading the exposed database backup file
  4. Extracting sensitive information from the SQL dump including user credentials, personal information, and transaction records

For technical details and the full vulnerability report, refer to the GitHub Vulnerability Report.

Detection Methods for CVE-2026-5847

Indicators of Compromise

  • Unusual HTTP requests targeting /db/moviedb.sql or similar database backup file paths
  • Web server access logs showing successful (HTTP 200) responses for .sql file requests
  • Evidence of database dump downloads from unexpected IP addresses
  • Abnormal bandwidth consumption from the database backup directory

Detection Strategies

  • Monitor web server access logs for requests to /db/, /backup/, or paths containing .sql file extensions
  • Implement alerting for successful file downloads from database-related directories
  • Deploy web application firewall (WAF) rules to block direct access to .sql files
  • Conduct periodic security scans to identify exposed sensitive files in web-accessible directories

Monitoring Recommendations

  • Enable detailed access logging on directories containing database backup files
  • Implement real-time alerting for access attempts to sensitive file paths
  • Use file integrity monitoring on database backup directories to detect unauthorized access
  • Review server configurations regularly to ensure backup files are not web-accessible

How to Mitigate CVE-2026-5847

Immediate Actions Required

  • Remove or relocate the /db/moviedb.sql file outside of the web-accessible directory structure immediately
  • Implement access controls to deny direct HTTP access to all .sql files
  • Review web server access logs for any evidence of prior exploitation
  • Change all database credentials if the backup file may have been accessed by unauthorized parties
  • Audit the application for other potentially exposed sensitive files

Patch Information

No official patch is currently available from the vendor. Organizations using this software should implement the recommended workarounds immediately and monitor for updates from Code Projects. Additional vulnerability details are available through VulDB #356373.

Workarounds

  • Move database backup files to a directory outside the web root (e.g., /var/backups/ instead of within the web-accessible /db/ folder)
  • Add .htaccess rules or web server configuration to deny access to .sql files
  • Implement authentication requirements for accessing any backup or database directories
  • Use scheduled tasks to automatically remove or secure backup files after creation
bash
# Apache .htaccess configuration to block SQL file access
# Add this to your .htaccess file in the web root
<FilesMatch "\.sql$">
    Require all denied
</FilesMatch>

# Alternative: Deny access to entire db directory
<Directory "/var/www/html/db">
    Require all denied
</Directory>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCode Projects

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Code Projects Resource

  • GitHub Vulnerability Report

  • VulDB Submission #790337

  • VulDB #356373

  • VulDB CTI #356373
  • Related CVEs
  • CVE-2026-6000: Library Management System Info Disclosure

  • CVE-2026-6160: Simple ChatBox Information Disclosure Flaw

  • CVE-2026-5960: Patient Record Management System Flaw

  • CVE-2026-6182: Simple CMS 1.0 SQL Injection Vulnerability
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