A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-4210

CVE-2025-4210: Casdoor Authorization Bypass Vulnerability

CVE-2025-4210 is a critical authorization bypass vulnerability in Casdoor versions up to 1.811.0, affecting the SCIM User Creation Endpoint. This article covers technical details, affected versions, impact, and mitigation.

Published: May 4, 2026

CVE-2025-4210 Overview

CVE-2025-4210 is an authorization bypass vulnerability in Casdoor, an open-source identity and access management platform. The flaw resides in the HandleScim function within controllers/scim.go, which exposes the System for Cross-domain Identity Management (SCIM) User Creation Endpoint. The endpoint failed to verify administrator privileges before processing requests, allowing remote unauthenticated attackers to create user accounts. The vulnerability affects Casdoor versions up to and including 1.811.0 and is resolved in version 1.812.0 via commit 3d12ac8dc2282369296c3386815c00a06c6a92fe. The weakness is classified under CWE-285: Improper Authorization.

Critical Impact

Remote unauthenticated attackers can invoke the SCIM User Creation Endpoint to provision accounts, undermining the integrity of identity data managed by Casdoor.

Affected Products

  • Casdoor versions up to and including 1.811.0
  • Component: SCIM User Creation Endpoint (controllers/scim.go)
  • Fixed in Casdoor 1.812.0

Discovery Timeline

  • 2025-05-02 - CVE-2025-4210 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-4210

Vulnerability Analysis

The vulnerability is an authorization bypass in the SCIM endpoint handler of Casdoor. SCIM is a standard protocol for automating user identity provisioning between systems. In affected versions, the HandleScim function in controllers/scim.go forwarded incoming SCIM requests directly to the SCIM server without enforcing an administrator authorization check. Because SCIM endpoints support privileged identity operations such as creating users, the missing access control allowed any remote caller to reach functionality reserved for administrators.

Root Cause

The root cause is a missing authorization gate in the request handler. The HandleScim controller routed traffic through scim.Server.ServeHTTP without first calling the framework's RequireAdmin helper. This omission falls under [CWE-285] (Improper Authorization), where the application performs the requested action without confirming the caller has the necessary privileges.

Attack Vector

The attack is network-reachable and requires no authentication or user interaction. An attacker sends an HTTP request to the /scim path on a vulnerable Casdoor instance and invokes SCIM operations such as user creation. Successful exploitation can introduce attacker-controlled identities into the IAM platform, providing a foothold for downstream access to applications that trust Casdoor.

go
// Patch from controllers/scim.go - feat: improve HandleScim()
 func (c *RootController) HandleScim() {
+	_, ok := c.RequireAdmin()
+	if !ok {
+		return
+	}
+
 	path := c.Ctx.Request.URL.Path
 	c.Ctx.Request.URL.Path = strings.TrimPrefix(path, "/scim")
 	scim.Server.ServeHTTP(c.Ctx.ResponseWriter, c.Ctx.Request)

Source: Casdoor commit 3d12ac8. The patch adds a RequireAdmin() check that aborts the handler when the caller is not an administrator.

Detection Methods for CVE-2025-4210

Indicators of Compromise

  • Unexpected POST requests to URI paths beginning with /scim/Users from unauthenticated or unfamiliar source addresses.
  • Newly created Casdoor user accounts with no corresponding administrator action in audit trails.
  • Casdoor running a version at or below 1.811.0 exposed to untrusted networks.

Detection Strategies

  • Inspect HTTP access logs for requests to /scim/* endpoints lacking valid admin session cookies or API tokens.
  • Compare Casdoor user inventory against authoritative HR or directory sources to flag accounts created outside change-control processes.
  • Run version inventory queries against Casdoor deployments and alert on builds older than 1.812.0.

Monitoring Recommendations

  • Forward Casdoor application and reverse-proxy logs to a centralized SIEM and alert on anomalous SCIM traffic patterns.
  • Monitor identity provider events for new accounts immediately followed by privilege grants or OAuth client linkage.
  • Track outbound authentication events from applications federated to Casdoor for sign-ins by recently created principals.

How to Mitigate CVE-2025-4210

Immediate Actions Required

  • Upgrade Casdoor to version 1.812.0 or later, which includes commit 3d12ac8dc2282369296c3386815c00a06c6a92fe.
  • Audit all user accounts created since deployment of any version at or below 1.811.0 and disable unauthorized identities.
  • Restrict network exposure of the Casdoor administrative and SCIM endpoints to trusted management networks.

Patch Information

The fix is published in the Casdoor v1.812.0 release. The patch modifies controllers/scim.go so that HandleScim invokes RequireAdmin() and returns immediately if the caller is not authenticated as an administrator. Additional context is available in the VulDB entry for this issue.

Workarounds

  • Block external access to the /scim URI path at the reverse proxy or web application firewall until the upgrade is applied.
  • Place Casdoor behind an authenticating proxy that enforces administrator identity before traffic reaches the SCIM handler.
  • Disable SCIM-dependent integrations temporarily if upgrade deployment is delayed.
bash
# Example NGINX rule to block unauthenticated SCIM access pre-upgrade
location /scim/ {
    allow 10.0.0.0/8;        # internal management network
    deny  all;
    proxy_pass http://casdoor_upstream;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCasdoor

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability2.93%

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

  • GitHub Release v1.812.0

  • VulDB #307180 - CTI Issue

  • VulDB #307180

  • VulDB #556201 Submission
  • Related CVEs
  • CVE-2026-6815: Casdoor Path Traversal Vulnerability

  • CVE-2026-5467: Casbin Casdoor Open Redirect Vulnerability

  • CVE-2026-5468: Casbin Casdoor XSS Vulnerability

  • CVE-2026-5469: Casbin Casdoor SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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