CVE-2026-82468
Received Received - Intake

Cross-Site Request Forgery Bypass in Rodauth

Vulnerability report for CVE-2026-82468, 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.47.0 contains a cross-site request forgery protection bypass vulnerability in the JSON request content type validation. Attackers can craft cross-origin form posts with content types containing application/json substrings to bypass CSRF token validation and force victims to authenticate to attacker-controlled accounts.

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
rodauth rodauth to 2.47.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82468 is a CSRF protection bypass in Rodauth versions before 2.47.0. Attackers exploit improper Content-Type header validation by sending cross-origin form posts with Content-Type values containing 'application/json' substring. This bypasses CSRF token checks, forcing victims to authenticate to attacker-controlled accounts without consent.

Detection Guidance

To detect this vulnerability, check Rodauth versions before 2.47.0 by inspecting your application's dependency files (e.g., Gemfile.lock for Ruby projects). Use commands like 'gem list rodauth' or 'bundle list | grep rodauth' to verify the installed version. If the version is below 2.47.0, the system is vulnerable.

Impact Analysis

This vulnerability allows attackers to hijack user sessions by bypassing CSRF protections. Victims may unknowingly authenticate to attacker-controlled accounts, leading to unauthorized access to sensitive data or actions. The impact depends on application permissions and SameSite cookie settings.

Compliance Impact

This vulnerability could potentially violate compliance with GDPR and HIPAA by enabling unauthorized account access through CSRF bypass. GDPR requires protecting personal data and preventing unauthorized access, while HIPAA mandates safeguards for sensitive health information. The flaw allows attackers to force victims into attacker-controlled accounts without consent, risking data exposure or unauthorized actions.

Mitigation Strategies

Immediately upgrade Rodauth to version 2.47.0 or later. If upgrading is not possible, apply the workaround by configuring the json_request_content_type_regexp setting with an appropriate anchor to enforce strict content-type validation.

Chat Assistant

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

EPSS Chart