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

CVE-2025-3199: Pandarobot Ruoyi AI Auth Bypass Flaw

CVE-2025-3199 is an authentication bypass vulnerability in Pandarobot Ruoyi AI affecting versions up to 2.0.1. Attackers can exploit improper authorization in the API interface remotely. This article covers technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2025-3199 Overview

A critical improper authorization vulnerability has been identified in ageerle ruoyi-ai versions up to 2.0.1. The vulnerability affects the API Interface component, specifically within the SysModelController.java file located at ruoyi-modules/ruoyi-system/src/main/java/org/ruoyi/system/controller/system/SysModelController.java. This flaw allows unauthenticated remote attackers to manipulate model information without proper authorization checks, potentially compromising the integrity and confidentiality of the AI system's configuration.

Critical Impact

Unauthenticated attackers can remotely modify model information in ruoyi-ai deployments, enabling unauthorized access to sensitive AI model configurations and potential system manipulation.

Affected Products

  • pandarobot ruoyi_ai versions up to 2.0.1
  • Ruoyi-AI SysModelController API Interface
  • ruoyi-modules/ruoyi-system component

Discovery Timeline

  • 2025-04-04 - CVE-2025-3199 published to NVD
  • 2025-12-08 - Last updated in NVD database

Technical Details for CVE-2025-3199

Vulnerability Analysis

This vulnerability is classified as CWE-266 (Incorrect Privilege Assignment), which occurs when a product incorrectly assigns privileges to a user or entity. In the case of ruoyi-ai, the SysModelController.java file exposes API endpoints that handle model management operations without implementing proper authentication and authorization checks. This allows any remote attacker to access and modify sensitive model configurations without logging in to the system.

The vulnerability is particularly concerning for organizations deploying ruoyi-ai as part of their AI infrastructure, as unauthorized modifications to AI models could lead to data integrity issues, unauthorized data access, or manipulation of AI behavior for malicious purposes.

Root Cause

The root cause of this vulnerability lies in missing permission validation on the model management API endpoints in SysModelController.java. The controller exposes functionality such as model export without requiring authentication or proper role-based access control. The original implementation failed to include the @SaCheckPermission annotation that enforces authorization checks before allowing access to sensitive operations.

Attack Vector

The vulnerability can be exploited remotely over the network. An attacker does not require any prior authentication or user interaction to exploit this flaw. The attack scenario involves:

  1. Identifying a ruoyi-ai deployment accessible over the network
  2. Sending crafted HTTP requests directly to the vulnerable API endpoints
  3. Bypassing authentication to modify model information or export sensitive data
  4. Potentially leveraging unauthorized access to compromise AI model integrity

The following patch demonstrates the security fix applied to address this vulnerability:

java
     /**
      * 导出系统模型列表
      */
+    @SaCheckPermission("system:model:export")
     @Log(title = "系统模型", businessType = BusinessType.EXPORT)
     @PostMapping("/export")
     public void export(SysModelBo bo, HttpServletResponse response) {

Source: GitHub Commit Details

The fix adds the @SaCheckPermission("system:model:export") annotation to enforce proper authorization before allowing the export operation, ensuring only authenticated users with the appropriate permission can access this functionality.

Detection Methods for CVE-2025-3199

Indicators of Compromise

  • Unexpected API requests to /system/model/export or similar model management endpoints from unauthenticated sources
  • Anomalous modifications to AI model configurations without corresponding authenticated user sessions
  • Log entries showing model operations without associated authentication tokens
  • Increased API traffic to SysModelController endpoints from external IP addresses

Detection Strategies

  • Monitor HTTP access logs for requests to model management API endpoints lacking authentication headers
  • Implement Web Application Firewall (WAF) rules to detect unauthenticated access attempts to sensitive API routes
  • Review application logs for model export or modification events that lack corresponding user authentication records
  • Deploy API gateway monitoring to flag requests to sensitive endpoints without valid session tokens

Monitoring Recommendations

  • Enable detailed logging on all SysModelController API endpoints to capture request metadata
  • Configure alerting for any model modification events outside normal business hours or from unexpected IP ranges
  • Implement real-time monitoring for authentication bypass attempts on protected resources
  • Regularly audit API access patterns to identify anomalous behavior indicative of exploitation

How to Mitigate CVE-2025-3199

Immediate Actions Required

  • Upgrade ruoyi-ai to version 2.0.2 or later immediately to apply the security fix
  • If immediate upgrade is not possible, restrict network access to the SysModelController API endpoints
  • Implement network-level access controls to limit exposure of the vulnerable API interface
  • Review system logs for any evidence of prior exploitation attempts

Patch Information

The vulnerability has been addressed in ruoyi-ai version 2.0.2. The fix is available in commit c0daf641fb25b244591b7a6c3affa35c69d321fe. Organizations running affected versions should upgrade to the patched version immediately. Additional details are available in the GitHub Release v2.0.2 and the GitHub Commit Details.

Workarounds

  • Deploy a reverse proxy or API gateway with authentication enforcement in front of the ruoyi-ai application
  • Implement network segmentation to restrict access to the vulnerable API endpoints from untrusted networks
  • Add custom middleware or filter to enforce authentication on SysModelController routes
  • Temporarily disable the model export functionality if not required for business operations
bash
# Example: Restrict access to vulnerable endpoints using nginx
location /system/model/ {
    # Deny all external access until patched
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Require authentication header
    if ($http_authorization = "") {
        return 401;
    }
    
    proxy_pass http://ruoyi-backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechPandarobot Ruoyi Ai

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.63%

  • 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: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-266
  • Technical References
  • GitHub CVE Hunter Documentation

  • GitHub Issue Discussion

  • GitHub Issue Comment

  • GitHub Release v2.0.2

  • VulDB CTI ID #303152

  • VulDB #303152

  • VulDB Submission #545830
  • Vendor Resources
  • GitHub Commit Details
  • 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