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.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/casdoor/casdoorGo | < 1.812.0 | 1.812.0 |
Patches
11 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- github.com/advisories/GHSA-8w8f-h4cm-c4pgghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-4210ghsaADVISORY
- github.com/casdoor/casdoor/commit/3d12ac8dc2282369296c3386815c00a06c6a92fenvdWEB
- github.com/casdoor/casdoor/releases/tag/v1.812.0nvdWEB
- pkg.go.dev/vuln/GO-2024-3661ghsaWEB
- vuldb.comnvdWEB
- vuldb.comnvdWEB
- vuldb.comnvdWEB
News mentions
0No linked articles in our index yet.