CVE Catalog

CVE-2026-63722

CriticalCVSS 9.8
Published: Translated: NVD NIST

Summary

ICEcoder 8.1 contains an unauthenticated remote code execution vulnerability that allows an attacker to execute arbitrary OS commands by chaining authentication bypass, CSRF validation bypass, and unsanitized command execution.

Risk Assessment

An attacker can gain full control of the web server, potentially leading to data theft, file modification, and further attacks.

Recommendation

Immediately upgrade ICEcoder to a patched version or implement other mitigating measures.

Original NVD description (English source)

ICEcoder 8.1 contains an unauthenticated remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary OS commands by chaining an authentication bypass, CSRF validation bypass, and unsanitized command execution. Attackers can send a single HTTP POST request to the terminal endpoint with a password parameter to bypass authentication, a non-empty csrf parameter to skip CSRF validation, and an arbitrary command string passed directly to proc_open() to achieve remote code execution as the web-server user.

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