CVE Catalog

CVE-2026-73309

HighCVSS 7.4
Published: Translated: NVD NIST

Summary

XenForo before version 2.3.13 contains an authentication bypass vulnerability in the OAuth2 token endpoint. An unauthenticated attacker can obtain valid token pairs by submitting empty values for client_secret and code_verifier parameters, exploiting PHP truthy evaluation logic that treats empty strings as false and skips client secret and PKCE validation.

Risk Assessment

An attacker can hijack user sessions and gain unauthorized access to accounts, potentially leading to data theft or account takeover.

Recommendation

It is recommended to immediately upgrade XenForo to version 2.3.13 or later, which includes a fix for this vulnerability.

Other vulnerabilities in XenForo

See all
Original NVD description (English source)

XenForo before 2.3.13 contains an authentication bypass vulnerability in the OAuth2 token endpoint that allows unauthenticated attackers to obtain valid token pairs by submitting empty values for client_secret and code_verifier parameters. Attackers can exploit PHP truthy evaluation logic, which treats empty strings as false and skips client secret validation and PKCE code verifier validation, to exchange a valid authorization code for a token pair without proving client identity or holding the PKCE commitment.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS