| 제목 | error311 FileRise 3.20.0 Rate Limiting |
|---|
| 설명 | Login rate limiting uses per-IP+username keys (5 attempts per pair, 30-min window). Since the key includes the username, rotating to a different username resets the counter. AuthController.php handleFormLogin() at line 521 and loginBasic() at line 787 use AuthModel::getFailedLoginKey() which returns IP|username. Each pair gets independent budget. PoC: sending requests to 6 different usernames from same IP all return 401 instead of 429. Enables unlimited password spraying, user enumeration, and denial of service by locking out specific users.
|
|---|
| 원천 | ⚠️ https://github.com/error311/FileRise/security/advisories/GHSA-5m63-83jf-gwx8 |
|---|
| 사용자 | BRabbit (UID 99520) |
|---|
| 제출 | 2026. 07. 03. AM 08:37 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 19. PM 06:38 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 393216 [error311 FileRise 까지 3.20.0 AuthController.php getFailedLoginKey 정보 공개] |
|---|
| 포인트들 | 20 |
|---|