CVE-2024-54362
Published: 28 March 2025
Description
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Security Summary
CVE-2024-54362 is a path traversal vulnerability (CWE-35) in the GetShop Ecommerce WordPress plugin by boggibill. The issue, exploitable via sequences like '.../...//', affects all versions of the plugin up to and including 1.3, with no specified lower bound.
Unauthenticated attackers can exploit this vulnerability remotely over the network, though it requires high attack complexity and no user interaction, according to its CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H). Successful exploitation grants high-impact access to confidentiality, integrity, and availability, enabling attackers to read, modify, or disrupt arbitrary files on the server.
The Patchstack advisory provides further details on this WordPress plugin vulnerability, including potential mitigation steps, at https://patchstack.com/database/Wordpress/Plugin/getshop-ecommerce/vulnerability/wordpress-getshop-ecommerce-plugin-1-3-path-traversal-vulnerability?_s_id=cve.
Details
- CWE(s)
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Path traversal vuln in public-facing WordPress plugin enables T1190 exploitation and directly facilitates arbitrary file read (T1005), stored data modification (T1565.001), and data destruction/disruption (T1485).