CVE-2026-97736
Received Received - Intake

tinyauth Rule Bypass via Unanchored Regex

Vulnerability report for CVE-2026-97736, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: MITRE

Description

tinyauth before 5.1.3 allows rule bypass by appending an allowed route string. This is caused by an unanchored regular expression.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
tinyauth tinyauth to 5.1.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-777 The product uses a regular expression to perform neutralization, but the regular expression is not anchored and may allow malicious or malformed data to slip through.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

tinyauth before 5.1.3 has an authentication bypass flaw where unanchored regular expressions allow rule circumvention. Attackers can append allowed route strings to bypass authentication by exploiting path matching that ignores boundaries. For example, a rule for /health could match /admin?x=/health due to unanchored regex and query string inclusion.

Detection Guidance

Check tinyauth version with 'tinyauth --version' or inspect installed package metadata. Review configuration files for unanchored regex patterns in path rules. Test for bypass by sending requests with appended allowed paths like '/admin?x=/health' and verify if access is granted without authentication.

Impact Analysis

This vulnerability allows unauthenticated users to access protected routes by manipulating URIs or query parameters. Attackers could gain unauthorized access to sensitive data, modify configurations, or perform actions restricted to authenticated users. The impact includes potential data breaches or system compromise.

Compliance Impact

This vulnerability could lead to unauthorized access to protected data, violating confidentiality requirements in GDPR and HIPAA. Non-compliance may result in legal penalties, fines, or reputational damage due to exposed sensitive information.

Mitigation Strategies

Upgrade tinyauth to version 5.1.3 or later. Update regex patterns in configuration to use anchored boundaries (^ and $). Normalize X-Forwarded-Uri headers to prevent path manipulation. Restrict network access to tinyauth instances until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97736. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart