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

CVE-2025-45616: Baidu Brcc Auth Bypass Vulnerability

CVE-2025-45616 is an authentication bypass flaw in Baidu Brcc that allows attackers to gain admin privileges through crafted requests. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 11, 2026

CVE-2025-45616 Overview

CVE-2025-45616 is a Broken Access Control vulnerability in Baidu BRCC (Baidu Remote Configuration Center), a distributed configuration management platform. The vulnerability exists in the /admin/** API endpoints of brcc version 1.2.0, where incorrect access control implementation allows unauthenticated attackers to gain administrative rights via crafted HTTP requests. This vulnerability is classified under CWE-284 (Improper Access Control).

Critical Impact

Attackers can bypass authentication mechanisms and gain full administrative access to the BRCC configuration management system, potentially compromising all applications relying on the configuration center.

Affected Products

  • Baidu BRCC version 1.2.0
  • Applications using the /admin/** API endpoints
  • Distributed systems relying on BRCC for configuration management

Discovery Timeline

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

Technical Details for CVE-2025-45616

Vulnerability Analysis

This vulnerability represents a fundamental flaw in the access control mechanism of Baidu BRCC's administrative API. The /admin/** API endpoints lack proper authentication and authorization checks, allowing any network-accessible attacker to submit crafted requests that bypass intended security restrictions. Once exploited, an attacker gains complete administrative privileges over the configuration management system.

The impact of this vulnerability is severe because BRCC serves as a centralized configuration management platform for distributed systems. Compromising administrative access could allow attackers to modify configurations across all connected applications, potentially leading to further system compromise, data exfiltration, or service disruption.

Root Cause

The root cause is improper implementation of access control on the /admin/** API endpoints. The application fails to properly validate authentication credentials or authorization tokens before processing administrative requests. This allows attackers to craft requests that the system incorrectly treats as authorized administrative actions.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the BRCC application can send specially crafted HTTP requests to the /admin/** API endpoints. The lack of proper access controls means these requests are processed with administrative privileges, granting the attacker full control over the configuration management system.

The vulnerability can be exploited by sending HTTP requests directly to the administrative API endpoints. Without proper authentication enforcement, the application processes these requests as if they originated from a legitimate administrator. For detailed technical information, refer to the GitHub Issue on BRCC.

Detection Methods for CVE-2025-45616

Indicators of Compromise

  • Unexpected or unauthorized HTTP requests to /admin/** API endpoints
  • Administrative configuration changes without corresponding legitimate administrator activity
  • New administrative user accounts or modified permissions in BRCC
  • Anomalous access patterns to the configuration management system from unknown IP addresses

Detection Strategies

  • Monitor HTTP access logs for requests to /admin/** endpoints from unexpected sources
  • Implement Web Application Firewall (WAF) rules to detect and alert on unauthorized administrative API access attempts
  • Deploy intrusion detection signatures for unusual patterns in BRCC administrative traffic
  • Enable authentication logging to identify requests bypassing normal authentication flows

Monitoring Recommendations

  • Configure real-time alerting for any access to administrative endpoints without valid authentication
  • Establish baseline behavior for administrative API usage and alert on deviations
  • Monitor for configuration changes that occur outside of normal change management windows
  • Implement network segmentation monitoring to detect lateral movement after potential exploitation

How to Mitigate CVE-2025-45616

Immediate Actions Required

  • Restrict network access to the BRCC /admin/** API endpoints using firewall rules or network segmentation
  • Implement reverse proxy authentication in front of the BRCC application to enforce access controls
  • Audit current BRCC configurations and administrative accounts for unauthorized changes
  • Consider taking the BRCC administrative interface offline until proper access controls can be implemented

Patch Information

No official vendor patch information is currently available. Users should monitor the GitHub Issue on BRCC for updates from Baidu regarding a security fix. In the absence of an official patch, organizations should implement the recommended workarounds and network-level controls.

Workarounds

  • Place BRCC behind a VPN or secure network segment accessible only to authorized administrators
  • Deploy a reverse proxy with strong authentication (e.g., mutual TLS or OAuth) in front of the application
  • Implement IP allowlisting to restrict access to administrative endpoints to known trusted addresses
  • Use a Web Application Firewall (WAF) configured to block unauthorized requests to /admin/** paths
bash
# Example nginx reverse proxy configuration with basic authentication
location /admin/ {
    auth_basic "BRCC Admin Access";
    auth_basic_user_file /etc/nginx/.htpasswd;
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://brcc-backend:8080;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechBaidu Brcc

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.41%

  • 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 on BRCC
  • 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