<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Rodauth - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/rodauth/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 29 Aug 2026 17:41:01 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/rodauth/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Authentication Bypass in Rodauth WebAuthn Login</title><link>https://feed.craftedsignal.io/briefs/2026-08-rodauth-auth-bypass/</link><pubDate>Sat, 29 Aug 2026 17:41:01 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-rodauth-auth-bypass/</guid><description>Rodauth versions prior to 2.46.0 contain an authentication bypass vulnerability in the webauthn_login route, allowing attackers to impersonate arbitrary users via improper account resolution.</description><content:encoded><![CDATA[<p>Rodauth, an authentication framework for Ruby applications, contains a critical authentication bypass vulnerability (CVE-2026-82466) in the webauthn_login route. The flaw affects all versions prior to 2.46.0. An attacker who is already authenticated as a low-privileged user can exploit this vulnerability to impersonate any other account within the application.</p>
<p>The issue arises from flawed account resolution logic within the WebAuthn authentication flow. Instead of enforcing a strict binding between the provided WebAuthn credential and the intended target account, the application incorrectly falls back to session-based identifiers. This behavior allows an attacker to complete the authentication process for a different user without possessing their valid credentials. This vulnerability poses a significant risk to the integrity and confidentiality of user accounts in applications relying on Rodauth for WebAuthn-based authentication.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for full account takeover, enabling unauthorized access to any user profile, associated private data, and administrative functions. The scope of impact is limited to applications utilizing the Rodauth framework with the webauthn_login route enabled.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the Rodauth framework to version 2.46.0 or later to apply the security patch for CVE-2026-82466.</li>
<li>Review application access logs for an unusual frequency of WebAuthn authentication successes by users that do not correlate with expected session activity.</li>
<li>Audit custom authentication logic that integrates with Rodauth to ensure credential binding is strictly validated server-side.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>