Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-77561— Tinyauth: Unauthenticated login attempts can trigger global login lockdown denial of service

Quick assessment

Affected
tinyauthapp tinyauth
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

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. inter

CVSS 5.3 · Medium EPSS 0.48% · P41

Affected Version Matrix 1

VendorProduct Version RangeStatus
tinyauthapp tinyauth < 5.1.0 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-77561

Vulnerability Information

Shenlong is analyzing...


Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Tinyauth: Unauthenticated login attempts can trigger global login lockdown denial of service
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Source: CVE Program / CVE List V5
Vulnerability Type
过多认证尝试的限制不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
tinyauthapp tinyauth < 5.1.0 -

II. Public POCs for CVE-2026-77561

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-77561

登录查看更多情报信息。

Patches & Fixes for CVE-2026-77561 (4)

Other References for CVE-2026-77561 (2)

Same Patch Batch · tinyauthapp · 2026-09-21 · 3 CVEs total

CVE-2026-77560 8.1 HIGH Tinyauth: forward-auth per-app ACL is matched case-sensitively against the (case-insensiti
CVE-2026-77582 6.9 MEDIUM Tinyauth: User enumeration attack by timing oracle

IV. Related Vulnerabilities

V. Comments for CVE-2026-77561

No comments yet


Leave a comment