Description
The wpForo Forum plugin for WordPress is vulnerable to SQL Injection via the 'referer' parameter in all versions up to, and including, 2.4.17. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-08-28
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The wpForo Forum plugin for WordPress allows attackers without authentication to inject arbitrary SQL statements by sending a specially crafted request that includes a malicious value for the HTTP referer header. The plugin fails to escape or prepare this input before embedding it directly into database queries. Consequently, an attacker can append additional SELECT statements or other commands to the existing query and read information from the database, potentially exposing user credentials, posts, and configuration data.

Affected Systems

This vulnerability exists in all releases of the wpForo Forum plugin up to and including version 2.4.17. The plugin is a popular forum solution integrated into WordPress sites, used by site administrators to provide discussion functionality on their blogs and websites.

Risk and Exploitability

The vulnerability has a CVSS score of 7.5, indicating moderate to high severity. The EPSS score is not reported, and the issue is not listed in the CISA KEV catalog, suggesting the exploitation likelihood has not been formalized. Based on the description, the likely attack vector is a web request that supplies a crafted referer header, allowing an unauthenticated attacker to manipulate the query and extract data from the underlying database.

Generated by OpenCVE AI on August 28, 2026 at 08:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the wpForo Forum plugin to version 3.0.0 or newer, which removes the unescaped referer parameter from SQL statements.
  • If an upgrade cannot be performed immediately, apply a defensive measure to filter or strip the referer header before it reaches the plugin, ensuring that only sanitized input reaches the database layer.
  • Validate all user-supplied parameters with prepared statements or parameter binding, and audit the plugin code for any remaining direct interpolation of request values into SQL queries.

Generated by OpenCVE AI on August 28, 2026 at 08:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Tomdever
Tomdever wpforo Forum
Wordpress
Wordpress wordpress
Vendors & Products Tomdever
Tomdever wpforo Forum
Wordpress
Wordpress wordpress

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description The wpForo Forum plugin for WordPress is vulnerable to SQL Injection via the 'referer' parameter in all versions up to, and including, 2.4.17. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title wpForo Forum <= 2.4.17 - Unauthenticated SQL Injection via 'referer' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Tomdever Wpforo Forum
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-28T10:38:20.772Z

Reserved: 2026-03-29T06:24:39.363Z

Link: CVE-2026-5097

cve-icon Vulnrichment

Updated: 2026-08-28T10:37:54.077Z

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:41.003

Modified: 2026-08-28T08:16:41.003

Link: CVE-2026-5097

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T10:15:03Z

Weaknesses
  • CWE-89

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