CVE-2024-13814
Published: 12 February 2025
Summary
CVE-2024-13814 is a medium-severity Code Injection (CWE-94) vulnerability in Lcweb Global Gallery. Its CVSS base score is 5.4 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 42.0% 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-13814 is an arbitrary shortcode execution vulnerability in The Global Gallery - WordPress Responsive Gallery plugin for WordPress, affecting all versions up to and including 9.1.5. The issue stems from the plugin allowing execution of an action that fails to properly validate a value prior to invoking the do_shortcode function, enabling code injection as classified under CWE-94.
Authenticated attackers possessing Subscriber-level access or higher can exploit this vulnerability remotely with low attack complexity and no user interaction required. Exploitation permits execution of arbitrary shortcodes, potentially compromising low levels of confidentiality and integrity, as reflected in the CVSS v3.1 base score of 5.4 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N).
Advisories and patch information are detailed in the Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/4b5ba815-ce92-4d7b-aa80-29d6fddd7f63?source=cve, the plugin changelog at https://lcweb.it/global-gallery-wordpress-photogallery-plugin/changelog/, and the plugin's CodeCanyon page at https://codecanyon.net/item/global-gallery-wordpress-responsive-gallery/3310108.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-51753
Vulnerability details
The The Global Gallery - WordPress Responsive Gallery plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 9.1.5. This is due to the software allowing users to execute an action that does not…
more
properly validate a value before running do_shortcode. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary shortcodes.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of a public-facing WordPress plugin via unauthenticated shortcode/code injection (CWE-94) from subscriber-level accounts.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of user-supplied inputs before processing with do_shortcode, directly preventing arbitrary shortcode execution due to improper validation.
Mandates timely flaw remediation including patching the vulnerable WordPress plugin versions up to 9.1.5, eliminating the code injection vulnerability.
Enforces least privilege to restrict subscriber-level users from accessing or exploiting plugin actions that enable shortcode execution, limiting potential impact.