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

CVE-2026-10302: Fees Management System SQLi Vulnerability

CVE-2026-10302 is a SQL injection flaw in Fees Management System 1.0 affecting the manage_fee.php file. Attackers can exploit the ID parameter remotely to execute malicious queries. This article covers technical details, impact, and mitigation.

Published: June 4, 2026

CVE-2026-10302 Overview

CVE-2026-10302 is a SQL injection vulnerability in itsourcecode Fees Management System 1.0. The flaw resides in the /manage_fee.php script, where the ID parameter is passed to a database query without proper sanitization. Attackers can manipulate the ID argument to inject arbitrary SQL syntax into the underlying query.

The vulnerability is remotely exploitable over the network and requires low-privilege authentication. A public exploit has been disclosed through VulDB, increasing the likelihood of opportunistic abuse against exposed installations. The flaw is classified under [CWE-74] (Improper Neutralization of Special Elements in Output Used by a Downstream Component).

Critical Impact

A public exploit exists for an authenticated remote SQL injection in /manage_fee.php, allowing attackers to read, modify, or delete records in the fees management database.

Affected Products

  • itsourcecode Fees Management System 1.0
  • /manage_fee.php endpoint (vulnerable ID parameter)
  • Deployments exposing the application to untrusted networks

Discovery Timeline

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

Technical Details for CVE-2026-10302

Vulnerability Analysis

The Fees Management System exposes a PHP endpoint at /manage_fee.php that accepts an ID parameter through an HTTP request. The application concatenates the user-supplied ID value directly into a SQL statement instead of using parameterized queries or prepared statements.

An attacker with low-privilege access can append SQL syntax, including UNION SELECT, boolean-based, or time-based payloads, to alter query logic. Successful exploitation enables data exfiltration, modification of fee records, and potential authentication bypass through manipulated query conditions.

The exploit has been published according to VulDB, lowering the technical barrier for attackers. While the CVSS 4.0 score reflects limited impact on confidentiality, integrity, and availability, the public availability of working proof-of-concept code makes opportunistic scanning likely.

Root Cause

The root cause is improper neutralization of special elements within a SQL query [CWE-74]. The manage_fee.php script trusts the ID parameter from the request without applying input validation, type casting, escaping, or prepared statement binding. PHP applications using mysqli or mysql_query with concatenated strings are particularly susceptible to this class of flaw.

Attack Vector

The attack is launched remotely over the network against an authenticated session. An attacker submits a crafted HTTP request to /manage_fee.php with a malicious ID value. The payload modifies the executed SQL statement, returning data outside the intended query scope or altering database state.

No public, verified proof-of-concept code is reproduced here. Refer to the VulDB CVE-2026-10302 entry and the GitHub Issue Discussion for technical disclosure details.

Detection Methods for CVE-2026-10302

Indicators of Compromise

  • HTTP requests to /manage_fee.php containing SQL meta-characters such as ', ", --, ;, UNION, SELECT, or SLEEP( in the ID parameter.
  • Repeated requests to /manage_fee.php with incrementing or anomalous ID values consistent with enumeration.
  • Database error messages logged from the Fees Management System indicating malformed SQL queries.
  • Unexpected outbound traffic from the web server to attacker-controlled infrastructure after suspicious requests.

Detection Strategies

  • Deploy web application firewall (WAF) rules that flag SQL injection patterns targeting the ID parameter on /manage_fee.php.
  • Inspect web server access logs for query strings containing encoded SQL keywords (%27, %20OR%20, %20UNION%20).
  • Correlate authentication events with subsequent anomalous database queries to identify low-privilege accounts performing data extraction.

Monitoring Recommendations

  • Enable verbose MySQL or MariaDB query logging on databases backing the Fees Management System for forensic review.
  • Monitor for spikes in HTTP 500 responses from /manage_fee.php indicating broken SQL syntax during injection probing.
  • Alert on anomalous read volumes against fee, student, or user tables outside normal business workflows.

How to Mitigate CVE-2026-10302

Immediate Actions Required

  • Restrict access to /manage_fee.php through network segmentation, VPN, or IP allowlisting until a patch is applied.
  • Audit application logs for prior exploitation attempts referencing the ID parameter on /manage_fee.php.
  • Rotate database credentials and review fee, student, and user records for unauthorized modification.

Patch Information

No official vendor patch is referenced in the NVD entry at the time of publication. Operators should monitor itsourcecode.com and the GitHub Issue Discussion for remediation guidance. Until an official fix is released, apply the workarounds below.

Workarounds

  • Modify manage_fee.php to use parameterized queries through mysqli_prepare or PDO with bound parameters for the ID value.
  • Enforce strict server-side type validation by casting ID to an integer with (int)$_GET['ID'] before any database operation.
  • Deploy a WAF rule blocking requests to /manage_fee.php containing SQL meta-characters in the ID parameter.
  • Apply the principle of least privilege to the database account used by the application, removing DROP, ALTER, and cross-database permissions.
bash
# Example ModSecurity rule blocking SQLi patterns on manage_fee.php
SecRule REQUEST_URI "@beginsWith /manage_fee.php" \
    "chain,phase:2,deny,status:403,id:1026103021,\
    msg:'Possible SQLi on manage_fee.php ID parameter (CVE-2026-10302)'"
    SecRule ARGS:ID "@rx (?i)(union(\s|\+)+select|sleep\s*\(|--|;|/\*|')" "t:none,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechItsourcecode

  • SeverityLOW

  • CVSS Score2.1

  • 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-74
  • Technical References
  • GitHub Issue Discussion

  • ITSourceCode Resource

  • VulDB CVE-2026-10302

  • VulDB Submission #828141

  • VulDB Vulnerability #367595

  • VulDB CTI for #367595
  • Related CVEs
  • CVE-2026-10568: Fees Management System SQLi Vulnerability

  • CVE-2026-10297: Fees Management System SQLi Vulnerability

  • CVE-2026-10296: Fees Management System SQLi Vulnerability

  • CVE-2026-10265: itsourcecode CMS 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