Cyber Posture

CVE-2024-58283

HighPublic PoC

Published: 10 December 2025

Published
10 December 2025
Modified
16 December 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.0037 59.1th 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.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 40.9% 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).

Threat & Defense at a Glance

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

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.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

wbce
wbce cms
1.6.2

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-8323Shared CWE-434
CVE-2026-35047Shared CWE-434
CVE-2025-1128Shared CWE-434
CVE-2025-67910Shared CWE-434
CVE-2026-22799Shared CWE-434
CVE-2025-15226Shared CWE-434
CVE-2025-6440Shared CWE-434

References