Cyber Resilience

CVE-2024-13499

High

Published: 22 January 2025

Published
22 January 2025
Modified
24 January 2025
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0077 73.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13499 is a high-severity Code Injection (CWE-94) vulnerability in Gamipress Gamipress. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 26.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-13499 is an arbitrary shortcode execution vulnerability in the GamiPress – Gamification plugin for WordPress, affecting all versions up to and including 7.2.1. The issue resides in the gamipress_do_shortcode() function within the plugin's includes/functions.php file, where the software fails to properly validate a user-supplied value before passing it to WordPress's do_shortcode() function. This flaw, classified under CWE-94 (Improper Control of Generation of Code), enables attackers to inject and execute malicious shortcodes.

Unauthenticated attackers can exploit this vulnerability remotely over the network (AV:N) with low attack complexity (AC:L), no privileges required (PR:N), and no user interaction (UI:N), as indicated by its CVSS v3.1 base score of 7.3 (C:L/I:L/A:L/S:U). Exploitation allows execution of arbitrary shortcodes, which could result in limited impacts such as unauthorized data access, modification, or disruption depending on available shortcodes and site configuration.

References point to mitigation via patching, including WordPress plugins trac changeset 3226227, which addresses the issue in functions.php (notably around line 645), and a Wordfence threat intelligence advisory detailing the vulnerability. Security practitioners should update the GamiPress plugin beyond version 7.2.1 and review plugin usage on affected WordPress sites.

EU & UK References

Vulnerability details

The The GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress plugin for WordPress is vulnerable to arbitrary shortcode execution via gamipress_do_shortcode() function in all versions up to, and including, 7.2.1. This is due to the…

more

software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote exploitation of unauthenticated arbitrary shortcode injection in public-facing WordPress plugin (CWE-94) maps to initial access via public application exploitation.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-13495Same product: Gamipress Gamipress
CVE-2024-13496Same product: Gamipress Gamipress
CVE-2025-13773Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2026-30643Shared CWE-94
CVE-2026-30460Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2024-13792Shared CWE-94
CVE-2020-37052Shared CWE-94

Affected Assets

gamipress
gamipress
≤ 7.2.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the improper validation flaw in the gamipress_do_shortcode() function by requiring timely patching of the vulnerable GamiPress plugin versions up to 7.2.1.

prevent

Requires validation of user-supplied inputs before passing them to WordPress's do_shortcode(), directly preventing arbitrary shortcode execution as described in the CVE.

detect

Enables detection of the CVE-2024-13499 vulnerability in installed GamiPress plugins through regular scanning, facilitating prompt remediation.

References