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-2025-9411

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

CVE-2025-9411 is a SQL injection flaw in Lostvip Ruoyi-go affecting versions up to 2.1. Attackers can exploit the SelectPageList function remotely to manipulate database queries. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-9411 Overview

A SQL injection vulnerability has been identified in lostvip-com ruoyi-go versions up to 2.1. The vulnerability exists within the SelectPageList function located in the file modules/system/service/LoginInforService.go. Manipulation of the isAsc argument enables attackers to inject arbitrary SQL commands. This vulnerability can be exploited remotely by authenticated attackers, and proof-of-concept exploit code has been publicly disclosed.

Critical Impact

Remote attackers with low privileges can exploit this SQL injection flaw to extract, modify, or delete database contents, potentially compromising the integrity and confidentiality of the entire application database.

Affected Products

  • lostvip ruoyi-go versions up to 2.1
  • Applications using the vulnerable LoginInforService.go module
  • Systems exposing the SelectPageList function to user-controlled input

Discovery Timeline

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

Technical Details for CVE-2025-9411

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) stems from improper neutralization of special elements used in SQL commands within the SelectPageList function. The vulnerability is classified under both CWE-89 (SQL Injection) and CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component).

The vulnerable function accepts user input through the isAsc parameter, which is typically used to control the sort order of query results (ascending or descending). However, the application fails to properly validate or sanitize this input before incorporating it into SQL queries, allowing attackers to break out of the intended query structure and inject malicious SQL statements.

The vulnerability requires network access and low-level authentication to exploit, but does not require user interaction. While the immediate impact is limited to the vulnerable component (no scope change), successful exploitation can result in unauthorized access to confidential data, data modification, and potential service disruption.

Root Cause

The root cause of this vulnerability is insufficient input validation in the LoginInforService.go file. The isAsc parameter is directly concatenated or improperly parameterized into SQL queries without adequate sanitization. In Go applications using database drivers, this typically occurs when developers construct SQL queries using string concatenation rather than using parameterized queries or prepared statements.

The vendor was contacted early about this disclosure but did not respond, leaving users without an official patch or guidance.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An authenticated attacker can craft malicious input for the isAsc parameter when interacting with the SelectPageList function. By injecting SQL syntax into this parameter, the attacker can manipulate the underlying database query to perform unauthorized operations.

Typical attack scenarios include:

  • Extracting sensitive data from database tables using UNION-based injection
  • Bypassing authentication or authorization checks
  • Modifying or deleting database records
  • Potentially achieving command execution if database features like xp_cmdshell (SQL Server) or LOAD_FILE (MySQL) are available

The exploit has been publicly disclosed through GitHub CVE Issue #5, increasing the risk of exploitation in the wild.

Detection Methods for CVE-2025-9411

Indicators of Compromise

  • Unusual SQL error messages in application logs referencing the LoginInforService or SelectPageList function
  • HTTP requests containing SQL syntax characters (;, ', --, UNION, SELECT) in the isAsc parameter
  • Database query logs showing unexpected or malformed ORDER BY clauses
  • Anomalous database access patterns, including bulk data extraction or unauthorized table access

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect SQL injection patterns in the isAsc parameter
  • Implement runtime application self-protection (RASP) to monitor and block SQL injection attempts
  • Configure database audit logging to capture and alert on suspicious query patterns
  • Use SentinelOne Singularity XDR to correlate network, endpoint, and application-level indicators of SQL injection attacks

Monitoring Recommendations

  • Enable verbose logging for the LoginInforService.go module to capture all parameter values
  • Monitor database server logs for syntax errors or unexpected query structures
  • Set up alerting for failed authentication attempts following database query anomalies
  • Implement network traffic analysis to detect patterns consistent with data exfiltration

How to Mitigate CVE-2025-9411

Immediate Actions Required

  • Restrict network access to the affected ruoyi-go application to trusted IP addresses only
  • Implement input validation to allow only expected values (asc or desc) for the isAsc parameter
  • Deploy WAF rules specifically targeting SQL injection in ordering parameters
  • Consider disabling or restricting access to the SelectPageList functionality until a patch is available

Patch Information

No official patch is currently available from the vendor. The vendor was contacted early about this disclosure but did not respond. Users should monitor the ruoyi-go GitHub repository for potential security updates or consider implementing the workarounds below.

For additional technical details, refer to:

  • GitHub CVE Issue
  • VulDB Advisory #321252

Workarounds

  • Modify the LoginInforService.go source code to use parameterized queries or whitelist validation for the isAsc parameter
  • Implement application-level input validation to reject any value other than asc or desc
  • Use a reverse proxy or WAF to filter malicious requests before they reach the application
  • Apply database-level access controls to limit the permissions of the application's database user
bash
# Example: Input validation in Go (conceptual workaround)
# Validate isAsc parameter before use in queries
# Only allow "asc" or "desc" values

# If using nginx as reverse proxy, add WAF rules:
# location /api/ {
#     if ($arg_isAsc ~* "[;'\"\-\-]|union|select|insert|update|delete") {
#         return 403;
#     }
#     proxy_pass http://backend;
# }

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 CVE Issue

  • VulDB CTI ID #321252

  • VulDB #321252

  • VulDB Submission #633688
  • 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