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.
CVE-2026-77561
This medium-severity CVE scores 5.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.9%, top 43% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.3
- EG Score
- 5.3(medium)
- EG Risk
- 55(Attend)EG Risk 55/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity53% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 1%
- EPSS %ILE
- 57%
- KEV
- Not listed
Published
September 21, 2026
Last Modified
September 24, 2026
Advisory Details (6)
Auto-updated Sep 21, 2026v5.1.0
Patch available: tinyauthapp/tinyauth v5.1.0
https://github.com/tinyauthapp/tinyauth/releases/tag/v5.1.0commit dade1e2c8f27 (tinyauthapp/tinyauth)
Patch available: tinyauthapp/tinyauth v5.1.0-rc.3 (contains commit dade1e2c8f27)
https://github.com/tinyauthapp/tinyauth/commit/dade1e2c8f27a23df56ac216dcaf4b37081698e7commit 654b5cc436fc (tinyauthapp/tinyauth)
Patch available: tinyauthapp/tinyauth v5.1.0-alpha.2 (contains commit 654b5cc436fc)
https://github.com/tinyauthapp/tinyauth/commit/654b5cc436fc67865c1f55edf9ba9fbded50b74ffix: use better limits in lockdown to limit dos attack window
Patch available: tinyauthapp/tinyauth v5.1.0-alpha.2 (PR #943 merged 2026-06-17)
https://github.com/tinyauthapp/tinyauth/pull/943refactor: rework rate limit logic
Patch available: tinyauthapp/tinyauth v5.1.0-rc.3 (PR #1008 merged 2026-07-15)
https://github.com/tinyauthapp/tinyauth/pull/1008Unauthenticated login attempts can trigger global login lockdown denial of service in Tinyauth · Advisory · tinyauthapp/tinyauth · GitHub
https://github.com/tinyauthapp/tinyauth/security/advisories/GHSA-9xhm-w3wj-xhqhVendor Advisories for CVE-2026-77561(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/steveiliop56/tinyauth | — | 1.0.1-0.20260715123057-dade1e2c8f27 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 10× in last 7d / 10× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-24 23:38 UTCEG score recompute
- 2026-09-24 22:27 UTCEG score recompute
- 2026-09-24 15:32 UTCEG score recompute
- 2026-09-24 14:04 UTCEPSS rescore
- 2026-09-23 17:54 UTCEPSS rescore
- 2026-09-22 16:50 UTCEG score recompute
- 2026-09-22 16:01 UTCEPSS rescore
- 2026-09-21 17:25 UTCEG score recompute
- 2026-09-21 16:55 UTCEG score recompute
- 2026-09-21 16:55 UTCMITRE cvelistV5first tracked
Related CVEs(same product + same CWE)
Same product
3 shownGo:github.com/steveiliop56/tinyauth
Frequently asked(5)
What is CVE-2026-77561?
When was CVE-2026-77561 disclosed?
Is CVE-2026-77561 actively exploited?
What is the CVSS score of CVE-2026-77561?
How do I remediate CVE-2026-77561?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-77561
Is Your Infrastructure Affected by CVE-2026-77561?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.