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

CVE-2024-10278: Esafenet CDG SQL Injection Vulnerability

CVE-2024-10278 is a critical SQL injection vulnerability in Esafenet CDG 5 affecting the ReUserOrganiseService component. Remote attackers can exploit this flaw to manipulate database queries. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: May 26, 2026

CVE-2024-10278 Overview

CVE-2024-10278 is a SQL injection vulnerability in ESAFENET CDG 5, a Chinese data protection and document security platform. The flaw resides in the /com/esafenet/servlet/user/ReUserOrganiseService.java component, where the userId parameter is incorporated into a database query without proper sanitization. Remote attackers with low privileges can manipulate the userId argument to inject arbitrary SQL statements. The exploit has been publicly disclosed, increasing the likelihood of opportunistic attacks. According to the VulDB report, the vendor was contacted before public disclosure but did not respond.

Critical Impact

Authenticated remote attackers can inject SQL queries through the userId parameter, potentially exposing or modifying data stored in the ESAFENET CDG backend database.

Affected Products

  • ESAFENET CDG 5
  • Component: ReUserOrganiseService.java within the user servlet path
  • Deployments exposing the affected servlet endpoint to network-reachable clients

Discovery Timeline

  • 2024-10-23 - CVE-2024-10278 published to NVD
  • 2024-11-04 - Last updated in NVD database

Technical Details for CVE-2024-10278

Vulnerability Analysis

The vulnerability is classified as SQL Injection [CWE-89]. The affected servlet ReUserOrganiseService.java handles user organization operations within ESAFENET CDG. The userId request parameter is concatenated into a SQL statement rather than passed through a parameterized query or prepared statement.

An authenticated attacker can submit crafted input in userId to alter query logic. Successful exploitation may permit data extraction, authentication context manipulation, or modification of stored records. The attack is reachable over the network and requires low attack complexity. Public disclosure of the exploit details raises the risk of automated scanning and exploitation against exposed deployments.

Root Cause

The root cause is the absence of input validation and parameterized query construction in the ReUserOrganiseService.java servlet. User-controlled input from the userId HTTP parameter flows directly into a dynamically built SQL statement, allowing query structure to be altered by attacker payloads.

Attack Vector

The attack vector is network-based. An attacker authenticated to the application sends an HTTP request to the vulnerable servlet endpoint with a malicious userId value. Because the vulnerable component is reachable from any authenticated session, lateral movement after initial credential compromise becomes a realistic exploitation path. No user interaction is required.

No verified proof-of-concept code is included here. Refer to the VulDB Report #281553 and the Flowus Security Share for technical details published with the disclosure.

Detection Methods for CVE-2024-10278

Indicators of Compromise

  • HTTP requests to URLs containing ReUserOrganiseService with anomalous userId parameter values, such as SQL meta-characters (', --, ;, UNION, SELECT).
  • Database error responses or unusually large response payloads from the ESAFENET CDG application server.
  • Unexpected SELECT, UNION, or information_schema queries originating from the CDG service account in database audit logs.

Detection Strategies

  • Deploy web application firewall (WAF) rules to flag SQL injection patterns in requests targeting /com/esafenet/servlet/user/ paths.
  • Inspect application access logs for repeated requests to ReUserOrganiseService from a single source within short time windows.
  • Correlate authentication events with subsequent database query anomalies to identify post-login exploitation attempts.

Monitoring Recommendations

  • Enable verbose query logging on the database backing ESAFENET CDG and alert on schema enumeration queries.
  • Monitor outbound traffic from the CDG server for unexpected data egress that could indicate exfiltration.
  • Baseline normal userId parameter values to detect deviations such as non-numeric or oversized inputs.

How to Mitigate CVE-2024-10278

Immediate Actions Required

  • Restrict network access to the ESAFENET CDG application to trusted internal segments and VPN users only.
  • Rotate credentials for any accounts that interact with the vulnerable servlet and audit existing sessions.
  • Place a WAF in front of ESAFENET CDG with SQL injection signatures tuned for the userId parameter.

Patch Information

No vendor patch is referenced in the available CVE data. According to the disclosure, the vendor did not respond to outreach. Operators should monitor the VulDB advisory for vendor updates and apply any future security releases issued by Esafenet.

Workarounds

  • Block or restrict requests to /com/esafenet/servlet/user/ReUserOrganiseService at the reverse proxy or WAF layer until a vendor fix is available.
  • Apply database-level least privilege so the CDG application account cannot read sensitive tables or execute administrative statements.
  • Enable database query allowlisting or stored procedure enforcement to limit the impact of injected SQL.
bash
# Example nginx rule to block suspicious userId values reaching the vulnerable servlet
location /com/esafenet/servlet/user/ReUserOrganiseService {
    if ($arg_userId ~* "('|--|;|union|select|sleep|benchmark)") {
        return 403;
    }
    proxy_pass http://esafenet_backend;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechEsafenet Cdg

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.10%

  • 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-89
  • Technical References
  • Flowus Security Share

  • VulDB Report #281553

  • VulDB #281553

  • VulDB Submission #423831
  • Related CVEs
  • CVE-2025-3400: Esafenet CDG SQL Injection Vulnerability

  • CVE-2024-10597: Esafenet CDG SQLi Vulnerability

  • CVE-2024-10377: Esafenet CDG SQL Injection Vulnerability

  • CVE-2024-10376: Esafenet CDG 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