CVE-2026-63722 PUBLISHED

ICEcoder 8.1 Unauthenticated RCE via terminal-xhr.php

Assigner: VulnCheck
Reserved: 17.07.2026 Published: 19.08.2026 Updated: 19.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor ICEcoder
Product ICEcoder
Versions Default: affected
  • affected from 0 to 8.1 (excl.)

Credits

  • Adrian Gaitan, Saidakbarxon Maxsudxonov, Reju finder

References

Problem Types

  • CWE-306 Missing Authentication for Critical Function CWE