CVE-2024-13496
published 2025-01-22CVE-2024-13496: The GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for WordPress is vulnerable to time-based SQL Injection…
PriorityP258high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
2.17%
80.0th percentile
The GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the ‘orderby’ parameter in all versions up to, and including, 7.3.1 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. NOTE: This vulnerability was previously published as being fixed in version 7.2.2 which was incorrect. The correct fixed version is 7.3.2.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| gamipress | gamipress | < 7.2.2 | 7.2.2 |
Detection & IOCsextracted from sources · hover to see the quote
yara
regex: '"nonce":"([0-9a-z]+)"'
bytes
4a0a004730450220743b5fc1c024805ca2dfa5c0dd30eab786dd7e1124f0d7da129a4f383ce9d3130221008b1b03a1a10dd402bb8d1244b4caa5508b894d83c87d8e3e0ea18d458121ca65:922c64590222798bb761d5b6d8e72950
- →Exploitation is unauthenticated — no session or privilege required. Flag any anomalous 'orderby' parameter values from unauthenticated sessions against GamiPress REST/AJAX endpoints.
- →Nuclei/automated scanner fingerprinting: probe responses returning HTTP 200 with Content-Type 'application/json' and body containing 'success":true' alongside a nonce value indicate a vulnerable GamiPress instance being actively probed.
- →Nonce extraction regex used by exploit tooling to harvest CSRF tokens from GamiPress responses: match '"nonce":"([0-9a-z]+)"' in HTTP response bodies.
- →Affected versions are GamiPress <= 7.3.1; version 7.3.2 is the correct fix. Flag installations running versions up to and including 7.3.1.
- ·The fixed version was previously mis-reported as 7.2.2; detection/patching logic must use 7.3.2 as the correct remediation boundary. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
GamiPress <= 2.8.9 - SQL Injection
nuclei·CVSS 7.5
CVE-2024-13496 [HIGH] GamiPress <= 2.8.9 - SQL Injection
GamiPress = 8'
- 'status == 200'
- 'contains(headers, "application/json")'
- 'contains(body, "success\":true")'
condition: and
extractors:
- type: regex
part: body
name: nonce
group: 1
regex:
- '"nonce":"([0-9a-z]+)"'
internal: true
# digest: 4a0a004730450220743b5fc1c024805ca2dfa5c0dd30eab786dd7e1124f0d7da129a4f383ce9d3130221008b1b03a1a10dd402bb8d1244b4caa5508b894d83c87d8e3e0ea18d458121ca65:922c64590222798bb761d5b6d8e72950
No writeups or analysis indexed.
https://abrahack.com/posts/gamipress-sqli/https://plugins.trac.wordpress.org/browser/gamipress/trunk/includes/ajax-functions.php#L39https://plugins.trac.wordpress.org/browser/gamipress/trunk/libraries/ct/includes/class-ct-query.php#L160https://plugins.trac.wordpress.org/changeset/3226227/https://wordpress.org/plugins/gamipress/#developershttps://www.wordfence.com/threat-intel/vulnerabilities/id/ea54436c-b623-4049-af19-9995c312476e?source=cve
2025-01-22
Published