CVE-2026-82466
Received Received - Intake

Authentication Bypass in Rodauth via WebAuthn Login Route

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

Publication date: 2026-08-29

Last updated on: 2026-08-29

Assigner: VulnCheck

Description

Rodauth before 2.46.0 contains an authentication bypass vulnerability in the webauthn_login route that allows logged-in users to authenticate as any other account. Attackers can exploit improper account resolution logic that falls back to session account identifiers instead of validating the credential binding to complete authentication as arbitrary users.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jeremyevans rodauth to 2.46.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82466 is an authentication bypass in Rodauth versions before 2.46.0. The flaw exists in the webauthn_login route, where logged-in users can impersonate any other account. The issue stems from improper account resolution logic that incorrectly falls back to session account identifiers instead of validating credential binding.

Detection Guidance

To detect this vulnerability, check if your Rodauth version is below 2.46.0. Run: gem list rodauth. If the version is older, the system is vulnerable. Additionally, review webauthn_login route configurations for improper implementation of the already_logged_in method.

Impact Analysis

Attackers can exploit this to gain unauthorized access to other users' accounts without proper authentication. This allows impersonation, data theft, or unauthorized actions on behalf of other users. The vulnerability requires network access but no privileges or user interaction.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. It may result in non-compliance due to insufficient authentication controls, potentially leading to data breaches and regulatory penalties.

Mitigation Strategies

Upgrade Rodauth to version 2.46.0 or later immediately. If upgrading is not possible, implement the already_logged_in configuration method to halt or redirect logged-in users accessing the webauthn login page. Ensure proper validation of credential binding in the webauthn_login route.

Chat Assistant

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

EPSS Chart