| 제목 | chillzhuang springblade v4.0 and later Authorization Bypass Through User-Controlled SQL Primary Key |
|---|
| 설명 | The HTTP endpoint POST /user/user-auth-info accepts a client-supplied userId and persists it together with an OAuth subject identified by uuid and source.
An attacker can bind an OAuth identity they control to any victim account, including administrative accounts. During a subsequent OAuth login using that same identity, the application resolves the attacker-controlled OAuth identity to the victim account, causing the authentication service to issue a valid authentication token for the victim.
The endpoint is implemented as a REST controller intended for Feign-based service communication, but it lacks:
- Service-to-service authentication
- Authorization checks
- Current-user validation
- Ownership validation
As a result, it can be abused to create arbitrary OAuth-to-user account associations. |
|---|
| 원천 | ⚠️ https://aibot88.github.io/CVERequest/SpringBlade/issue2.html |
|---|
| 사용자 | Anonymous User |
|---|
| 제출 | 2026. 07. 30. AM 06:15 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 24. PM 03:58 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 409352 [chillzhuang SpringBlade 까지 5.0.2 user-auth-info Endpoint UserServiceImpl.java UserServiceImpl.userInfo userId 권한 상승] |
|---|
| 포인트들 | 20 |
|---|