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

CVE-2025-41115: Grafana Privilege Escalation Vulnerability

CVE-2025-41115 is a privilege escalation vulnerability in Grafana Enterprise affecting SCIM provisioning. Attackers can exploit user identity handling flaws to impersonate users. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2025-41115 Overview

CVE-2025-41115 is a critical privilege escalation vulnerability affecting Grafana Enterprise and Grafana Cloud environments where SCIM (System for Cross-domain Identity Management) provisioning is enabled. The vulnerability exists in the user identity handling mechanism of the SCIM provisioning feature, which was introduced in April to improve automated user lifecycle management.

When SCIM provisioning is enabled and configured, a malicious or compromised SCIM client can provision a user with a numeric externalId. This flawed handling allows the attacker to override internal user IDs, potentially leading to user impersonation or privilege escalation within the Grafana environment.

Critical Impact

A compromised SCIM client can override internal Grafana user IDs through numeric externalId manipulation, enabling complete user impersonation and privilege escalation to administrator-level access.

Affected Products

  • Grafana Enterprise versions 12.x with SCIM provisioning enabled
  • Grafana Cloud instances with SCIM provisioning enabled
  • Systems with enableSCIM feature flag set to true and user_sync_enabled config option set to true

Discovery Timeline

  • 2025-11-21 - CVE-2025-41115 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-41115

Vulnerability Analysis

This vulnerability is classified under CWE-266 (Incorrect Privilege Assignment). The core issue lies in how Grafana's SCIM implementation handles the externalId attribute during user provisioning operations. The SCIM standard allows identity providers to assign external identifiers to users for synchronization purposes. However, Grafana's implementation fails to properly validate and sanitize numeric externalId values, allowing them to collide with or override internal user ID assignments.

The vulnerability specifically affects the user synchronization workflow when both the enableSCIM feature flag is enabled and the user_sync_enabled configuration option is set to true in the [auth.scim] configuration block. Under these conditions, an attacker with control over a SCIM client can craft malicious provisioning requests that inject numeric external IDs matching existing internal user IDs.

Root Cause

The root cause is improper input validation and privilege assignment in the SCIM user provisioning handler. The system does not adequately distinguish between external identity attributes (externalId) and internal user identifiers, allowing numeric external IDs to be interpreted or processed in a way that affects internal user ID resolution. This design flaw enables an attacker to effectively assume the identity of any existing user by crafting a SCIM provisioning request with a strategically chosen numeric externalId.

Attack Vector

The attack requires network access and the ability to send authenticated SCIM API requests to the Grafana instance. A threat actor who has compromised or controls a SCIM client integrated with Grafana can exploit this vulnerability by:

  1. Identifying target user IDs within the Grafana environment
  2. Crafting a SCIM user provisioning request with a numeric externalId that matches the target internal user ID
  3. Submitting the malicious provisioning request through the SCIM API
  4. Gaining access as the impersonated user, potentially including administrative accounts

The attack is remotely exploitable with no user interaction required. Organizations using SCIM integration with identity providers such as Okta, Azure AD, or OneLogin should assess their exposure to this vulnerability.

Detection Methods for CVE-2025-41115

Indicators of Compromise

  • Unexpected SCIM provisioning requests containing numeric externalId values that match existing internal user IDs
  • Audit log entries showing user attribute changes via SCIM that conflict with established user records
  • Multiple users appearing to share the same session or authentication context
  • Unexplained privilege elevation or access to resources outside a user's normal scope

Detection Strategies

  • Monitor SCIM API endpoints for provisioning requests with numeric externalId patterns, particularly those matching internal ID formats
  • Implement alerting on SCIM operations that result in user attribute collisions or overwrites
  • Review authentication logs for session anomalies where users appear to be logged in from multiple locations or with inconsistent attributes
  • Deploy API traffic analysis to detect unusual patterns in SCIM client communications

Monitoring Recommendations

  • Enable detailed audit logging for all SCIM provisioning operations in Grafana
  • Configure alerts for any SCIM-related authentication or authorization failures
  • Establish baseline metrics for SCIM provisioning activity and alert on deviations
  • Review SCIM client configurations and ensure they are properly secured and monitored

How to Mitigate CVE-2025-41115

Immediate Actions Required

  • Disable SCIM provisioning by setting enableSCIM feature flag to false if not actively required
  • Set user_sync_enabled to false in the [auth.scim] configuration block as a temporary mitigation
  • Audit existing user accounts for signs of identity manipulation or privilege escalation
  • Review and restrict access to SCIM client credentials and configurations
  • Monitor Grafana security advisories for patch availability

Patch Information

Organizations should monitor the Grafana Security Advisory CVE-2025-41115 for official patch releases and detailed remediation guidance. Apply security updates as soon as they become available from Grafana.

Workarounds

  • Disable SCIM user synchronization by setting user_sync_enabled = false in the [auth.scim] configuration section
  • Implement additional network-level access controls to restrict SCIM API endpoint access to trusted identity provider sources only
  • Deploy a Web Application Firewall (WAF) rule to filter SCIM requests containing suspicious numeric externalId values
  • Consider using alternative user provisioning methods such as LDAP or OAuth until a patch is available
bash
# Grafana configuration workaround - disable SCIM user sync
# Edit your grafana.ini or custom.ini configuration file

[auth.scim]
# Disable user synchronization to mitigate CVE-2025-41115
user_sync_enabled = false

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGrafana

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • 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-266
  • Technical References
  • Grafana Security Advisory CVE-2025-41115
  • Related CVEs
  • CVE-2026-21725: Grafana Privilege Escalation Vulnerability

  • CVE-2023-4822: Grafana Privilege Escalation Vulnerability

  • CVE-2024-9476: Grafana Privilege Escalation Vulnerability

  • CVE-2022-24812: Grafana Privilege Escalation Vulnerability
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