CVE-2026-15439
Last modified
CVE-2026-15439 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| rubengc | GamiPress – Gamification plugin to reward points, badges & ranks in WordPress, now with AI | <= 7.9.7 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-15439?
How severe is CVE-2026-15439?
How do I fix CVE-2026-15439?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15429A privilege escalation vulnerability exists in the HTTP auth…8.8
- CVE-2026-1543The Avada (Fusion) Builder plugin for WordPress is vulnerabl…6.4
- CVE-2026-15430Improper access control in the IRP_MJ_WRITE command interfac…6.2
- CVE-2026-15431A potential security vulnerability has been identified in th…7.3
- CVE-2026-15432When verifying a mac with a ChunkedMacVerification object, T…5.9
- CVE-2026-15435IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12…9.8
- CVE-2026-1544A security flaw has been discovered in D-Link DIR-823X 25041…8.8
- CVE-2026-15441The WC Product Table Lite plugin for WordPress is vulnerable…5.3
- CVE-2026-15442In all builds that make use of (D)TLS, including default bui…2.3
- CVE-2026-15444The Tutor LMS – eLearning and online course solution plugin …4.9
- CVE-2026-15445The SEO Booster plugin for WordPress is vulnerable to time-b…4.9
- CVE-2026-15446The EWWW Image Optimizer plugin for WordPress is vulnerable …6.4
Are you affected by CVE-2026-15439?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
