Cyber Posture

CVE-2024-57668

HighPublic PoC

Published: 06 February 2025

Published
06 February 2025
Modified
23 October 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0007 21.8th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may backdoor web servers with web shells to establish persistent access to systems.

Security Summary

CVE-2024-57668 is an arbitrary file upload vulnerability (CWE-434) affecting Code-projects Shopping Portal version 1.0, specifically in the insert-product.php page. This flaw allows unrestricted upload of files with dangerous types, earning a high CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating significant potential for remote exploitation with low complexity and low privileges required.

An attacker with low privileges, such as a registered user on the shopping portal, can exploit this vulnerability over the network without user interaction. By submitting malicious files through the insert-product.php endpoint, they can achieve high impacts on confidentiality, integrity, and availability, potentially leading to server-side code execution, data compromise, or system disruption depending on the uploaded file type and server configuration.

Advisories and details are documented in references including the project's source code page at https://code-projects.org/shopping-portal-using-php-source-code/ and a vulnerability report at https://github.com/passevery/vul/issues/1. No specific patches or mitigations are detailed in the provided information.

Details

CWE(s)
CWE-434

Affected Products

fabian
shopping portal
1.0

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

Arbitrary file upload in public-facing PHP web application (insert-product.php) enables exploitation of public-facing application (T1190) and uploading/executing web shells or Trojans (T1100) for remote code execution and server compromise.

References