CVE-2026-64836 Details
Description
ICEcoder versions through 8.1 contain a path traversal vulnerability in the file-control endpoint due to a logic error in the document-root confinement check. The File::check() validation function compares realpath() to boolean true, which never succeeds, allowing authenticated attackers to submit traversal sequences or absolute paths in the file parameter to read, write, or delete files outside the configured document root.
A path traversal vulnerability has been identified in ICEcoder versions through 8.1. The issue arises from a logic error in the document-root confinement check within the file-control endpoint. The vulnerability allows authenticated attackers to bypass intended file operation restrictions and manipulate files outside the designated document root. This is achieved by exploiting the File::check() validation function, which incorrectly compares the output of realpath() to a boolean true, a comparison that can never succeed. As a result, the path-jail enforcement intended to prevent unauthorized file access is rendered ineffective.
To address this vulnerability, the path validation logic in the File::check() function should be corrected to properly handle the return value of realpath(). The comparison should verify that realpath() does not return false before proceeding with the document-root check. Additionally, the same validation should be applied to all file paths involved in operations such as renaming, moving, uploading, saving, deleting, copying, and extracting files.
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] |
| CWE-697 | Incorrect Comparison | [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