Cyber Resilience

CVE-2024-58283

HighPublic PoC

Published: 10 December 2025

Published
10 December 2025
Modified
16 December 2025
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0057 69.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-58283 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Wbce Wbce Cms. Its CVSS base score is 8.7 (High).

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

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

WBCE CMS version 1.6.2 is affected by CVE-2024-58283, a remote code execution vulnerability in the Elfinder file manager component. The issue stems from the elfinder connector's file upload functionality, which permits authenticated attackers to upload malicious PHP files, such as web shells, and execute arbitrary system commands via a user-controlled parameter. This flaw is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type) and carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H).

Authenticated attackers with low privileges (PR:L) can exploit this vulnerability over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Successful exploitation allows uploading a malicious PHP web shell through the Elfinder interface, followed by remote execution of arbitrary system commands on the server, resulting in high confidentiality, integrity, and availability impacts (C:H/I:H/A:H).

Advisories, including those from VulnCheck on the remote code execution via Elfinder file upload and a public proof-of-concept exploit on Exploit-DB (ID 52039), document the issue. The WBCE CMS official site and GitHub repository for version 1.6.2 provide access to the affected source code.

EU & UK References

Vulnerability details

WBCE CMS version 1.6.2 contains a remote code execution vulnerability that allows authenticated attackers to upload malicious PHP files through the Elfinder file manager. Attackers can exploit the file upload functionality in the elfinder connector to upload a web shell…

more

and execute arbitrary system commands through a user-controlled parameter.

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

The vulnerability allows exploitation of a public-facing web application (Elfinder in WBCE CMS) via unrestricted file upload (T1190), enabling authenticated attackers to upload and execute PHP web shells for remote code execution (T1100).

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

CVEs Like This One

CVE-2025-34506Same product: Wbce Wbce Cms
CVE-2022-50936Same product: Wbce Wbce Cms
CVE-2025-66204Same product: Wbce Wbce Cms
CVE-2025-46384Shared CWE-434
CVE-2025-13516Shared CWE-434
CVE-2024-13011Shared CWE-434
CVE-2025-8323Shared CWE-434
CVE-2025-21624Shared CWE-434
CVE-2026-35164Shared CWE-434
CVE-2026-2097Shared CWE-434

Affected Assets

wbce
wbce cms
1.6.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the specific flaw in the Elfinder connector that allows unrestricted upload of malicious PHP web shells leading to RCE.

prevent

Validates file upload inputs to block dangerous PHP files and prevent exploitation of the unrestricted upload vulnerability.

preventdetect

Scans uploads and system entry points for malicious code like PHP web shells to prevent and detect RCE attempts.

References