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-2009

CVE-2026-2009: Gas Agency Management System Auth Bypass

CVE-2026-2009 is an authentication bypass vulnerability in Mayurik Gas Agency Management System 1.0 affecting the createUser.php file. Attackers can exploit improper access controls remotely. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 13, 2026

CVE-2026-2009 Overview

A critical improper access control vulnerability has been discovered in SourceCodester Gas Agency Management System version 1.0. This flaw affects the file /gasmark/php_action/createUser.php, where insufficient access controls allow unauthorized manipulation of user creation functionality. The vulnerability can be exploited remotely without requiring complex attack conditions, making it a significant risk for organizations using this software.

Critical Impact

Remote attackers can exploit improper access controls in the user creation endpoint to potentially create unauthorized accounts or manipulate user data, compromising system integrity and confidentiality.

Affected Products

  • Mayurik Gas Agency Management System version 1.0
  • SourceCodester Gas Agency Management System 1.0

Discovery Timeline

  • 2026-02-06 - CVE-2026-2009 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-2009

Vulnerability Analysis

The vulnerability resides in the createUser.php file within the Gas Agency Management System's PHP action directory. This endpoint appears to lack proper authentication and authorization checks, allowing remote attackers to access user creation functionality without appropriate privileges.

The issue falls under CWE-266 (Incorrect Privilege Assignment), indicating that the application fails to properly validate whether a requesting user has sufficient privileges to perform user creation operations. This type of broken access control vulnerability can allow attackers to bypass intended security restrictions and perform administrative actions.

The attack can be launched remotely over the network with low complexity, requiring only low-privilege access to the application. The exploitation does not require user interaction, making it suitable for automated attacks. A proof-of-concept exploit has been published and is publicly available, increasing the risk of widespread exploitation.

Root Cause

The root cause of this vulnerability is improper implementation of access control mechanisms in the createUser.php endpoint. The application fails to verify that the requesting user possesses administrative privileges before processing user creation requests. This likely stems from missing authentication checks or inadequate authorization validation within the PHP code handling user management operations.

Attack Vector

The attack is network-based and can be performed remotely against vulnerable installations of the Gas Agency Management System. An attacker with low-level privileges can directly access the /gasmark/php_action/createUser.php endpoint and submit requests to create new user accounts or modify existing user data.

The exploitation mechanism involves crafting HTTP requests to the vulnerable endpoint. Since proper access controls are not enforced, the server processes these requests regardless of whether the requester has legitimate administrative authority. For detailed technical information about the exploitation technique, refer to the GitHub PoC Repository.

Detection Methods for CVE-2026-2009

Indicators of Compromise

  • Unexpected HTTP requests to /gasmark/php_action/createUser.php from unauthorized IP addresses or user sessions
  • Newly created user accounts in the Gas Agency Management System that were not created through normal administrative processes
  • Anomalous access patterns to user management endpoints from non-administrative users
  • Web server logs showing successful POST requests to createUser.php without corresponding authenticated admin sessions

Detection Strategies

  • Monitor web server access logs for requests to /gasmark/php_action/createUser.php and correlate with authenticated administrative sessions
  • Implement application-level logging to track user creation events and alert on creations from non-admin sessions
  • Deploy Web Application Firewall (WAF) rules to detect and block unauthorized access attempts to administrative endpoints
  • Use SentinelOne's Singularity platform to detect suspicious web application behavior and unauthorized endpoint access

Monitoring Recommendations

  • Enable detailed access logging for all PHP action endpoints in the Gas Agency Management System
  • Configure alerting for any new user account creation events and validate against authorized administrator activity
  • Regularly audit user accounts in the system to identify unauthorized or suspicious entries
  • Monitor network traffic for unusual patterns targeting the application's administrative functions

How to Mitigate CVE-2026-2009

Immediate Actions Required

  • Restrict network access to the Gas Agency Management System to trusted IP addresses only until a patch is available
  • Implement additional authentication checks at the web server level (e.g., HTTP Basic Auth) for administrative endpoints
  • Review and audit all user accounts in the system for unauthorized entries
  • Consider taking the application offline if it handles sensitive data and cannot be adequately protected

Patch Information

As of the last update on 2026-02-10, no official vendor patch has been released for this vulnerability. Organizations should monitor the SourceCodester website for security updates. Given that this is an open-source project from SourceCodester, users may need to implement manual code fixes or consider alternative solutions.

For additional vulnerability details and community resources, refer to the VulDB entry #344591.

Workarounds

  • Implement server-side access controls using .htaccess or equivalent web server configuration to restrict access to createUser.php
  • Add PHP-level authentication checks by modifying the vulnerable file to verify admin session status before processing requests
  • Deploy a reverse proxy with authentication requirements for administrative endpoints
  • Use network segmentation to isolate the Gas Agency Management System from untrusted networks
bash
# Apache .htaccess workaround to restrict access to createUser.php
<Files "createUser.php">
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
    Allow from 192.168.1.0/24
    AuthType Basic
    AuthName "Admin Access Required"
    AuthUserFile /path/to/.htpasswd
    Require valid-user
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMayurik Gas Agency Management System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • 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-266
  • Technical References
  • GitHub PoC Repository

  • VulDB CTI ID #344591

  • VulDB #344591

  • VulDB Submission ID #743459

  • SourceCodester Security Resource
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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