What the vulnerability does
01Description
wpForo 2.4.14 contains an unauthenticated SQL injection vulnerability in Topics::get_topics() where the ORDER BY clause relies on ineffective esc_sql() sanitization on unquoted identifiers. Attackers exploit the wpfob parameter with CASE WHEN payloads to perform blind boolean extraction of credentials from the WordPress database.
Explanation of Vulnerability in Simple Terms
02Summary
wpForo Forum versions 2.4 through 2.4.14 contain a SQL injection vulnerability in database query handling. An attacker can craft malicious input to execute arbitrary SQL commands and read sensitive data from the forum database, including user credentials and private messages. Update to version 2.4.15 or later to patch this vulnerability.
What an attacker can do
03Attacker Capabilities
Execute SQL commands to read or modify forum database contents, including user data and private messages.
Potential impact on your site
04Site Impact
Forum user accounts, passwords, and private messages can be compromised without warning or user action.
Conditions required to exploit
05Prerequisites
Network access to the forum; no authentication or user interaction required.
Key dates
06Disclosure timeline
February 28, 2026
CVE published
May 11, 2026
Record updated