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
    • 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-36923

CVE-2026-36923: Cab Management System SQLi Vulnerability

CVE-2026-36923 is a SQL injection vulnerability in Oretnom23 Cab Management System that allows attackers to manipulate database queries. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-36923 Overview

CVE-2026-36923 is a SQL Injection vulnerability affecting Sourcecodester Cab Management System version 1.0. The vulnerability exists in the file /cms/admin/bookings/view_booking.php, allowing authenticated attackers with high privileges to inject malicious SQL queries through the network. This security flaw enables unauthorized access to sensitive database information.

Critical Impact

Authenticated administrators can exploit this SQL Injection vulnerability to extract sensitive information from the database, potentially exposing customer booking details, driver information, and other confidential data stored in the Cab Management System.

Affected Products

  • Oretnom23 Cab Management System 1.0
  • Sourcecodester Cab Management System (/cms/admin/bookings/view_booking.php)

Discovery Timeline

  • 2026-04-13 - CVE-2026-36923 published to NVD
  • 2026-04-14 - Last updated in NVD database

Technical Details for CVE-2026-36923

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) occurs in the administrative booking view functionality of the Cab Management System. The affected endpoint /cms/admin/bookings/view_booking.php fails to properly sanitize user-supplied input before incorporating it into SQL queries, allowing attackers to manipulate database operations.

The vulnerability requires high-level privileges to exploit, meaning an attacker must have administrative access to the system. While this reduces the attack surface, compromised admin accounts or insider threats could leverage this flaw to access data beyond their intended authorization scope.

The exploitation results in confidentiality impact, enabling unauthorized read access to database contents. However, the vulnerability does not directly enable modification of data or denial of service conditions.

Root Cause

The root cause is improper input validation and lack of parameterized queries in the view_booking.php file. User-controlled parameters are directly concatenated into SQL statements without adequate sanitization or use of prepared statements, creating the injection vector.

Attack Vector

The attack is conducted over the network against the web application's administrative interface. An authenticated attacker with administrative privileges can craft malicious HTTP requests containing SQL injection payloads targeting the vulnerable booking view functionality.

The vulnerability mechanism involves manipulation of query parameters in requests to /cms/admin/bookings/view_booking.php. When the application processes these requests, unsanitized input is incorporated directly into database queries, allowing attackers to modify query logic and extract unauthorized data. For detailed technical information, refer to the GitHub SQL Injection Report.

Detection Methods for CVE-2026-36923

Indicators of Compromise

  • Unusual SQL error messages appearing in web server logs related to /cms/admin/bookings/view_booking.php
  • HTTP requests to the booking view endpoint containing SQL-specific characters such as single quotes, semicolons, or SQL keywords like UNION, SELECT, OR 1=1
  • Database logs showing unexpected or malformed queries originating from the booking module
  • Abnormal data access patterns from administrative accounts accessing large volumes of booking records

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common SQL injection patterns targeting the administrative booking endpoints
  • Implement database activity monitoring to identify anomalous query patterns or unauthorized data extraction attempts
  • Configure intrusion detection systems (IDS) to alert on HTTP requests containing SQL injection payloads
  • Review web server access logs for suspicious parameter values in requests to /cms/admin/bookings/view_booking.php

Monitoring Recommendations

  • Enable detailed logging for all database queries executed by the Cab Management System application
  • Monitor administrative user sessions for unusual activity patterns or access to sensitive data
  • Set up alerts for SQL error conditions that may indicate injection attempts
  • Regularly audit access logs for the /cms/admin/bookings/ directory

How to Mitigate CVE-2026-36923

Immediate Actions Required

  • Restrict access to the Cab Management System administrative interface to trusted networks only
  • Review and audit all administrative user accounts for unauthorized access
  • Consider temporarily disabling the vulnerable booking view functionality until a patch is applied
  • Implement additional input validation at the application layer

Patch Information

No official vendor patch is currently available for this vulnerability. System administrators should monitor the Sourcecodester project and community resources for security updates. The vulnerability details are documented in the GitHub SQL Injection Report.

Workarounds

  • Implement prepared statements and parameterized queries by modifying the view_booking.php source code directly
  • Deploy a Web Application Firewall with SQL injection protection rules in front of the application
  • Restrict administrative access to the system using IP whitelisting or VPN requirements
  • Apply principle of least privilege by limiting which administrators can access booking functionality

The following configuration demonstrates implementing IP-based access restrictions for the vulnerable administrative directory:

apache
# Apache configuration to restrict admin access
<Directory "/var/www/html/cms/admin/bookings">
    # Allow only trusted IP addresses
    Require ip 192.168.1.0/24
    Require ip 10.0.0.0/8
    
    # Deny all other access
    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
  • TypeSQLI

  • Vendor/TechOretnom23 Cab Management System

  • SeverityLOW

  • CVSS Score2.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GitHub SQL Injection Report
  • Related CVEs
  • CVE-2026-36922: Cab Management 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