CVE Catalog

CVE-2026-64836

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Summary

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() function compares realpath() to boolean true, which never succeeds.

Risk Assessment

Authenticated attackers can read, write, or delete files outside the configured document root, potentially leading to data leakage or destruction. Authentication in the application is required.

Recommendation

Update ICEcoder to a version later than 8.1 when available. Until then, restrict the PHP process's filesystem permissions and monitor file operations.

Other vulnerabilities in ICEcoder

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS