Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-41115 β€” AI Deep Analysis Summary

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical SCIM Privilege Escalation in Grafana Enterprise. <br>πŸ’₯ **Consequences**: Attackers can impersonate users or escalate privileges to Admin level. CVSS Score: **10.0** (Critical).

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper handling of user identity in **SCIM configuration**.…

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Grafana Enterprise** versions **12.x**. <br>βš™οΈ **Component**: Specifically the **SCIM user-provisioning** feature when enabled.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Hacker Actions**: <br>1. **Identity Impersonation**: Act as any user. <br>2. **Privilege Escalation**: Gain Admin rights. <br>3. **Full Control**: Read/Modify/Delete all dashboards & data (C:H, I:H, A:H).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: No authentication required (`PR:N`). <br>🌐 **Network**: Remote (`AV:N`). <br>πŸ”§ **Config**: Requires `user_sync_enabled = true` in SCIM settings.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’£ **Public Exp**: **YES**. Multiple PoCs available on GitHub (e.g., `Blackash-CVE-2025-41115`). <br>πŸ”₯ **Wild Exploitation**: High risk due to simplicity of sending a numeric `externalId`.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check if running **Grafana Enterprise 12.x**. <br>2. Verify if **SCIM** is enabled. <br>3. Check config for `user_sync_enabled = true`. <br>4. Scan for SCIM endpoints accepting numeric IDs.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **YES**. Vendor advisory published on **2025-11-21**. <br>πŸ“₯ **Action**: Update to the patched version immediately via Grafana Security Advisories.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable SCIM** if not strictly needed. <br>2. Set `user_sync_enabled = false`. <br>3. Restrict SCIM client access via **Firewall/WAF** to trusted IPs only.

Q10Is it urgent? (Priority Suggestion)

πŸ”΄ **Urgency**: **CRITICAL / IMMEDIATE**. <br>πŸ“’ **Priority**: Patch immediately. CVSS 10.0 + Public Exploits = High likelihood of active attacks. Do not wait.