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-10218

CVE-2025-10218: Lostvip Ruoyi-go SQL Injection Vulnerability

CVE-2025-10218 is a SQL injection flaw in Lostvip Ruoyi-go 2.1 affecting the Background Management Page. Attackers can exploit the sortName parameter remotely. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-10218 Overview

A SQL injection vulnerability has been identified in lostvip-com ruoyi-go version 2.1. This security flaw affects the SelectListPage function within the file modules/system/dao/SysRoleDao.go of the Background Management Page component. Attackers can manipulate the sortName argument to inject malicious SQL commands, potentially compromising the integrity and confidentiality of the database. Remote exploitation of this vulnerability is possible, and proof-of-concept details have been publicly disclosed.

Critical Impact

Authenticated attackers can exploit this SQL injection to extract sensitive data, modify database contents, or potentially escalate privileges within the application through manipulation of the sortName parameter in the Background Management Page.

Affected Products

  • lostvip ruoyi-go version 2.1

Discovery Timeline

  • 2025-09-10 - CVE-2025-10218 published to NVD
  • 2025-10-16 - Last updated in NVD database

Technical Details for CVE-2025-10218

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) stems from improper input validation in the ruoyi-go Background Management Page. The SelectListPage function in modules/system/dao/SysRoleDao.go fails to properly sanitize the sortName argument before incorporating it into SQL queries. This allows an authenticated attacker with low privileges to inject arbitrary SQL commands that execute within the context of the database user.

The vulnerability falls under the broader category of injection attacks (CWE-74), where untrusted input is processed without adequate validation. The network-accessible nature of the Background Management Page means attackers can exploit this remotely without requiring physical access to the system.

Root Cause

The root cause of this vulnerability is the lack of proper input sanitization and parameterized queries in the SelectListPage function. The sortName parameter is directly concatenated into SQL statements without escaping or validation, allowing attackers to break out of the intended query structure and inject their own SQL commands. This is a classic SQL injection pattern where dynamic SQL construction with user-controlled input creates a direct path for database manipulation.

Attack Vector

The attack vector for CVE-2025-10218 is network-based, requiring only low-privilege authenticated access to the Background Management Page. An attacker can craft malicious requests containing SQL injection payloads in the sortName parameter. When the SelectListPage function processes these requests, the injected SQL is executed against the backend database.

The exploitation chain involves:

  1. Authenticating to the ruoyi-go application with any valid user credentials
  2. Navigating to or interacting with the Background Management Page
  3. Submitting a crafted request with SQL injection payload in the sortName parameter
  4. The unsanitized input is passed to SysRoleDao.go where it's incorporated into database queries
  5. The injected SQL executes, allowing data extraction, modification, or further exploitation

Technical details regarding this vulnerability can be found in the GitHub Issue Tracking CVE and the VulDB CVE Analysis #323486.

Detection Methods for CVE-2025-10218

Indicators of Compromise

  • Unusual or malformed SQL syntax appearing in application logs related to the Background Management Page
  • Unexpected database queries containing common SQL injection patterns such as UNION SELECT, OR 1=1, or comment sequences (--, /**/)
  • Anomalous access patterns to the SelectListPage function or SysRoleDao.go endpoints
  • Evidence of data exfiltration or unauthorized database modifications in audit logs

Detection Strategies

  • Implement web application firewall (WAF) rules to detect SQL injection patterns in the sortName parameter
  • Monitor application logs for requests to the Background Management Page containing suspicious characters or SQL keywords
  • Deploy database activity monitoring to identify unusual query patterns or unexpected data access
  • Use SentinelOne's application control features to detect anomalous behavior in Go-based web applications

Monitoring Recommendations

  • Enable detailed logging for all requests to the ruoyi-go Background Management Page
  • Configure alerting on database errors that may indicate failed SQL injection attempts
  • Monitor for changes in database schema or unexpected privilege escalations
  • Implement real-time analysis of HTTP request parameters for SQL injection indicators

How to Mitigate CVE-2025-10218

Immediate Actions Required

  • Restrict network access to the Background Management Page to trusted IP addresses only
  • Implement input validation on the sortName parameter at the application or WAF level
  • Review and audit user accounts with access to the Background Management Page
  • Monitor for exploitation attempts while awaiting a vendor patch

Patch Information

The vendor (lostvip) was contacted early about this disclosure but did not respond. As of the last update on 2025-10-16, no official patch has been released. Organizations using ruoyi-go 2.1 should implement the workarounds below and consider alternative solutions if the vendor remains unresponsive.

For the latest information, refer to the VulDB entry #323486.

Workarounds

  • Deploy a web application firewall (WAF) configured to block SQL injection patterns in requests to the affected endpoints
  • Implement application-level input validation to sanitize the sortName parameter before processing
  • Restrict access to the Background Management Page to essential personnel only using network segmentation or access control lists
  • Consider modifying the SysRoleDao.go source code to use parameterized queries if you have access to the codebase
bash
# Example WAF rule to block SQL injection in sortName parameter
# ModSecurity rule example
SecRule ARGS:sortName "@detectSQLi" \
    "id:100001,\
    phase:2,\
    block,\
    msg:'SQL Injection attempt detected in sortName parameter',\
    log,\
    severity:CRITICAL"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechLostvip Ruoyi Go

  • SeverityMEDIUM

  • CVSS Score5.3

  • 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

  • CWE-89
  • Technical References
  • GitHub Issue Tracking CVE

  • VulDB CVE Analysis #323486

  • VulDB #323486

  • VulDB Submission #641027
  • Related CVEs
  • CVE-2025-9412: Lostvip Ruoyi-go SQL Injection Vulnerability

  • CVE-2025-9413: Lostvip Ruoyi-go SQL Injection Vulnerability

  • CVE-2025-9410: Lostvip Ruoyi-go SQL Injection 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