| 제목 | error311 FileRise 3.20.0 Authentication Bypass |
|---|
| 설명 | The disableBasicAuth, disableFormLogin, and disableOIDCLogin configuration flags are enforced only client-side via JavaScript. There is zero server-side enforcement. An attacker bypasses these restrictions by sending requests directly to the backend API endpoints. Vulnerable code in src/FileRise/Http/Controllers/AuthController.php: loginBasic() at line 761, handleFormLogin() at line 506, handleOidcFlow() at line 177. None of these methods check the corresponding disable flag. These flags exist only in AdminModel.php and admin JavaScript (hides UI buttons). PoC: curl -s http://127.0.0.1:8080/api/auth/login_basic.php -H 'Authorization: Basic YXR0YWNrZXI6UGFzc3dvcmQxMjMh' returns 302 despite disableBasicAuth=true.
|
|---|
| 원천 | ⚠️ https://github.com/error311/FileRise/security/advisories/GHSA-p9qc-2r93-jccq |
|---|
| 사용자 | BRabbit (UID 99520) |
|---|
| 제출 | 2026. 07. 03. AM 08:34 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 19. PM 06:33 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 393207 [error311 FileRise 까지 3.20.0 API AuthController.php loginBasic/handleFormLogin/handleOidcFlow 약한 인증] |
|---|
| 포인트들 | 20 |
|---|