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
    • 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-45613

CVE-2025-45613: Shiro-Action Information Disclosure Flaw

CVE-2025-45613 is an information disclosure vulnerability in Shiro-Action v0.6 caused by incorrect access control in the /user/list component. This article covers the technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-45613 Overview

CVE-2025-45613 is an incorrect access control vulnerability in the /user/list component of Shiro-Action v0.6. This security flaw allows unauthenticated attackers to access sensitive user information by sending crafted HTTP requests to the affected endpoint. The vulnerability stems from improper access control implementation in the Apache Shiro-based permission framework.

Critical Impact

Unauthenticated attackers can exploit the /user/list endpoint to enumerate and access sensitive user data without proper authorization, potentially exposing usernames, roles, and other confidential information stored in the application.

Affected Products

  • Shiro-Action v0.6 by zhaojun1998
  • Applications built using the affected Shiro-Action framework
  • Web services exposing the vulnerable /user/list endpoint

Discovery Timeline

  • 2025-05-05 - CVE-2025-45613 published to NVD
  • 2025-10-14 - Last updated in NVD database

Technical Details for CVE-2025-45613

Vulnerability Analysis

This vulnerability falls under CWE-284 (Improper Access Control), indicating that the application fails to properly restrict access to a sensitive resource. The /user/list component in Shiro-Action v0.6 does not adequately verify user permissions before returning user data. This allows attackers to bypass authentication and authorization checks entirely when accessing the user listing functionality.

The vulnerability is network-accessible and requires no user interaction or prior authentication to exploit. Attackers can directly query the vulnerable endpoint and retrieve sensitive information that should be restricted to authorized administrators only.

Root Cause

The root cause of CVE-2025-45613 lies in the improper implementation of access control checks within the Shiro-Action framework's user management module. The /user/list endpoint appears to lack the necessary Apache Shiro permission annotations or filter chain definitions that would enforce authentication and authorization requirements. This configuration oversight allows the endpoint to respond to requests without validating whether the requester has appropriate permissions to view user data.

Attack Vector

The attack vector for this vulnerability is straightforward. An attacker can exploit this flaw by sending a crafted HTTP request directly to the /user/list endpoint. The attack is network-based and does not require any special privileges, user interaction, or complex conditions to execute. The vulnerability specifically impacts confidentiality by exposing sensitive user information.

The exploitation process typically involves:

  1. Identifying a target application running Shiro-Action v0.6
  2. Sending a crafted HTTP request to the /user/list endpoint
  3. Receiving sensitive user data in the response without authentication

For detailed technical information about this vulnerability, refer to the GitHub Issue Discussion.

Detection Methods for CVE-2025-45613

Indicators of Compromise

  • Unusual HTTP requests to /user/list endpoint from external or unauthorized IP addresses
  • Increased volume of requests to user enumeration endpoints without valid session tokens
  • Access logs showing requests to /user/list without accompanying authentication headers
  • Response payloads containing user data sent to unauthenticated sessions

Detection Strategies

  • Configure web application firewalls (WAF) to monitor and alert on unauthenticated access attempts to /user/list
  • Implement application-level logging to track all requests to sensitive user management endpoints
  • Deploy intrusion detection rules to identify patterns of unauthorized data access attempts
  • Monitor for reconnaissance activities targeting user enumeration endpoints

Monitoring Recommendations

  • Enable detailed access logging for all /user/* endpoints in your application
  • Set up real-time alerts for requests to sensitive endpoints that lack valid authentication tokens
  • Review application logs regularly for anomalous access patterns to user management functions
  • Implement rate limiting on user listing endpoints to slow down enumeration attacks

How to Mitigate CVE-2025-45613

Immediate Actions Required

  • Restrict network access to the /user/list endpoint using firewall rules or network segmentation
  • Implement authentication checks at the web server or reverse proxy level as a temporary measure
  • Review all Shiro-Action endpoints for similar access control misconfigurations
  • Consider disabling the vulnerable endpoint until a proper fix can be applied

Patch Information

As of the last NVD update on 2025-10-14, users should monitor the Shiro-Action GitHub repository for official patches or updates addressing this vulnerability. Upgrade to a patched version of Shiro-Action when available from the vendor.

Workarounds

  • Add explicit Apache Shiro permission annotations (e.g., @RequiresAuthentication, @RequiresPermissions) to the vulnerable controller method
  • Configure Shiro filter chains in shiro.ini or equivalent configuration to require authentication for /user/** paths
  • Deploy a reverse proxy with authentication requirements in front of vulnerable endpoints
  • Implement IP-based access restrictions to limit access to trusted networks only
bash
# Example Shiro filter chain configuration workaround
# Add to shiro.ini or application configuration
[urls]
/user/list = authc, perms["user:view"]
/user/** = authc

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechZhaojun1998 Shiro Action

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Issue Discussion
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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