CVE-2026-28562 PUBLISHED

wpForo Forum 2.4.14 SQL Injection via Topics ORDER BY Parameter

Assigner: VulnCheck
Reserved: 28.02.2026 Published: 28.02.2026 Updated: 28.02.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.8

Product Status

Vendor gVectors Team
Product wpForo Forum
Versions Default: unaffected
  • affected from 2.4 to 2.4.15 (excl.)
  • Version 2.4.15 is unaffected

Credits

  • Scott Moore - VulnCheck finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE