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

CVE-2025-28413: Ruoyi Privilege Escalation Vulnerability

CVE-2025-28413 is a privilege escalation vulnerability in Ruoyi v.4.8.0 affecting the SysDictTypeController component. Remote attackers can exploit this flaw to gain elevated privileges. This article covers the technical details, affected versions, impact analysis, and mitigation strategies.

Published: March 18, 2026

CVE-2025-28413 Overview

CVE-2025-28413 is a critical privilege escalation vulnerability discovered in RuoYi version 4.8.0, a popular open-source Java rapid development platform. The vulnerability exists within the SysDictTypeController component and allows remote attackers to escalate their privileges without requiring any prior authentication or user interaction.

RuoYi is widely deployed as a rapid development framework for enterprise Java applications, making this vulnerability particularly concerning for organizations utilizing this platform for internal or customer-facing applications.

Critical Impact

Remote attackers can exploit improper access control in the SysDictTypeController component to escalate privileges, potentially gaining full administrative access to affected RuoYi installations without authentication.

Affected Products

  • RuoYi v4.8.0
  • RuoYi rapid development platform installations using vulnerable SysDictTypeController component

Discovery Timeline

  • 2025-04-07 - CVE-2025-28413 published to NVD
  • 2025-04-09 - Last updated in NVD database

Technical Details for CVE-2025-28413

Vulnerability Analysis

This vulnerability is classified under CWE-284 (Improper Access Control), indicating a fundamental flaw in how the RuoYi framework validates and enforces authorization decisions within the SysDictTypeController component. The improper access control allows attackers to bypass intended security restrictions and perform actions that should be restricted to privileged users.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit, significantly increasing its risk profile. Successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2025-28413 stems from improper access control implementation in the SysDictTypeController component of RuoYi v4.8.0. The controller fails to properly validate user permissions before executing privileged operations, allowing unauthorized users to invoke administrative functions. This represents a broken access control vulnerability where authorization checks are either missing or improperly implemented at the controller level.

Attack Vector

The attack is conducted over the network, targeting the SysDictTypeController endpoint in RuoYi v4.8.0. An attacker can send crafted HTTP requests to the vulnerable controller without valid authentication credentials. The controller processes these requests without proper authorization validation, allowing the attacker to execute privileged operations and escalate their access level within the application.

The vulnerability requires no user interaction and can be exploited with low attack complexity, making it highly accessible to threat actors. For detailed technical analysis and proof-of-concept information, refer to the GitHub CVE-2025-28413 Documentation.

Detection Methods for CVE-2025-28413

Indicators of Compromise

  • Unusual HTTP requests to /system/dict/type or related SysDictTypeController endpoints from unauthenticated sources
  • Log entries showing privilege escalation attempts or unauthorized access to dictionary type management functions
  • Creation or modification of system dictionary entries by users without appropriate administrative privileges
  • Unexpected changes to user roles or permissions in the RuoYi application database

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block suspicious requests targeting the SysDictTypeController endpoints
  • Deploy application-level logging to capture all requests to administrative controller endpoints with source IP and authentication status
  • Configure SIEM rules to alert on patterns of unauthenticated access attempts to privileged RuoYi endpoints
  • Use runtime application self-protection (RASP) solutions to detect and prevent privilege escalation attempts

Monitoring Recommendations

  • Monitor access logs for the SysDictTypeController component for requests from unauthorized or unauthenticated sources
  • Track changes to system dictionary types and user privilege levels for unauthorized modifications
  • Review authentication logs for patterns indicating privilege escalation or authorization bypass attempts
  • Implement real-time alerting for any changes to administrative configurations or user roles

How to Mitigate CVE-2025-28413

Immediate Actions Required

  • Upgrade RuoYi to a version newer than 4.8.0 that includes the security fix for CVE-2025-28413
  • Implement network-level access controls to restrict access to administrative endpoints from trusted sources only
  • Enable comprehensive logging for all controller actions to support incident response and forensic analysis
  • Review existing user accounts and permissions for any signs of unauthorized privilege escalation
  • Deploy web application firewall rules to filter malicious requests targeting the vulnerable component

Patch Information

Organizations should monitor the RuoYi GitHub Repository for official security patches addressing CVE-2025-28413. It is recommended to update to the latest stable release that includes remediation for this vulnerability. Review the official project releases and changelogs for security-related updates.

Workarounds

  • Implement additional authentication and authorization checks at the application gateway or reverse proxy level for the SysDictTypeController endpoints
  • Restrict network access to the affected RuoYi application to trusted IP ranges using firewall rules
  • Disable or remove the SysDictTypeController component if dictionary type management functionality is not required
  • Deploy a web application firewall with rules specifically designed to block privilege escalation attempts
bash
# Example: Restrict access to RuoYi admin endpoints via nginx
location /system/dict/type {
    # Allow only trusted internal networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Require authentication at proxy level
    auth_basic "Restricted Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    
    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
  • TypePrivilege Escalation

  • Vendor/TechRuoyi

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.97%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Technical References
  • GitHub CVE-2025-28413 Documentation

  • GitHub RuoYi Project Repository
  • Related CVEs
  • CVE-2026-4564: RuoYi Quartz Job RCE Vulnerability

  • CVE-2025-70986: RuoYi Access Control Bypass Vulnerability

  • CVE-2025-70985: RuoYi Access Control Bypass Vulnerability

  • CVE-2024-42913: Ruoyi CMS 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