Description
A flaw has been found in JosephChuks php-file-manager-with-code-editor up to 3.0. This issue affects the function move_uploaded_file of the file filemanager.php. Executing a manipulation of the argument files can lead to unrestricted upload. The attack can be executed remotely. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-22
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The flaw resides in the move_uploaded_file function of filemanager.php and allows an attacker to upload files to the server without restriction, including executable scripts; if such a file can be executed, the attacker can achieve arbitrary code execution on the web server, compromising confidentiality, integrity, and availability. The vulnerability is a classic Access Control flaw (CWE-284) combined with an Unrestricted Upload weakness (CWE-434).

Affected Systems

JosephChuks php-file-manager-with-code-editor up to version 3.0 is vulnerable.

Risk and Exploitability

The CVSS score of 6.9 categorizes it as a moderate severity vulnerability with a remote attack vector and no authentication requirement. The EPSS score is not available, and it has not been listed in CISA’s KEV catalog, indicating limited public exploitation but still a realistic threat due to the nature of the flaw. An attacker who can remotely access the upload endpoint can upload a malicious payload that may execute if the server’s permissions allow it, turning this into a potential RCE vector. Defenses reduce the risk, but without remediation the exposure remains significant.

Generated by OpenCVE AI on September 22, 2026 at 15:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official vendor patch or upgrade beyond version 3.0 once released.
  • Validate uploaded files on the server side by checking MIME types and restricting allowed extensions, rejecting any files that do not match approved patterns.
  • Restrict permissions on the upload directory to prevent execution of uploaded content and remove any executable flags on stored files.
  • Continuously monitor upload activity and audit logs for anomalous file uploads to detect potential abuse early.

Generated by OpenCVE AI on September 22, 2026 at 15:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 14:00:00 +0000

Type Values Removed Values Added
Description A flaw has been found in JosephChuks php-file-manager-with-code-editor up to 3.0. This issue affects the function move_uploaded_file of the file filemanager.php. Executing a manipulation of the argument files can lead to unrestricted upload. The attack can be executed remotely. The vendor was contacted early about this disclosure but did not respond in any way.
Title JosephChuks php-file-manager-with-code-editor filemanager.php move_uploaded_file unrestricted upload
First Time appeared Josephchuks
Josephchuks php-file-manager-with-code-editor
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:josephchuks:php-file-manager-with-code-editor:*:*:*:*:*:*:*:*
Vendors & Products Josephchuks
Josephchuks php-file-manager-with-code-editor
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Josephchuks Php-file-manager-with-code-editor
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-22T14:06:10.963Z

Reserved: 2026-09-22T06:28:59.312Z

Link: CVE-2026-95499

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T14:17:20.730

Modified: 2026-09-22T15:17:24.923

Link: CVE-2026-95499

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T15:30:09Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type