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

CVE-2025-66385: Cerebrate Privilege Escalation Vulnerability

CVE-2025-66385 is a privilege escalation vulnerability in Cerebrate that allows authenticated users to gain admin privileges by manipulating user-edit requests. This article covers technical details, affected versions, and mitigations.

Published: April 8, 2026

CVE-2025-66385 Overview

CVE-2025-66385 is a critical privilege escalation vulnerability in Cerebrate, an open-source platform for sharing and synchronizing threat intelligence. The vulnerability exists in the UsersController::edit function in versions prior to 1.30, allowing authenticated non-privileged users to escalate their privileges to higher roles, including administrator, by manipulating the role_id or organisation_id fields in user-edit requests.

Critical Impact

An authenticated low-privilege user can gain administrative access to the Cerebrate platform, potentially compromising the entire threat intelligence sharing infrastructure and all connected organizations.

Affected Products

  • Cerebrate versions prior to 1.30
  • Cerebrate v1.29 and earlier releases
  • Organizations using Cerebrate for threat intelligence sharing

Discovery Timeline

  • 2025-11-28 - CVE-2025-66385 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-66385

Vulnerability Analysis

This vulnerability is classified under CWE-472 (External Control of Assumed-Immutable Web Parameter). The UsersController::edit endpoint in Cerebrate fails to properly validate and restrict which user profile fields can be modified during an edit operation. When a user submits a request to the user-edit endpoint, the application does not adequately verify that the requesting user has authorization to modify sensitive fields like role_id and organisation_id.

The vulnerability allows any authenticated user, regardless of their current privilege level, to inject or modify these critical fields in the edit request payload. Since role assignments directly control access permissions within Cerebrate, successfully exploiting this flaw grants the attacker elevated privileges equivalent to whichever role ID they specify—including full administrative access.

Root Cause

The root cause of this vulnerability stems from insufficient server-side validation of user-controllable input parameters in the UsersController::edit function. The application accepts and processes role_id and organisation_id parameters from user requests without verifying whether the authenticated user has authorization to modify these sensitive fields. This represents a classic Insecure Direct Object Reference (IDOR) combined with improper access control, where the application trusts client-supplied data for security-critical operations.

Attack Vector

The attack is network-based and requires authentication to the Cerebrate platform. An attacker with a valid low-privilege account can craft a malicious HTTP request to the user-edit endpoint, including the role_id parameter set to a privileged role (such as an administrator role ID). The application processes this request without proper authorization checks, resulting in the attacker's account being elevated to the specified role.

The exploitation is straightforward and does not require any user interaction or special conditions beyond network access to the Cerebrate instance and valid authentication credentials. Once the attacker modifies their role to an administrative level, they gain full control over the Cerebrate platform, including access to sensitive threat intelligence data, user management capabilities, and configuration settings.

Detection Methods for CVE-2025-66385

Indicators of Compromise

  • Unexpected changes to user role_id or organisation_id fields in Cerebrate user records
  • Audit logs showing user-edit operations that modify role assignments by non-administrative users
  • Sudden privilege elevation of previously low-privilege accounts
  • HTTP requests to the user-edit endpoint containing role_id or organisation_id parameters from non-admin sessions

Detection Strategies

  • Monitor Cerebrate audit logs for any user-edit operations that result in role changes
  • Implement alerting on POST/PUT requests to the user-edit endpoint that contain role_id or organisation_id parameters
  • Review user role assignments periodically for unauthorized changes
  • Deploy web application firewall (WAF) rules to flag suspicious parameter injection attempts

Monitoring Recommendations

  • Enable comprehensive audit logging in Cerebrate to capture all user modification events
  • Configure SIEM alerts for privilege escalation patterns in Cerebrate logs
  • Implement periodic user role audits to detect unauthorized elevation
  • Monitor network traffic to Cerebrate instances for anomalous API requests targeting user management endpoints

How to Mitigate CVE-2025-66385

Immediate Actions Required

  • Upgrade Cerebrate to version 1.30 or later immediately
  • Audit all user accounts to identify any unauthorized privilege escalations
  • Review recent user-edit operations in audit logs for suspicious activity
  • Consider temporarily restricting user self-edit capabilities until the patch is applied

Patch Information

The vulnerability has been addressed in Cerebrate version 1.30. The fix is available in commit c9bfa90abc85d4a20a9cc2f282959b72bef829bb. Organizations can review the complete changes between vulnerable and patched versions via the GitHub version comparison for v1.29 to v1.30. Additional vulnerability details are available in the CIRCL Vulnerability Report.

Workarounds

  • Implement network-level access controls to restrict access to the Cerebrate instance to trusted networks only
  • Deploy a web application firewall (WAF) with rules to block requests containing role_id or organisation_id parameters from non-administrative sessions
  • Disable or restrict the user-edit functionality until the patch can be applied
  • Implement additional authentication layers (MFA) to reduce the risk of compromised accounts being used for exploitation

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechCerebrate

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-472
  • Technical References
  • GitHub Commit Details

  • GitHub Version Comparison

  • CIRCL Vulnerability Report
  • 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