CVE-2026-64836

8.8

ICEcoder · ICEcoder

ICEcoder versions 8.0 through 8.1 contain a path traversal vulnerability in the file-control endpoint, allowing authenticated attackers to access files outside the intended document root.

Executive summary

An authenticated path traversal vulnerability in ICEcoder versions 8.0 through 8.1 allows attackers to read, write, or delete arbitrary files on the host system.

Vulnerability

The application fails to properly enforce document root confinement within the File::check() function due to an incorrect comparison where the result of realpath() is compared against a boolean true. This logic error allows an authenticated attacker to bypass path restrictions by submitting malicious file parameters, resulting in arbitrary file system access.

Business impact

Successful exploitation allows an attacker to perform unauthorized file operations, including reading sensitive configuration files, modifying application code to achieve remote code execution, or deleting critical system data. Given the CVSS score of 8.8, this vulnerability poses a high risk of total system compromise, potentially leading to a complete breach of confidentiality, integrity, and availability of the affected server.

Remediation

Immediate Action: As no official patch is currently identified, administrators should restrict access to the ICEcoder instance to trusted users only and monitor the environment for unauthorized file activity.

Proactive Monitoring: Review web server and application access logs for unusual file paths containing directory traversal sequences, such as "../", or requests directed at sensitive system files located outside the defined document root.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block path traversal attempts and directory traversal payloads in GET and POST parameters.

Exploitation status

Public Exploit Available: No

Analyst recommendation

This vulnerability represents a significant security risk for any environment utilizing affected versions of ICEcoder. Because the flaw allows for unauthorized file manipulation by authenticated users, it is imperative to limit access to the software until a vendor-supplied patch is available. Organizations should prioritize the implementation of WAF rules and enhanced logging to detect potential exploitation attempts.

More ICEcoder CVEs

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief high section

Sources

Originally found and disclosed by ByteMe.Red, per the CVE Program record.