Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-11313

CVE-2025-11313: Tipray DLP System SQLi Vulnerability

CVE-2025-11313 is a SQL injection flaw in Tipray Data Leakage Prevention System affecting the findRolePage function. Attackers can exploit this remotely to compromise database integrity. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 24, 2026

CVE-2025-11313 Overview

A SQL injection vulnerability has been identified in Tipray (厦门天锐科技股份有限公司) Data Leakage Prevention System (天锐数据泄露防护系统) version 1.0. The vulnerability exists in the findRolePage function within the findRolePage.do endpoint, where improper handling of the sort parameter allows attackers to inject malicious SQL queries. This flaw can be exploited remotely without authentication, potentially enabling unauthorized access to sensitive data, data manipulation, or further system compromise.

Critical Impact

This SQL injection vulnerability in a Data Leakage Prevention system is particularly concerning as it could allow attackers to bypass the very security controls designed to protect sensitive organizational data. A proof-of-concept exploit has been publicly disclosed.

Affected Products

  • Tipray Data Leakage Prevention System version 1.0
  • Systems running the findRolePage.do endpoint

Discovery Timeline

  • 2025-10-06 - CVE-2025-11313 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-11313

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) stems from improper neutralization of special elements used in SQL commands within the Tipray Data Leakage Prevention System. The findRolePage function fails to adequately sanitize user-supplied input in the sort parameter before incorporating it into database queries.

The vulnerability is classified as an injection flaw (CWE-74), specifically SQL injection, which allows remote attackers to manipulate backend database queries. Since authentication is not required to exploit this flaw, any network-accessible attacker can potentially compromise the database integrity, extract sensitive information, or escalate their access within the system.

The vendor was contacted regarding this disclosure but did not respond, leaving affected systems without an official patch.

Root Cause

The root cause is insufficient input validation and lack of parameterized queries in the findRolePage.do endpoint. The sort parameter is directly concatenated into SQL statements without proper sanitization or the use of prepared statements, creating a classic SQL injection attack surface. This allows attackers to break out of the intended query structure and execute arbitrary SQL commands.

Attack Vector

The attack is network-based and can be executed remotely without requiring any authentication or user interaction. An attacker can craft malicious HTTP requests to the findRolePage.do endpoint, injecting SQL payloads through the sort parameter. The vulnerability requires low attack complexity, making it accessible to attackers with basic SQL injection knowledge.

The exploitation flow involves:

  1. Identifying the vulnerable findRolePage.do endpoint
  2. Crafting a malicious request with SQL injection payload in the sort parameter
  3. Sending the request to extract data, modify records, or potentially gain further system access

Technical details and proof-of-concept information are available in the GitHub PoC Repository.

Detection Methods for CVE-2025-11313

Indicators of Compromise

  • Unusual or malformed requests to findRolePage.do containing SQL syntax in the sort parameter
  • Database error messages in application logs indicating SQL syntax errors or unexpected query behavior
  • Anomalous database queries originating from the web application, particularly involving UNION, SELECT, or time-based injection patterns
  • Unexpected data exfiltration or changes to role/permission data in the database

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns targeting the sort parameter
  • Implement database activity monitoring to identify suspicious query patterns, including UNION-based attacks, time-based blind injection, and error-based extraction
  • Configure application logging to capture all requests to findRolePage.do with full parameter details
  • Enable SQL audit logging on backend databases to track query anomalies

Monitoring Recommendations

  • Monitor HTTP request logs for the findRolePage.do endpoint with focus on the sort parameter values
  • Set up alerts for database errors that may indicate SQL injection attempts, such as syntax errors or constraint violations
  • Implement network intrusion detection signatures for common SQL injection payloads
  • Review database access patterns for unusual bulk data retrieval or privilege escalation attempts

How to Mitigate CVE-2025-11313

Immediate Actions Required

  • Restrict network access to the Tipray Data Leakage Prevention System to trusted IP addresses only
  • Implement WAF rules to block SQL injection attempts targeting the findRolePage.do endpoint
  • Consider temporarily disabling the affected endpoint if functionality is not critical
  • Audit database access logs for signs of prior exploitation
  • Isolate the system from sensitive network segments until a permanent fix is available

Patch Information

No official patch has been released by the vendor. According to the vulnerability disclosure, the vendor (Tipray) was contacted about this security issue but did not respond. Organizations should implement the workarounds below and monitor for vendor updates. Additional details are available at VulDB #327194.

Workarounds

  • Deploy a reverse proxy or WAF to filter and sanitize the sort parameter before it reaches the application
  • Implement network segmentation to limit access to the vulnerable system from untrusted networks
  • Use database account restrictions to limit the privileges of the application's database connection, following the principle of least privilege
  • Consider implementing a custom input validation layer at the application or infrastructure level to reject requests containing SQL injection patterns
bash
# Example WAF rule configuration (ModSecurity format)
# Block SQL injection attempts in sort parameter
SecRule ARGS:sort "@detectSQLi" \
    "id:100001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'SQL Injection attempt in sort parameter - CVE-2025-11313',\
    log,\
    auditlog"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechTipray Data Leakage Prevention System

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

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

  • CWE-89
  • Technical References
  • GitHub PoC Repository

  • VulDB CTI ID #327194

  • VulDB #327194

  • VulDB Submission #663475
  • Related CVEs
  • CVE-2025-11315: Tipray Data Leakage Prevention SQLi Flaw

  • CVE-2025-11314: Tipray DLP System SQLi Vulnerability

  • CVE-2025-11312: Tipray DLP System SQLi Vulnerability

  • CVE-2025-11311: Tipray Data Leakage Prevention SQLi Flaw
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