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-2025-5655

CVE-2025-5655: PHPGurukul CMS SQL Injection Vulnerability

CVE-2025-5655 is a critical SQL injection flaw in PHPGurukul Complaint Management System 2.0 affecting the edit-subcategory.php file. This article covers the technical details, affected versions, security impact, and mitigation.

Published: June 2, 2026

CVE-2025-5655 Overview

CVE-2025-5655 is a SQL injection vulnerability in PHPGurukul Complaint Management System 2.0. The flaw resides in the /admin/edit-subcategory.php file, where the subcategory parameter is passed directly into a SQL query without proper sanitization. Authenticated attackers can manipulate this parameter remotely to inject arbitrary SQL statements. The vulnerability is classified under CWE-74 (Improper Neutralization of Special Elements in Output). Public disclosure of exploitation details has occurred through VulDB #311145 Report and a GitHub Issue Discussion, increasing the likelihood of opportunistic abuse against unpatched deployments.

Critical Impact

Authenticated remote attackers can inject arbitrary SQL through the subcategory parameter, potentially exposing or modifying complaint records and administrative data.

Affected Products

  • PHPGurukul Complaint Management System 2.0
  • Deployments using the admin/edit-subcategory.php administrative endpoint
  • Web applications based on the unpatched PHPGurukul codebase

Discovery Timeline

  • 2025-06-05 - CVE-2025-5655 published to NVD
  • 2025-06-10 - Last updated in NVD database

Technical Details for CVE-2025-5655

Vulnerability Analysis

The vulnerability stems from the administrative subcategory editor in PHPGurukul Complaint Management System 2.0. The edit-subcategory.php script accepts the subcategory argument from user-controlled input and incorporates it into an SQL statement without parameterization or sanitization. An attacker with administrative session access can submit crafted payloads that alter query logic. Successful exploitation can yield unauthorized read or write access to the underlying MySQL database supporting the complaint management workflows.

The vulnerability requires network reachability to the admin interface and low-privilege authentication. Once authenticated, exploitation requires no user interaction. The flaw aligns with CWE-74, reflecting improper neutralization of special elements passed into a downstream interpreter.

Root Cause

The root cause is the absence of prepared statements or input validation around the subcategory parameter. The PHP code concatenates the parameter directly into a SQL UPDATE or SELECT query string. Standard SQL meta-characters such as single quotes, comments, and UNION keywords are passed through unchanged, allowing query structure manipulation.

Attack Vector

An attacker authenticates to the admin panel and issues a POST or GET request to /admin/edit-subcategory.php containing a malicious payload in the subcategory field. Common techniques include boolean-based blind injection, time-based blind injection using SLEEP(), and UNION-based extraction of database tables. Because the endpoint is reachable over HTTP, exploitation is feasible from any networked host with valid admin credentials. Brute-forced or default administrator credentials may further lower the barrier to exploitation.

No verified public exploit code is referenced in the advisory. Technical details are available in the VulDB #311145 Details entry and the associated GitHub Issue Discussion.

Detection Methods for CVE-2025-5655

Indicators of Compromise

  • HTTP requests to /admin/edit-subcategory.php containing SQL meta-characters such as ', --, UNION, SLEEP(, or INFORMATION_SCHEMA in the subcategory parameter.
  • Unexpected UPDATE or SELECT activity in MySQL query logs originating from the complaint management application user.
  • Web server access logs showing repeated POST requests to the subcategory editor from a single source within short intervals.

Detection Strategies

  • Deploy web application firewall (WAF) rules targeting SQL injection signatures on parameters submitted to /admin/edit-subcategory.php.
  • Enable MySQL general query logging and alert on syntactically anomalous statements referencing the subcategory table.
  • Correlate admin authentication events with subsequent parameter tampering attempts to identify credentialed abuse.

Monitoring Recommendations

  • Forward web server, application, and database logs to a centralized analytics platform for cross-source correlation.
  • Baseline normal administrator behavior against the subcategory editor and alert on deviations such as bulk edits or off-hours activity.
  • Monitor outbound database connections for unusual data volumes that may indicate exfiltration via injection.

How to Mitigate CVE-2025-5655

Immediate Actions Required

  • Restrict access to /admin/ paths using IP allowlists, VPN gating, or reverse proxy authentication until a code fix is applied.
  • Rotate administrator credentials and audit existing admin accounts for unauthorized additions.
  • Review database audit logs for evidence of injection attempts dating back to the application's deployment.

Patch Information

No official vendor patch is referenced in the available advisories at the time of publication. Operators should track PHP Gurukul Resource for vendor updates and review the VulDB #311145 Report for remediation guidance. In the absence of a patch, application owners should manually modify edit-subcategory.php to use parameterized queries via mysqli_prepare() or PDO with bound parameters.

Workarounds

  • Replace string concatenation in edit-subcategory.php with prepared statements that bind the subcategory value as a typed parameter.
  • Implement server-side input validation that rejects non-alphanumeric characters in the subcategory field where business logic permits.
  • Deploy a WAF with managed SQL injection rulesets in front of the application to block known payload patterns.
  • Disable or remove the complaint management subcategory editing feature if it is not in active use.
bash
# Example mod_security rule to block SQLi patterns on the affected endpoint
SecRule REQUEST_URI "@contains /admin/edit-subcategory.php" \
    "id:1005655,phase:2,deny,status:403,\
    chain,msg:'CVE-2025-5655 SQLi attempt blocked'"
    SecRule ARGS:subcategory "@rx (?i)(union(\s|\+)+select|sleep\(|--|';|/\*)"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechPhpgurukul Complaint Management System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.18%

  • 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:X/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

  • PHP Gurukul Resource

  • VulDB #311145 Report

  • VulDB #311145 Details

  • VulDB #589966 Submission
  • Related CVEs
  • CVE-2025-57146: Phpgurukul Complaint Management SQLi

  • CVE-2025-5657: PHPGurukul Complaint System SQLi Flaw
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