CVE-2026-64838 Details
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.
A path traversal vulnerability has been identified in ICEcoder versions through 8.1. The issue arises in the file move and rename functionalities, where the application fails to properly validate the 'oldFileName' parameter. This lack of validation allows authenticated users to manipulate file paths, moving files writable by the PHP process from outside the document root into the web-accessible project directory. As a result, file contents can be disclosed, and original files can be deleted.
To address this vulnerability, ICEcoder should implement proper path validation by canonicalizing the 'oldFileName' parameter with 'realpath()' before any filesystem operations. Requests should be rejected if the canonicalization fails. Additionally, both the source and destination paths should be verified to ensure they are within the allowed document root before performing any file operations.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 10, 2026CISA-ADP
Assessed Sep 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| ICEcoder | 8.1 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 10, 2026 | CVE Modified | CISA-ADP |
| Sep 10, 2026 | New CVE Received | [email protected] |
Volerion