| 제목 | SourceCodester Simple Traffic Offense System using PHP with Source Code 1.0 Missing Authentication |
|---|
| 설명 | The application exposes a user creation endpoint, saveuser.php, that does not enforce server-side authentication or authorization. By deleting the session cookie or otherwise sending the request without a valid authenticated session, an attacker can still submit a crafted request, modify the position parameter, and create a new account with administrative privileges.
The backend endpoint saveuser.php accepts user-supplied role data without validating whether the current session is authenticated or authorized to create administrator accounts. The page-level control in sidebar.php only checks whether a user is logged in at the UI level, not whether the request is allowed at the backend.
As a result, the application trusts a client-controlled field for privilege assignment. |
|---|
| 원천 | ⚠️ https://github.com/tan1540684326-QAQ/cve/issues/1 |
|---|
| 사용자 | LiuHeQi (UID 99807) |
|---|
| 제출 | 2026. 07. 27. AM 10:22 (1 월 ago) |
|---|
| 모더레이션 | 2026. 09. 06. PM 05:55 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 399454 [SourceCodester Simple Traffic Offense System 1.0 User Creation saveuser.php position 약한 인증] |
|---|
| 포인트들 | 20 |
|---|