WP Vulnerability WatchVulnerability data as of September 11, 2026

Vulnerability alerts / September 10, 2026

Vulnerability in GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress — CVE-2026-15439

MediumSeverity
CVSS 6.5
Estimated exploit probability
EPSS
10,000+ sitesInstalls
7.9.8Fixed in

What to do now

Update GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress to 7.9.8 or later.

Affected versions

  • Everything up to and including 7.9.7

Affected: GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress (plugin, gamipress)

Check: The plugin on wordpress.org / Our record for GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress

What the vulnerability is

The GamiPress plugin for WordPress is vulnerable to authenticated (Subscriber+) SQL Injection via the 'q' parameter of the wpForo integration AJAX selector (action gamipress_wpforo_get_posts) in versions up to, and including, 7.9.7. The value is passed only through $wpdb->esc_like() and interpolated directly into a single-quoted LIKE clause with no %s placeholder. Because esc_like() runs after WordPress core magic quotes, it doubles the injected backslash (\' -> \\'), which MySQL reads as one literal backslash followed by a live closing quote, allowing the attacker to break out of the string and inject boolean-based SQL. The wpForo plugin only needs to be active to register the callback; no wpForo vulnerability is used. Requires a Subscriber account, which can read the gamipress_admin nonce (exposed on every admin page, e.g. /wp-admin/profile.php). Note: the researcher's Simple:Press vectors (PoC 2 & 3) do not reproduce in current code, which uses $wpdb->prepare() with %s placeholders; only the wpForo selector is confirmed.

This description is reproduced verbatim from the public vulnerability record.

Sources

Part of this record comes from Wordfence Intelligence. Original: https://www.wordfence.com/threat-intel/vulnerabilities/id/72ad7420-5793-496e-8607-2b346c7a3ce5
Copyright 2012-2026 Defiant Inc. / Full license text

This page is compiled automatically from public databases. Accuracy is not guaranteed; confirm against the vendor advisory before acting.

See other alerts