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-2024-5653

CVE-2024-5653: Chanjetvip T+ SQL Injection Vulnerability

CVE-2024-5653 is a critical SQL injection vulnerability in Chanjet Smooth T+ system 3.5 affecting the keyEdit.aspx file. Attackers can exploit this remotely to manipulate database queries. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 8, 2026

CVE-2024-5653 Overview

A critical SQL Injection vulnerability has been identified in Chanjet Smooth T+system version 3.5. The vulnerability exists in the file /tplus/UFAQD/keyEdit.aspx where improper handling of the KeyID parameter allows attackers to inject malicious SQL commands. This flaw can be exploited remotely without authentication, potentially allowing unauthorized access to sensitive database contents, data manipulation, or complete database compromise.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to access, modify, or delete sensitive business data stored in the T+system database without authentication.

Affected Products

  • Chanjetvip T+ version 3.5
  • Chanjet Smooth T+system 3.5

Discovery Timeline

  • June 5, 2024 - CVE-2024-5653 published to NVD
  • February 10, 2026 - Last updated in NVD database

Technical Details for CVE-2024-5653

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) affects the keyEdit.aspx file within the Chanjet Smooth T+system web application. The vulnerability is network-accessible, meaning attackers can exploit it remotely over the internet without requiring any special privileges or user interaction. The flaw allows attackers to manipulate database queries through the vulnerable KeyID parameter, potentially leading to unauthorized data access, modification, or deletion.

The exploit has been publicly disclosed, and the vendor was contacted during responsible disclosure but did not respond. This lack of vendor response increases the risk for organizations running affected versions, as no official patch appears to be available.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper sanitization of user-supplied data in the KeyID parameter. The application fails to properly escape or parameterize SQL queries, allowing specially crafted input to modify the intended SQL command structure. This classic SQL injection pattern occurs when dynamic SQL queries are constructed using string concatenation with untrusted user input rather than using prepared statements or parameterized queries.

Attack Vector

The attack can be initiated remotely over the network by sending malicious HTTP requests to the /tplus/UFAQD/keyEdit.aspx endpoint. An attacker crafts a request containing SQL injection payloads in the KeyID parameter. When the application processes this request, the malicious SQL code is executed against the backend database.

The vulnerability requires no authentication or user interaction, making it particularly dangerous. Attackers could potentially extract sensitive business data, modify financial records, escalate privileges within the application, or use the compromised database server as a pivot point for further attacks on the internal network.

For detailed technical information about this vulnerability, refer to the GitHub SQL Injection Report and VulDB #267185.

Detection Methods for CVE-2024-5653

Indicators of Compromise

  • Unusual HTTP requests to /tplus/UFAQD/keyEdit.aspx containing SQL keywords such as UNION, SELECT, INSERT, UPDATE, DELETE, or comment sequences (--, /**/)
  • Database error messages in application logs indicating malformed SQL queries or syntax errors
  • Unexpected database queries originating from the web application server accessing sensitive tables or system functions
  • Anomalous data access patterns showing bulk data extraction or unauthorized record modifications

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules specifically targeting SQL injection patterns in the KeyID parameter and requests to keyEdit.aspx
  • Implement database activity monitoring to detect suspicious query patterns, unauthorized data access, or privilege escalation attempts
  • Configure application logging to capture all requests to the vulnerable endpoint with full parameter values for forensic analysis
  • Use intrusion detection systems with signatures for common SQL injection attack patterns

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests to the T+system application, particularly the /tplus/UFAQD/ directory
  • Monitor database server logs for unusual query execution times, failed login attempts, or access to system tables
  • Set up alerts for any attempts to access database metadata tables or execute administrative SQL commands from the application context

How to Mitigate CVE-2024-5653

Immediate Actions Required

  • Restrict network access to the T+system application to trusted IP addresses only using firewall rules
  • Implement a Web Application Firewall (WAF) with SQL injection protection in front of the affected application
  • Consider temporarily disabling the keyEdit.aspx functionality if not critical for business operations
  • Review database permissions to ensure the application connects with minimal required privileges

Patch Information

The vendor (Chanjet) was contacted early about this disclosure but did not respond in any way. As of the last update, no official patch has been released. Organizations should contact Chanjet directly for security updates or consider alternative mitigations. Monitor the VulDB entry for updates regarding patches or vendor response.

Workarounds

  • Implement input validation at the web server or reverse proxy level to sanitize the KeyID parameter before it reaches the application
  • Deploy a WAF rule to block requests containing SQL injection patterns targeting the vulnerable endpoint
  • Isolate the T+system application in a segmented network zone with strict access controls
  • Consider implementing database query logging and real-time alerting to detect and respond to exploitation attempts

If network-level restrictions must be implemented, consider the following approach using firewall rules to limit access to the vulnerable endpoint:

bash
# Example: Restrict access to T+system to internal network only
# Using iptables to limit access to the application port
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

# For HTTPS traffic
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechChanjetvip

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-89
  • Technical References
  • GitHub SQL Injection Report

  • VulDB CTI ID #267185

  • VulDB #267185

  • VulDB Submission ID #345311
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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