Cyber Posture

CVE-2024-54362

High

Published: 28 March 2025

Published
28 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0048 65.3th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

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)
CWE-35

MITRE ATT&CK Enterprise Techniques

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
T1485 Data Destruction Impact
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.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References