VYPR
High severity7.3NVD Advisory· Published May 2, 2025· Updated Apr 15, 2026

CVE-2025-4210

CVE-2025-4210

Description

A vulnerability classified as critical was found in Casdoor up to 1.811.0. This vulnerability affects the function HandleScim of the file controllers/scim.go of the component SCIM User Creation Endpoint. The manipulation leads to authorization bypass. The attack can be initiated remotely. Upgrading to version 1.812.0 is able to address this issue. The name of the patch is 3d12ac8dc2282369296c3386815c00a06c6a92fe. It is recommended to upgrade the affected component.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
github.com/casdoor/casdoorGo
< 1.812.01.812.0

Patches

1
3d12ac8dc228

feat: improve HandleScim()

https://github.com/casdoor/casdoorhsluoyzJan 22, 2025via ghsa
1 file changed · +5 0
  • controllers/scim.go+5 0 modified
    @@ -21,6 +21,11 @@ import (
     )
     
     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)
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

8

News mentions

0

No linked articles in our index yet.