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

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

CVE-2025-9413 is a SQL injection flaw in Lostvip Ruoyi-go affecting the SelectListByPage function. Attackers can exploit this remotely via orderByColumn parameters. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-9413 Overview

A SQL injection vulnerability has been identified in lostvip-com ruoyi-go versions up to 2.1. The flaw affects the SelectListByPage function within the file modules/system/system_router.go. By manipulating the orderByColumn or isAsc parameters, an attacker can inject arbitrary SQL commands. This vulnerability is remotely exploitable over the network and requires low privileges to execute. An exploit has been publicly disclosed, and the vendor was contacted regarding this issue but did not respond.

Critical Impact

Remote attackers with low privileges can exploit SQL injection to manipulate database queries, potentially leading to unauthorized data access, data modification, or data exfiltration from the underlying database.

Affected Products

  • lostvip ruoyi-go versions up to 2.1
  • Applications utilizing the SelectListByPage function in modules/system/system_router.go
  • Systems exposing the vulnerable endpoint to network access

Discovery Timeline

  • August 25, 2025 - CVE-2025-9413 published to NVD
  • October 9, 2025 - Last updated in NVD database

Technical Details for CVE-2025-9413

Vulnerability Analysis

This vulnerability is classified as SQL Injection (CWE-89) and more broadly as an Injection flaw (CWE-74). The root of the issue lies in the improper handling of user-supplied input within the SelectListByPage function. When parameters such as orderByColumn and isAsc are passed to the application, they are incorporated into SQL queries without adequate sanitization or parameterization. This allows an attacker to craft malicious input that alters the intended SQL logic.

The vulnerability is exploitable remotely over the network with low attack complexity. An authenticated attacker with minimal privileges can leverage this flaw to inject SQL commands, potentially gaining unauthorized access to sensitive data, modifying database records, or disrupting application functionality.

Root Cause

The vulnerability stems from insufficient input validation and the absence of prepared statements or parameterized queries in the SelectListByPage function. The orderByColumn and isAsc parameters are directly concatenated into SQL query strings, allowing user-controlled data to be interpreted as SQL code rather than data values.

Attack Vector

The attack is initiated remotely over the network. An authenticated attacker sends crafted HTTP requests containing malicious SQL fragments in the orderByColumn or isAsc parameters. When these parameters are processed by the SelectListByPage function in modules/system/system_router.go, the injected SQL is executed against the database.

The vulnerability allows an attacker to manipulate ORDER BY clauses to extract data through error-based or time-based blind SQL injection techniques. More details can be found in the GitHub CVE Issue #8 and GitHub CVE Issue #9.

Detection Methods for CVE-2025-9413

Indicators of Compromise

  • Unusual SQL error messages in application logs referencing orderByColumn or isAsc parameters
  • Anomalous database query patterns involving ORDER BY clause manipulation
  • Web application firewall (WAF) alerts indicating SQL injection attempts targeting sorting parameters
  • Database audit logs showing unexpected queries or data access patterns

Detection Strategies

  • Implement SQL injection detection rules in web application firewalls targeting ORDER BY parameter manipulation
  • Monitor application logs for SQL syntax errors or database exceptions triggered by malformed input
  • Deploy database activity monitoring to detect unusual query patterns or unauthorized data access
  • Conduct regular code reviews and static analysis on Go applications using database queries

Monitoring Recommendations

  • Enable detailed logging for the modules/system/system_router.go endpoints
  • Configure alerting for repeated failed database queries originating from the same source
  • Monitor network traffic for requests containing SQL keywords in query parameters
  • Establish baseline database query behavior and alert on deviations

How to Mitigate CVE-2025-9413

Immediate Actions Required

  • Restrict network access to affected ruoyi-go instances until a patch is available
  • Implement web application firewall rules to block SQL injection attempts in orderByColumn and isAsc parameters
  • Review application logs for evidence of exploitation attempts
  • Consider disabling or restricting the SelectListByPage functionality if not critical to operations

Patch Information

At the time of publication, the vendor (lostvip) has not responded to disclosure attempts and no official patch is available. Organizations should monitor the VulDB entry #321254 and the official ruoyi-go repository for updates. Consider implementing workarounds or compensating controls until an official fix is released.

Workarounds

  • Implement input validation to whitelist acceptable values for orderByColumn and isAsc parameters
  • Use prepared statements or parameterized queries to prevent SQL injection
  • Deploy a web application firewall with SQL injection protection rules
  • Restrict access to affected endpoints using network segmentation or authentication controls
  • Consider migrating to an alternative solution if no patch becomes available
bash
# Example WAF rule to block SQL injection in orderByColumn parameter
# ModSecurity rule example
SecRule ARGS:orderByColumn "@rx (?i)(select|union|insert|update|delete|drop|--|;|'|\")" \
    "id:100001,phase:2,deny,status:403,msg:'SQL Injection attempt in orderByColumn'"

SecRule ARGS:isAsc "@rx (?i)(select|union|insert|update|delete|drop|--|;|'|\")" \
    "id:100002,phase:2,deny,status:403,msg:'SQL Injection attempt in isAsc'"

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.04%

  • 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 CVE Issue #8

  • GitHub CVE Issue #9

  • VulDB #321254 (CTI)

  • VulDB #321254

  • VulDB Submission #633730

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

  • CVE-2025-9412: 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