CVE-2026-77560
8.1 HIGHpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows an authenticated low-privilege user to bypass per-app access controls by using a differently cased hostname, potentially gaining unauthorized access. This matters because it undermines security measures designed to restrict access based on case-insensitive hostnames.
- Exploitability
- Exploitation requires control over the forwarded hostname and authentication as a low-privilege user. The attacker must use a different casing of an existing hostname to bypass per-app restrictions.
- Blast radius
- If exploited, this could lead to unauthorized access to applications with strict access controls, compromising sensitive data or functionality.
- Prioritized remediation
- Update to Tinyauth version 5.1.2 or later to address the vulnerability.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
Tinyauth is an authentication and authorization server. Prior to 5.1.2, Tinyauth compares forwarded hostnames case-sensitively while reverse proxies route equivalent hostnames case-insensitively, allowing an authenticated low-privilege user to bypass per-app access controls with a differently cased hostname. The lookup in internal/service/access_controls_service.go through lookupStaticACLs and GetAccessControls, and the Docker-label fallback in internal/service/docker_service.go through GetLabels, can miss the configured app and return an empty access-control object. internal/controller/proxy_controller.go proxyHandler then treats the empty user, group, OAuth, LDAP, and IP restrictions as permissive and returns an authenticated result for an app that should exclude the user. Unauthenticated users remain subject to login, and global login-time allowlists are not bypassed. This issue is fixed in version 5.1.2.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Weaknesses
CWE-178, CWE-636, CWE-863
Public exploit & PoC references
- https://github.com/tinyauthapp/tinyauth/commit/80bc87188ec3aabc5104c249eaa7b997973b9275
- https://github.com/tinyauthapp/tinyauth/commit/e75605b2c534ec83525a33603e16d76baca13399
- https://github.com/tinyauthapp/tinyauth/pull/1000
- https://github.com/tinyauthapp/tinyauth/pull/1028
- https://github.com/tinyauthapp/tinyauth/releases/tag/v5.1.2
- https://github.com/tinyauthapp/tinyauth/security/advisories/GHSA-328g-jx67-v94g
All references
- https://github.com/tinyauthapp/tinyauth/commit/80bc87188ec3aabc5104c249eaa7b997973b9275
- https://github.com/tinyauthapp/tinyauth/commit/e75605b2c534ec83525a33603e16d76baca13399
- https://github.com/tinyauthapp/tinyauth/pull/1000
- https://github.com/tinyauthapp/tinyauth/pull/1028
- https://github.com/tinyauthapp/tinyauth/releases/tag/v5.1.2
- https://github.com/tinyauthapp/tinyauth/security/advisories/GHSA-328g-jx67-v94g
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- HIGHCVE-2026-15573
- MEDIUMCVE-2026-52743PoC
- LOWCVE-2026-55060PoC
- MEDIUMCVE-2026-55625PoC
- MEDIUMCVE-2026-59815PoC
- MEDIUMCVE-2026-61744PoC
- HIGHCVE-2026-70494PoC
- HIGHCVE-2026-71234PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.