Description
ICEcoder versions through 8.1 fail to properly validate the oldFileName parameter in file move and rename operations, allowing authenticated users to relocate files from outside the document root. Attackers can use path traversal sequences in oldFileName to move files writable by the PHP process into the web-accessible project directory, disclosing file contents and deleting originals.
Published: 2026-09-10
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Path Traversal – unauthorized file access and deletion
Action: Immediate Patch
AI Analysis

Impact

ICEcoder versions up to 8.1 accept an oldFileName parameter during file move and rename operations without proper validation. This flaw allows an authenticated user to supply a path traversal string that points outside the web document root, causing files that the PHP process can write to be moved into the web‑accessible project directory. The attacker can read the relocated file, expose sensitive source code or other confidential data, or delete the original file from its secure location, thereby compromising confidentiality and integrity.

Affected Systems

All ICEcoder releases through version 8.1, distributed by the vendor ICEcoder, are affected. Users should plan a transition to ICEcoder 8.2 or newer where the validation is corrected.

Risk and Exploitability

The CVSS score of 8.7 signals a high severity vulnerability. EPSS information is not available, and the flaw is not listed in the CISA KEV catalog, suggesting limited known exploitation. The attack requires authenticated access to the web interface, so users with privileged roles present the primary threat vector. Once authenticated, an attacker can craft a traversal payload, relocate protected files into the publicly accessible directory, and expose or delete them, impacting confidentiality, integrity, and availability.

Generated by OpenCVE AI on September 10, 2026 at 16:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ICEcoder to version 8.2 or later where the oldFileName validation is fixed.
  • If an upgrade cannot be performed immediately, restrict the file move/rename feature to users with the lowest possible privileges or disable it entirely for unknown users.
  • Ensure the PHP process write permissions are confined to the web document root and that no files outside that directory can be moved into it, applying additional server‑side validation to reject any oldFileName paths that resolve outside the document root.

Generated by OpenCVE AI on September 10, 2026 at 16:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 14:00:00 +0000

Type Values Removed Values Added
Description ICEcoder versions through 8.1 fail to properly validate the oldFileName parameter in file move and rename operations, allowing authenticated users to relocate files from outside the document root. Attackers can use path traversal sequences in oldFileName to move files writable by the PHP process into the web-accessible project directory, disclosing file contents and deleting originals.
Title ICEcoder through 8.1 Path Traversal via oldFileName Parameter
First Time appeared Icecoder
Icecoder icecoder
Weaknesses CWE-22
CPEs cpe:2.3:a:icecoder:icecoder:*:*:*:*:*:*:*:*
Vendors & Products Icecoder
Icecoder icecoder
References
Metrics cvssV3_1

{'score': 8.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'}

cvssV4_0

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


Subscriptions

Icecoder Icecoder
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T15:00:12.933Z

Reserved: 2026-07-20T18:27:48.161Z

Link: CVE-2026-64838

cve-icon Vulnrichment

Updated: 2026-09-10T15:00:08.803Z

cve-icon NVD

Status : Deferred

Published: 2026-09-10T14:17:03.823

Modified: 2026-09-10T19:58:20.507

Link: CVE-2026-64838

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T16:30:17Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')