Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Network-reachable WordPress endpoint, low-complexity SQLi, requires subscriber auth (PR:L), no user interaction; SQLi reads cross-component database data (S:C, C:H) with limited write/availability effect (I:N, A:L).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Subscriber SQL Injection in GamiPress <= 7.8.7 versions.
AnalysisAI
SQL injection in the GamiPress WordPress plugin versions 7.8.7 and earlier allows authenticated users with subscriber-level privileges to inject arbitrary SQL queries against the WordPress database. The flaw was reported by Patchstack and affects standard installations of the plugin, enabling attackers with the lowest authenticated role to read sensitive database contents and cause limited integrity or availability impact via the scope-changed condition. No public exploit identified at time of analysis.
Technical ContextAI
GamiPress is a WordPress gamification plugin (CPE cpe:2.3:a:ruben_garcia:gamipress:*) that awards points, achievements, and ranks to users; it integrates deeply with WordPress's MySQL/MariaDB backend through custom tables and queries. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-supplied input reaches a SQL query without adequate sanitization or parameterization - typically via insufficient use of $wpdb->prepare() or missing escaping on parameters reachable from a subscriber-accessible endpoint (AJAX action, REST route, or shortcode handler). Because WordPress subscribers are the lowest authenticated tier and exist by default on any site allowing user registration, the exploitable surface is broad.
RemediationAI
Upgrade GamiPress to a version newer than 7.8.7 per the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/gamipress/vulnerability/wordpress-gamipress-plugin-7-8-7-sql-injection-vulnerability; an exact fixed version is not stated in the available input, so verify the latest release on the WordPress plugin repository before updating. Until the patch is applied, compensating controls include disabling new user registration in WordPress Settings > General (trade-off: blocks legitimate community sign-ups), deactivating the GamiPress plugin entirely if gamification features are non-critical (trade-off: loses points/achievements functionality), or deploying a WAF rule (Patchstack, Wordfence, or equivalent) to block SQLi patterns on GamiPress AJAX/REST endpoints (trade-off: signature gaps may allow novel payloads). Auditing existing subscriber accounts and resetting credentials for any suspicious ones is also recommended.
A vulnerability in Ruben Garcia GamiPress gamipress.5.7. Rated high severity (CVSS 8.2), this vulnerability is remotely
The GamiPress - Gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for WordPress is
The GamiPress WordPress plugin before 6.8.9's access control mechanism fails to properly restrict access to its settings
The The GamiPress - The #1 gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for Wo
The GamiPress WordPress plugin before 1.0.9 does not validate and escape some of its shortcode attributes before outputt
Unauthenticated SQL injection in the Gamipress WordPress plugin (versions up to 7.9.7) allows remote attackers to execut
The GamiPress - The #1 gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for WordPr
Insufficient access control in GamiPress (WordPress plugin before 7.9.9.6) allows any authenticated Subscriber-level use
The GamiPress - Link plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's gamipress_link s
The GamiPress - The #1 gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for WordPr
The GamiPress - Button plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'gamipress_but
Missing Authorization vulnerability in GamiPress GamiPress - The #1 gamification plugin to reward points, achievements,
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36852
GHSA-xfmm-2ph2-w9fw