Metrics
Affected Vendors & Products
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-9xhm-w3wj-xhqh | Tinyauth: Unauthenticated login attempts can trigger global login lockdown denial of service |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Fri, 25 Sep 2026 00:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Mon, 21 Sep 2026 19:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Tinyauth
Tinyauth tinyauth |
|
| Vendors & Products |
Tinyauth
Tinyauth tinyauth |
Mon, 21 Sep 2026 17:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Tinyauth is an authentication and authorization server. Prior to 5.1.0, an unauthenticated remote attacker can send POST /api/user/login requests with 257 distinct nonexistent usernames to fill MaxLoginAttemptRecords and activate a global login lockdown. internal/controller/user_controller.go loginHandler passes each attacker-controlled identifier to internal/service/auth_service.go RecordLoginAttempt, which invokes lockdownMode after the map reaches its cap. IsAccountLocked checks that global state before validating unrelated accounts, causing valid users to receive HTTP 429 until auth.loginTimeout expires, approximately 300 seconds by default. The attack can be repeated, but existing authenticated sessions are not invalidated. This issue is fixed in version 5.1.0. | |
| Title | Tinyauth: Unauthenticated login attempts can trigger global login lockdown denial of service | |
| Weaknesses | CWE-307 | |
| References |
|
|
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-24T22:23:12.221Z
Reserved: 2026-08-20T20:35:30.146Z
Link: CVE-2026-77561
Updated: 2026-09-24T22:23:07.708Z
Status : Deferred
Published: 2026-09-21T17:18:52.943
Modified: 2026-09-24T23:19:02.063
Link: CVE-2026-77561
No data.
OpenCVE Enrichment
Updated: 2026-09-21T19:00:08Z
Github GHSA