CyberRota Analysis
AI-GeneratedXenForo versions prior to 2.3.13 are vulnerable to an authentication bypass in the OAuth2 token endpoint, allowing unauthenticated attackers to obtain valid token pairs by exploiting PHP truthy evaluation logic. This vulnerability enables attackers to bypass client secret and PKCE code verifier validation, compromising user authentication and potentially leading to unauthorized access. Organizations using affected XenForo versions should prioritize patching to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)