Cyber Resilience

CVE-2024-25840

Prestaworld Account Manager ≤ 9.0.0

Published
27 February 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0058 45th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2024-25840 is a high-severity Path Traversal: 'dir\..\..\filename' (CWE-31) vulnerability in Prestaworld Account Manager. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 45th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In the module "Account Manager | Sales Representative & Dealers | CRM" (prestasalesmanager) up to 9.0 from Presta World for PrestaShop, a guest can download personal information without restriction by performing a path traversal attack.

CWE(s)

Related Threats

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-25842Same product: Prestaworld Account Manager
CVE-2024-24998Shared CWE-31
CVE-2024-2044Shared CWE-31
CVE-2024-35431Shared CWE-31
CVE-2024-41376Shared CWE-31
CVE-2024-36857Shared CWE-31
CVE-2024-35429Shared CWE-31
CVE-2023-35860Shared CWE-31
CVE-2024-22723Shared CWE-31
CVE-2024-28088Shared CWE-31

Affected Assets

prestaworld
account manager
≤ 9.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Directly requires validation of path inputs, stopping the acceptance of backslash dot-dot sequences that escape the restricted directory.

Enforces authorization checks on file/resource access, blocking exploitation of a traversed path even if the malformed name is accepted.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and path sanitization that block this weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can discover traversal flaws but does not prevent them at the source.

prevents

Secure development lifecycle mandates input validation and path sanitization that directly blocks directory traversal sequences.

prevents

Application security requirements explicitly call for controls against path traversal and other injection flaws.

prevents

Secure architecture principles reduce the attack surface but do not prescribe the specific coding fix.

prevents

Secure coding standards require canonicalization and whitelist validation that eliminate CWE-31.

References