Cyber Resilience

CVE-2024-41651

HighPublic PoCRCE

Published: 12 August 2024

Published
12 August 2024
Modified
09 October 2024
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3232 97.0th percentile
Risk Priority 36 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-41651 is a high-severity SSRF (CWE-918) vulnerability in Prestashop Prestashop. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 3.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2024-41651 is an issue in PrestaShop versions 8.1.7 and earlier that permits remote code execution through the module upgrade functionality. It is tracked under CWE-918 and CWE-94 and carries a CVSS 3.1 score of 8.1 reflecting network attack vector, high attack complexity, and impacts on confidentiality, integrity, and availability.

Exploitation would allow an unauthenticated remote attacker to run arbitrary code on the server. Multiple parties dispute the vulnerability description, noting that any successful attack requires the ability to hijack network requests issued by an administrator, a user who is already authorized to alter running code on the server.

The single reference is a GitHub repository that appears to contain proof-of-concept material. No official advisories, patches, or mitigation steps are provided in the available data. The EPSS score stands at 0.3232 with no reported rise from a lower baseline.

EU & UK References

Vulnerability details

An issue in Prestashop v.8.1.7 and before allows a remote attacker to execute arbitrary code via the module upgrade functionality. NOTE: this is disputed by multiple parties, who report that exploitation requires that an attacker be able to hijack network…

more

requests made by an admin user (who, by design, is allowed to change the code that is running on the server).

CWE(s)

Related Threats

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.
Why these techniques?

CVE-2024-41651 enables remote code execution via exploitation of PrestaShop's module upgrade functionality, allowing attackers to supply a malicious module ZIP through SSRF or request manipulation, aligning with exploitation of a public-facing web application.

Affected Assets

prestashop
prestashop
≤ 8.1.7

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94 CWE-918

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References