Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network SQLi against a WordPress plugin (PR:N, AV:N, AC:L); S:C and C:H from shared-DB exposure; I:L allowed because SQLi typically permits some data modification, A:N as no DoS path is described.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated SQL Injection in wpForo Forum <= 3.0.4 versions.
AnalysisAI
Unauthenticated SQL injection in the wpForo Forum WordPress plugin (versions 3.0.4 and earlier) allows remote attackers to inject arbitrary SQL into backend database queries without any credentials or user interaction. With a CVSS 3.1 score of 9.3 and a scope-changing vector, exploitation can expose data beyond the plugin's own context, though no public exploit identified at time of analysis and the vulnerability is not currently listed in CISA KEV.
Technical ContextAI
wpForo Forum is a popular WordPress forum plugin developed by tomdever (gVectors Team), commonly used to add full-featured discussion boards to WordPress sites. The root cause class is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controllable input is concatenated or interpolated into SQL queries without proper parameterization or escaping via WordPress's $wpdb->prepare() API. The affected CPE cpe:2.3:a:tomdever:wpforo_forum covers all versions up to and including 3.0.4, indicating the injection point exists in code paths reachable without authentication - typically forum search, listing, or AJAX handlers exposed to anonymous visitors.
RemediationAI
Patch available per vendor advisory - administrators should upgrade wpForo Forum to a version newer than 3.0.4 as soon as a fixed release is published by tomdever/gVectors; consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/wpforo/vulnerability/wordpress-wpforo-forum-plugin-3-0-4-sql-injection-vulnerability) and the WordPress.org plugin page for the exact patched version. Until upgrading, compensating controls include placing the WordPress site behind a WAF with SQLi signatures enabled (Patchstack, Wordfence, Cloudflare managed rules) - note that virtual patching may miss obfuscated payloads - or temporarily deactivating the wpForo plugin, which removes forum functionality entirely. Restricting access to wpForo endpoints (forum, member, and admin-ajax actions registered by the plugin) via IP allowlisting at the web server is another option but breaks public forum participation, and rotating WordPress secrets (AUTH_KEY, etc.) and forcing password resets is advisable after patching given the C:H impact on the shared database.
More in Wpforo Forum
View allThe wpForo Forum plugin for WordPress is vulnerable to Local File Include, Server-Side Request Forgery, and PHAR Deseria
The wpForo Forum plugin for WordPress is vulnerable to SQL Injection via the 'slug' attribute of the 'wpforo' shortcode
The wpForo Forum WordPress plugin before 2.1.9 does not escape some request parameters while in debug mode, leading to a
The wpForo Forum WordPress plugin before 1.9.7 did not validate the redirect_to parameter in the login form of the forum
wpforo_get_request_uri in wpf-includes/functions.php in the wpForo Forum plugin before 1.4.12 for WordPress allows Unaut
Unauthenticated PHP Object Injection in the wpForo Forum WordPress plugin versions 3.1.0 and earlier allows remote attac
Authentication bypass in the wpForo Forum WordPress plugin versions 3.1.0 and earlier allows remote unauthenticated atta
Stored cross-site scripting in wpForo Forum WordPress plugin before 3.1.2 allows a subscriber-level authenticated user t
Insecure Direct Object Reference (IDOR) in the wpForo Forum WordPress plugin before 3.1.2 allows any subscriber-level au
Arbitrary file deletion in wpForo Forum WordPress plugin versions ≤2.4.16 allows authenticated attackers with subscriber
Auth. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. No vendor patch
Cross-Site Request Forgery (CSRF) vulnerability in wpForo Forum plugin <= 2.0.9 on WordPress. Rated high severity (CVSS
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36807
GHSA-r7jj-7q7m-56qf