CVE-2026-77561
Last modified
CVE-2026-77561 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.86% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| tinyauthapp | tinyauth | < 5.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-77561?
How severe is CVE-2026-77561?
How do I fix CVE-2026-77561?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-77554A malicious actor with access to the network could exploit a…10
- CVE-2026-77555A malicious actor with access to the network could exploit a…7.5
- CVE-2026-77556A malicious actor with access to the network could exploit a…7.5
- CVE-2026-77557A malicious actor with access to the network could exploit a…9.8
- CVE-2026-77558A malicious actor with access to the network could exploit a…7.5
- CVE-2026-77560Tinyauth is an authentication and authorization server. Prio…8.1
- CVE-2026-77567Filament is a collection of full-stack components for accele…8.1
- CVE-2026-77568Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-77573Weblate is a web-based continuous localization platform used…3.5
- CVE-2026-77581BentoPDF is a client-side PDF toolkit that is self hostable.…8.6
- CVE-2026-77582Tinyauth is an authentication and authorization server. Prio…6.9
- CVE-2026-77584Tor before 0.4.9.10 did not reject a CONFLUX_LINK cell that …8.2
Are you affected by CVE-2026-77561?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
