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

CVE-2025-45615: Yaoqishan Auth Bypass Vulnerability

CVE-2025-45615 is an authentication bypass vulnerability in Yaoqishan v0.0.1-SNAPSHOT that allows attackers to gain Admin rights via crafted requests. This article covers the technical details, affected versions, and mitigation.

Published: March 25, 2026

CVE-2025-45615 Overview

CVE-2025-45615 is an Incorrect Access Control vulnerability discovered in the /admin/ API endpoint of yaoqishan v0.0.1-SNAPSHOT. This vulnerability allows unauthenticated attackers to gain administrative privileges by sending crafted requests to the vulnerable endpoint, effectively bypassing authentication and authorization mechanisms entirely.

Critical Impact

Attackers can remotely gain full administrative access to affected yaoqishan installations without any authentication, potentially leading to complete system compromise, data theft, and unauthorized modifications.

Affected Products

  • user-xiangpeng yaoqishan v0.0.1-SNAPSHOT

Discovery Timeline

  • 2025-05-05 - CVE-2025-45615 published to NVD
  • 2025-10-17 - Last updated in NVD database

Technical Details for CVE-2025-45615

Vulnerability Analysis

This vulnerability stems from improper access control implementation in the /admin/ API of yaoqishan. The application fails to properly verify user authentication and authorization before granting access to administrative functions. This is classified under CWE-284 (Improper Access Control), which encompasses failures to restrict access to authorized users only.

The network-accessible nature of this vulnerability means that any attacker with network access to the affected application can attempt exploitation. No prior authentication or user interaction is required, making this a highly exploitable vulnerability that poses significant risk to confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2025-45615 lies in missing or improperly implemented access control checks within the /admin/ API endpoint. The application does not adequately verify that requests to administrative functions originate from authenticated and authorized users. This allows attackers to craft requests that bypass whatever minimal security controls may exist, directly accessing administrative functionality that should be restricted.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker can exploit this flaw remotely by sending specially crafted HTTP requests to the /admin/ API endpoint. Since no authentication is required, the attacker does not need valid credentials or prior access to the system.

The exploitation process involves identifying the vulnerable /admin/ API endpoint and constructing requests that mimic legitimate administrative actions. Due to the lack of proper access control, these requests are processed by the application as if they originated from an authenticated administrator.

For additional technical details regarding this vulnerability, refer to the GitHub Issue Discussion.

Detection Methods for CVE-2025-45615

Indicators of Compromise

  • Unexpected HTTP requests to /admin/ API endpoints from unauthenticated sources or unknown IP addresses
  • Administrative actions logged without corresponding user authentication events
  • New administrator accounts or privilege escalations appearing without authorized changes
  • Unusual modifications to system configurations or sensitive data

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on suspicious requests to /admin/ endpoints
  • Review access logs for requests to administrative endpoints that lack proper authentication tokens or session identifiers
  • Deploy intrusion detection systems (IDS) configured to detect access control bypass attempts
  • Conduct regular security audits of user permissions and administrative account activities

Monitoring Recommendations

  • Enable comprehensive logging for all requests to the /admin/ API and administrative functions
  • Set up real-time alerting for authentication failures followed by successful administrative actions
  • Monitor for unusual patterns of administrative API usage, especially from external IP addresses
  • Implement anomaly detection to identify deviations from normal administrative access patterns

How to Mitigate CVE-2025-45615

Immediate Actions Required

  • Restrict network access to the /admin/ API endpoint using firewall rules or network segmentation
  • Implement strong authentication mechanisms for all administrative functions immediately
  • Review and revoke any unauthorized administrative accounts or privileges that may have been created
  • Temporarily disable the affected /admin/ API if the application is not critical to operations

Patch Information

At the time of writing, no official patch has been released by the vendor for CVE-2025-45615. Users should monitor the GitHub Issue Discussion for updates regarding official fixes. Given that the affected version is v0.0.1-SNAPSHOT, this appears to be a development/pre-release version, and users should consider upgrading to a stable release when available.

Workarounds

  • Implement network-level access controls (firewall rules) to limit access to the /admin/ endpoint to trusted IP addresses only
  • Deploy a reverse proxy or WAF with authentication enforcement for administrative endpoints
  • Add application-level authentication middleware to protect the /admin/ API before the official patch is available
  • Consider disabling the vulnerable API endpoint entirely if administrative functionality can be managed through alternative means
bash
# Example: Restrict access to /admin/ endpoint using iptables
# Allow only trusted admin IP (replace with your admin IP)
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.100 -j ACCEPT
# Drop all other traffic to the application port (adjust as needed)
# Note: This is a network-level workaround; application-level fixes are recommended

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechYaoqishan

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.36%

  • 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 Issue Discussion
  • 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