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

CVE-2026-5326: Leave Application System Auth Bypass Flaw

CVE-2026-5326 is an authorization bypass flaw in SourceCodester Leave Application System 1.0 affecting the User Information Handler. Attackers can exploit this remotely to bypass authentication controls and gain unauthorized access.

Published: April 2, 2026

CVE-2026-5326 Overview

A vulnerability was identified in SourceCodester Leave Application System 1.0 affecting the User Information Handler component. The flaw exists in the file /index.php?page=manage_user, where improper authorization controls allow manipulation of the ID argument to bypass access restrictions. This Insecure Direct Object Reference (IDOR) vulnerability enables unauthorized access to user information and can be exploited remotely without authentication.

Critical Impact

Remote attackers can exploit this authorization bypass to access or manipulate user data belonging to other users in the Leave Application System, potentially compromising employee personal information and leave records.

Affected Products

  • SourceCodester Leave Application System 1.0
  • PHP/SQLite3-based Leave Application System installations
  • Systems exposing /index.php?page=manage_user endpoint

Discovery Timeline

  • April 2, 2026 - CVE-2026-5326 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5326

Vulnerability Analysis

This vulnerability represents an Insecure Direct Object Reference (IDOR) flaw classified under CWE-285 (Improper Authorization). The Leave Application System fails to properly validate whether authenticated users have authorization to access or modify resources identified by the ID parameter in the User Information Handler component.

When a user accesses the manage_user page, the application accepts an ID parameter that directly references user records in the underlying SQLite3 database. The application does not verify that the requesting user has legitimate access rights to the specified user record, allowing any authenticated user to view or modify other users' information simply by changing the ID value in the request.

The vulnerability is network-accessible and requires no user interaction, making it trivially exploitable by anyone with basic HTTP request manipulation capabilities. The exploit for this vulnerability has been publicly disclosed, increasing the risk of widespread abuse.

Root Cause

The root cause is improper authorization validation in the User Information Handler. The application uses the user-supplied ID parameter to directly query the database without implementing proper access control checks. This violates the principle of least privilege and fails to enforce object-level authorization, allowing horizontal privilege escalation between user accounts.

Attack Vector

The attack is executed remotely over the network by manipulating HTTP requests to the vulnerable endpoint. An attacker can enumerate valid user IDs and access sensitive user information by modifying the ID parameter in requests to /index.php?page=manage_user. The attack does not require any special privileges or user interaction, as the vulnerable endpoint processes the manipulated parameter without proper authorization checks.

The vulnerability can be exploited by intercepting legitimate requests and modifying the ID parameter value to reference other users' records. Attackers may iterate through sequential ID values to discover and access all user accounts in the system. For detailed technical analysis, see the Medium Blog Post on IDOR.

Detection Methods for CVE-2026-5326

Indicators of Compromise

  • Unusual patterns of access to /index.php?page=manage_user with varying ID parameters from a single session
  • Sequential enumeration attempts against user ID values in HTTP request logs
  • Access attempts to user records outside the authenticated user's normal scope
  • Anomalous spikes in requests to the User Information Handler component

Detection Strategies

  • Monitor web application logs for repeated requests to manage_user endpoint with different ID values
  • Implement behavioral analysis to detect ID parameter enumeration patterns
  • Configure Web Application Firewall (WAF) rules to flag suspicious IDOR-like request patterns
  • Deploy application-level logging to track authorization failures and access anomalies

Monitoring Recommendations

  • Enable detailed access logging for the Leave Application System
  • Set up alerts for bulk access attempts to user management endpoints
  • Correlate authentication logs with resource access patterns to identify unauthorized access
  • Review audit logs regularly for signs of horizontal privilege escalation attempts

How to Mitigate CVE-2026-5326

Immediate Actions Required

  • Restrict access to the /index.php?page=manage_user endpoint to authorized administrative users only
  • Implement server-side authorization checks to validate user access rights before processing ID parameters
  • Review application access logs for signs of prior exploitation
  • Consider taking the Leave Application System offline until proper access controls can be implemented

Patch Information

No official patch information is currently available from the vendor. Organizations should monitor SourceCodester for security updates. For additional vulnerability details and community-contributed information, refer to the VulDB Vulnerability #354657 entry.

Workarounds

  • Implement indirect object references using session-bound tokens instead of direct database IDs
  • Add server-side authorization checks that verify the requesting user has permission to access the specified resource
  • Deploy a Web Application Firewall (WAF) with rules to detect and block IDOR exploitation attempts
  • Restrict access to administrative functions through network segmentation or IP whitelisting
bash
# Example Apache configuration to restrict access to vulnerable endpoint
<Location "/index.php">
    <If "%{QUERY_STRING} =~ /page=manage_user/">
        Require ip 192.168.1.0/24
        # Restrict to internal admin network only
    </If>
</Location>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSourcecodester Leave Application System

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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-285
  • Technical References
  • Medium Blog Post on IDOR

  • VulDB Submission #780773

  • VulDB Vulnerability #354657

  • VulDB CTI for #354657

  • SourceCodester Security Resources
  • Related CVEs
  • CVE-2026-5209: Leave Application System 1.0 XSS Flaw

  • CVE-2026-5210: Leave Application System Path Traversal
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