| タイトル | 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日 08:37 (2 月 ago) |
|---|
| モデレーション | 2026年08月19日 18:38 (2 months later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 393216 [error311 FileRise 迄 3.20.0 AuthController.php getFailedLoginKey 情報漏えい] |
|---|
| ポイント | 20 |
|---|