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.0026 49.7th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-54362 is a high-severity Path Traversal: '.../...//' (CWE-35) vulnerability. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 49.7th percentile by exploit likelihood (below the median); 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 3 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Remediating flaws in vulnerable software components like the GetShop Ecommerce plugin directly prevents exploitation of this path traversal vulnerability.

prevent

Validating file path inputs against traversal sequences like '.../...//' directly blocks unauthorized access to arbitrary files.

prevent

Enforcing approved access authorizations limits the impact of path traversal attempts by restricting logical access to system files.

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.
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

NVD Description

Path Traversal: '.../...//' vulnerability in boggibill GetShop ecommerce getshop-ecommerce allows Path Traversal.This issue affects GetShop ecommerce: from n/a through <= 1.3.

Deeper analysisAI

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)

CVEs Like This One

CVE-2026-25397Shared CWE-35
CVE-2024-49249Shared CWE-35
CVE-2025-25122Shared CWE-35
CVE-2025-67914Shared CWE-35
CVE-2025-26354Shared CWE-35
CVE-2025-26356Shared CWE-35
CVE-2025-42937Shared CWE-35
CVE-2025-41723Shared CWE-35
CVE-2025-24685Shared CWE-35
CVE-2025-59793Shared CWE-35

References